Internet_Programming_PIbd-2.../лаб3/прим1/style5.css
2023-12-07 19:09:45 +04:00

51 lines
649 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;
}
}
.cards{
height: 400px;
width: auto;
object-fit: cover;
}
header nav a:hover {
text-decoration: underline;
}
main a:hover{
text-decoration: underline;
}
footer {
background-color: #5C00A4;
height: 32px;
color: #ffffff;
}
main{
padding: 32px;
}