Add 2024-10-19/style.css
This commit is contained in:
parent
d4314c58a3
commit
dc6e8a97b4
32
2024-10-19/style.css
Normal file
32
2024-10-19/style.css
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
body{
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes spin {
|
||||||
|
0% {
|
||||||
|
transform: rotate(0deg);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: rotate(360deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.rotate{
|
||||||
|
animation: spin 10s infinite linear;
|
||||||
|
display: inline-block;
|
||||||
|
font-size: 126%;
|
||||||
|
line-height: 1;
|
||||||
|
transform-origin: center center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
pre{
|
||||||
|
white-space: pre-wrap;
|
||||||
|
max-width: 600px;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
img{
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user