44 lines
570 B
CSS
44 lines
570 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;
|
|
|
|
}
|
|
|
|
.b{
|
|
color: #50BAF5;
|
|
}
|
|
@media (min-width: 768px) {
|
|
header nav {
|
|
height: 100px;
|
|
}
|
|
}
|
|
.nameline{
|
|
font-size: xx-large;
|
|
}
|
|
|
|
|
|
|
|
header nav a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
main a:hover{
|
|
text-decoration: underline;
|
|
}
|
|
footer {
|
|
background-color: #5C00A4;
|
|
height: 32px;
|
|
color: #ffffff;
|
|
|
|
|
|
} |