71 lines
820 B
CSS
71 lines
820 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;
|
||
|
font-size: large;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
background-color: #5C00A4;
|
||
|
height: 32px;
|
||
|
color: #ffffff;
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 64em;
|
||
|
|
||
|
background-color: #1C7AAF;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
|
||
|
.add1{
|
||
|
background-color: #50028C;
|
||
|
font-size: large;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.add2{
|
||
|
background-color: #8354A8;
|
||
|
font-size: large;
|
||
|
|
||
|
}
|
||
|
|
||
|
.add3{
|
||
|
background-color: #50028C;
|
||
|
|
||
|
font-size: large;
|
||
|
|
||
|
}
|
||
|
|