37 lines
769 B
CSS
37 lines
769 B
CSS
.headerColor{
|
|
background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%)
|
|
}
|
|
|
|
li.nav-item{
|
|
font-family: 'Segoe UI',
|
|
Tahoma,
|
|
Geneva,
|
|
Verdana,
|
|
sans-serif;
|
|
font-size: 18px;
|
|
}
|
|
|
|
div.navbarheader{
|
|
font-size: 32px;
|
|
font-style:white;
|
|
}
|
|
a.nav-link{
|
|
color: whites;
|
|
}
|
|
|
|
|
|
/* Здесь вместо цвета нужно сделать фото, градиентом переходящее слева из черного цвета на
|
|
фото справа, на фото качок(он/она) */
|
|
.footerColor{
|
|
padding-top: 15px;
|
|
padding-bottom: 15px;
|
|
background: #333;
|
|
}
|
|
|
|
input:hover{
|
|
background-color:#2c3136;
|
|
}
|
|
|
|
select:hover {
|
|
background-color: #2c3136;
|
|
}
|