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

82 lines
1.1 KiB
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;
}
main a:hover{
text-decoration: underline;
}
footer {
background-color: #5C00A4;
height: 32px;
color: #ffffff;
}
main{
color: #ffffff;
font-size: large;
}
main button{
background-color: #50BAF5;
}
.busket{
font-size: xx-large;
}
.t1{
background-color: #5C00A4 !important;
color: white !important;
}
.hat{
background-color: #1C7AAF !important;
}
.mod{
background-color:#5C00A4;
color:#ffffff;
}
.cross{
max-width: 15%;
padding-bottom: 45%;
}
.dress{
height: max-content;
}
.pict{
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
}
.mydress{
background-color: #5C00A4;
color:#ffffff;
}