9 lines
125 B
HTML
9 lines
125 B
HTML
<!doctype html>
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: #0060df;
|
|
}
|
|
</style>
|
|
<div></div>
|