5 lines
89 B
HTML
5 lines
89 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div { color: green; }
|
|
</style>
|
|
<div>This should be green</div>
|