mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
6 lines
No EOL
368 B
CSS
6 lines
No EOL
368 B
CSS
|
|
generic { background: green; border: lime 1em solid; margin: 1em; padding: 1em; color: yellow; }
|
|
generic { display: inline; line-height: 7em; }
|
|
a[*|href] { color: inherit; background: transparent; text-decoration: underline; cursor: pointer; }
|
|
* { margin: 1em; padding: 1em; }
|
|
root { padding: 0; margin: 0; background: transparent; background: green; } |