7 lines
83 B
HTML
7 lines
83 B
HTML
|
<style>
|
||
|
div { color: green; }
|
||
|
a { color: blue; }
|
||
|
</style>
|
||
|
<div>hello, world</div>
|
||
|
|