Internet-programming_PIbd-2.../Library/css/style.css

54 lines
884 B
CSS
Raw Normal View History

2023-11-07 12:52:03 +04:00
body{
font-family: "Verdana", sans-serif;
background-color: #ffffff;
}
header nav{
background-color: #ff6600;
}
@media (min-width: 768px) {
header nav{
height: 84px;
}
}
.nav-link:hover{
color: #000000;
font-weight: bold;
}
.library-reference{
background-color: #e0adff;
border-radius: 15px;
}
.library-reference:hover{
background-color: #e0adff;
font-weight: bold;
}
.library-button{
background-color: #e8b8e8;
border-radius: 15px;
}
.height-min{
height: min-content
}
.library-button:hover{
background-color: #bf80e6;
font-weight: bold;
}
.black-text{
color: #000000;
text-decoration: none;
}
.orange-text{
color: #ff6600;
text-decoration: none;
}
.white-text{
color: #ffffff;
text-decoration: none;
}
footer{
background-color: #000000;
height: 48px;
}
h1{
color: #ff6600;
}