This commit is contained in:
Yax 2019-08-18 19:36:51 +02:00
parent 2ffeb6be03
commit e3bcc4e49b
5 changed files with 149 additions and 30 deletions

View file

@ -97,16 +97,49 @@ a:hover, a:active {
color:green;
}
/* a:link, a:visited {
color: #0000e0;
text-decoration: none
.banner div {
background-image: url(/fond.jpg);
background-repeat:no-repeat;
background-size:cover;
background-position:center;
width: 100%;
line-height: 132px;
text-align: center;
vertical-align: middle;
font-family: "Merriweather", serif;
}
a:hover, a:active {
color: #0000ff;
text-decoration: underline
} */
.banner div > h1 {
color: rgb(36, 46, 43);
vertical-align: baseline;
font-size: 250%;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.banner div > h2 {
font-weight: 400;
font-size: 150%;
color: rgb(56, 71, 67);
vertical-align: baseline;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
#menu-blog {
float: right;
line-height: 96px;
vertical-align: middle;
}
#menu-blog a {
font-size: 150%;
padding-right: 20px;
}
/* Footer */
footer {