16 lines
214 B
CSS
16 lines
214 B
CSS
body {
|
|
width: 35em;
|
|
margin: 0 auto;
|
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
|
background-color: gray;
|
|
color: antiquewhite;
|
|
}
|
|
|
|
a {
|
|
color: aliceblue;
|
|
}
|
|
|
|
header {
|
|
box-shadow: 2px;
|
|
}
|