mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
10 lines
114 B
CSS
10 lines
114 B
CSS
#ohhi {
|
|
background-color: red;
|
|
padding: 6px;
|
|
}
|
|
|
|
#mark {
|
|
background-color: blue;
|
|
padding: 12px;
|
|
}
|
|
|