Republishing of FIC2014 challenges

This commit is contained in:
nemunaire 2021-10-06 11:33:24 +02:00
commit c54f929846
24 changed files with 329 additions and 117 deletions

View file

@ -30,6 +30,17 @@
text-shadow: 0 0 5px #00c6ff;
}
.samptest {
display: block !important;
overflow-x: scroll;
text-overflow: ellipsis;
}
samp {
display: block;
overflow-x: auto;
text-overflow: ellipsis;
}
.point {
position: relative;
-moz-animation: mymove 1s ease infinite;