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

74 lines
1.0 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;
}
.firstname{
background-color: #50BAF5;
}
.product-price{
background-color: #50BAF5;
}
.delete{
background-color: #50BAF5;
}
.t1{
background-color: #5C00A4 !important;
color: white !important;
}
.items-table{
color: white !important;
background-color: #5C00A4;
}
.hat{
background-color: #1C7AAF !important;
}
.addPage{
background-color: #5C00A4;
}