21 lines
342 B
CSS
21 lines
342 B
CSS
|
.container.ombre {
|
||
|
margin-top: 30px;
|
||
|
margin-bottom: 30px;
|
||
|
padding: 20px 30px;
|
||
|
}
|
||
|
body {
|
||
|
background-color: #eee;
|
||
|
}
|
||
|
h1 {
|
||
|
font-family: "DejaVu Sans",Verdana,Geneva,sans-serif !important;
|
||
|
font-size: 48px;
|
||
|
}
|
||
|
h1 a.banner {
|
||
|
font-size: 48px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
#go {
|
||
|
cursor: pointer;
|
||
|
text-decoration: none;
|
||
|
}
|