8 lines
85 B
HTML
8 lines
85 B
HTML
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
background: blue;
|
|
}
|
|
</style>
|