1
0
mirror of synced 2025-12-07 22:18:17 +08:00
Files
eruda/test/style.css
2016-03-15 21:58:29 +08:00

9 lines
111 B
CSS

body {
background: #b4bad2;
}
#test-element {
margin: 0 auto;
}
.border {
border: 1px solid #ccc;
}