9 lines
112 B
HTML
9 lines
112 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
background:green;
|
|
width:50px;
|
|
height:50px;
|
|
}
|
|
</style>
|
|
<div></div>
|