CSL-site/style.css

29 lines
384 B
CSS

body {
font-family: sans-serif;
color: #333;
background-color:#eee;
font-size:1.1em;
}
a {
color: #777;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
article {
width: 50%;
max-width: 1000px;
min-width: 400px;
margin: 0 auto;
line-height:1.4em;
}
h1 {
text-align: center;
font-size: 3em;
font-weight: 200;
}
ul {
list-style-type: none;
padding: 0;
}