demosite/demo/style.css

31 lines
412 B
CSS
Raw Normal View History

body {
2011-09-16 03:24:55 +03:00
color: #585858;
background-color: #fff;
font-family:Tahoma,Century gothic, Arial,Tahoma,sans-serif;
}
h1 {
font-size: 40px;
2011-09-16 03:24:55 +03:00
margin-bottom: 10px;
border-bottom: 1px solid #CCC;
}
h1 small {
font-size: 20px;
}
nav {
font-size: 20px;
}
2011-09-16 03:24:55 +03:00
nav a {
margin-right: 20px;
}
a{
2011-09-16 03:24:55 +03:00
color: #C30C0C;
text-decoration: none;
}
a:hover {
color: #333;
}
#container {
margin: 0 auto;
width: 960px;
}