14 lines
164 B
CSS
14 lines
164 B
CSS
* {
|
|
font-family:verdana,sans-serif;
|
|
font-size :14pt;
|
|
}
|
|
|
|
body{
|
|
width: 700px;
|
|
margin: 20px auto;
|
|
color: white;
|
|
}
|
|
|
|
html{
|
|
background-color: aqua;
|
|
} |