mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
9 lines
111 B
CSS
9 lines
111 B
CSS
body {
|
|
background: #b4bad2;
|
|
}
|
|
#test-element {
|
|
margin: 0 auto;
|
|
}
|
|
.border {
|
|
border: 1px solid #ccc;
|
|
} |