Internet_Programming_PIbd-2.../лаб2/прим1/style3.css

55 lines
752 B
CSS
Raw Normal View History

2023-11-09 22:45:49 +04:00
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;
}
main a:hover{
text-decoration: underline;
}
footer {
background-color: #5C00A4;
height: 32px;
color: #ffffff;
}
main{
margin-top: 5%;
color: #ffffff;
font-size: large;
}
main button{
background-color: #50BAF5;
}
.firstname{
background-color: #50BAF5;
}
.password{
background-color: #50BAF5;
}