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