1
0
mirror of synced 2025-12-07 22:18:17 +08:00
Files
eruda/test/style.css
2016-05-20 20:46:48 +08:00

16 lines
198 B
CSS

html {
font-size: 46px;
}
#test-element {
margin: 15px auto;
padding: 10px;
}
.border {
border: 15px solid #fff;
}
.fixed-footer {
position: fixed;
left: 0;
bottom: 0;
}