Files
eruda/test/style.css
2016-05-18 11:29:27 +08:00

11 lines
131 B
CSS

html {
font-size: 46px;
}
#test-element {
margin: 15px auto;
padding: 10px;
}
.border {
border: 15px solid #fff;
}