57 lines
671 B
CSS
57 lines
671 B
CSS
body{
|
|
background-image: url(images/фон.jpg);
|
|
|
|
}
|
|
@font-face{
|
|
font-family: 'cursive';
|
|
src: url("images/monotypecorsiva.ttf");
|
|
}
|
|
*{
|
|
font-family: 'cursive';
|
|
}
|
|
header nav {
|
|
|
|
background-color: #5C00A4;
|
|
|
|
}
|
|
|
|
img{
|
|
width: 94px;
|
|
height: 74px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
header nav {
|
|
height: 100px;
|
|
}
|
|
}
|
|
|
|
|
|
header nav a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
footer {
|
|
background-color: #5C00A4;
|
|
height: 32px;
|
|
color: #ffffff;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.adress{
|
|
color:#ffffff;
|
|
font-size: x-large;
|
|
}
|
|
.contacts{
|
|
color:#ffffff;
|
|
font-size: x-large;
|
|
}
|
|
.row{
|
|
margin-top: 5%;
|
|
}
|
|
p{
|
|
margin-bottom: 20%;
|
|
} |