250 lines
3.1 KiB
CSS
250 lines
3.1 KiB
CSS
body{
|
||
background-color: #85DADA;
|
||
}
|
||
|
||
|
||
header nav {
|
||
background-color: #85DADA;
|
||
|
||
}
|
||
|
||
main{
|
||
background-color: #85DADA;
|
||
}
|
||
|
||
|
||
header nav a:hover {
|
||
text-decoration: underline;
|
||
}
|
||
|
||
footer {
|
||
background-color: #636363;
|
||
padding-top: 15px;
|
||
height: 64px;
|
||
color: #ffffff;
|
||
}
|
||
|
||
.wrapper {
|
||
min-height: 100%;
|
||
/* Равно высоте подвала, */
|
||
/* но с учётом margin-bottom у последнего дочернего элемента */
|
||
margin-bottom: -64px;
|
||
}
|
||
|
||
.push {
|
||
height: 64px;
|
||
}
|
||
|
||
img {
|
||
height: auto;
|
||
max-width: 100%;
|
||
border: none;
|
||
}
|
||
|
||
.logo{
|
||
width: 60px;
|
||
height: 60px;;
|
||
}
|
||
|
||
.Name{
|
||
|
||
color: #ffffff;
|
||
font-size: 32px;
|
||
}
|
||
|
||
.goback{
|
||
|
||
color: #ffffff;
|
||
font-size: 20px;
|
||
}
|
||
|
||
.nav-link{
|
||
font-size: 24px;
|
||
}
|
||
|
||
.header-text1{
|
||
font-size: 32px;
|
||
}
|
||
|
||
.header-text2{
|
||
font-size: 28px;
|
||
}
|
||
|
||
.form-item{
|
||
margin-left: 20px;
|
||
}
|
||
|
||
.img222{
|
||
display: none;
|
||
}
|
||
|
||
#image-preview {
|
||
width: 200px;
|
||
}
|
||
|
||
.card{
|
||
width: 18rem;
|
||
text-overflow: clip;
|
||
overflow: auto;
|
||
}
|
||
|
||
.card-text {
|
||
width: 250px;
|
||
overflow: auto;
|
||
}
|
||
|
||
table {
|
||
font-family: "--bs-font-sans-serif";
|
||
padding: 0%;
|
||
color: #85DADA;
|
||
justify-content: center;
|
||
text-align: center;
|
||
border-collapse: separate;
|
||
|
||
}
|
||
|
||
td {
|
||
width: 150px;
|
||
background-color: white;
|
||
border: 32px solid #85DADA;
|
||
vertical-align: middle;
|
||
display: inline-block;
|
||
}
|
||
|
||
button {
|
||
justify-content: flex-start;
|
||
background: blue;
|
||
}
|
||
|
||
tr{
|
||
width: 300px;
|
||
height: 30px;
|
||
text-overflow: clip;
|
||
}
|
||
|
||
@media (max-width: 550px) {
|
||
.form-item{
|
||
margin-right: 20px;
|
||
}
|
||
|
||
form{
|
||
display: inline;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 360px){
|
||
.img22{
|
||
display: none;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 270px){
|
||
.img22{
|
||
display: table; /*Отмена display: none*/
|
||
}
|
||
|
||
.copywriter{
|
||
font-size: 14px;
|
||
}
|
||
|
||
}
|
||
|
||
|
||
@media (min-width: 768px) {
|
||
header nav {
|
||
height: 64px;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 420px) {
|
||
.header-text1{
|
||
font-size: 16px;
|
||
}
|
||
|
||
.header-text2{
|
||
font-size: 14px;
|
||
}
|
||
|
||
.bt2{
|
||
padding-left: 15px;
|
||
}
|
||
|
||
.coll1{
|
||
display: none;
|
||
}
|
||
|
||
.header{
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
font-size: 18px;
|
||
}
|
||
|
||
.btn1{
|
||
margin-left: 15px;
|
||
margin-right: auto;
|
||
|
||
}
|
||
|
||
.btn btn-light{
|
||
width: 2rem;
|
||
}
|
||
|
||
.col-8{
|
||
width: 200px;
|
||
}
|
||
|
||
}
|
||
|
||
@media (max-width: 765px){
|
||
.card{
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
|
||
.header-text1{
|
||
font-size: 24px;
|
||
}
|
||
|
||
.header-text2{
|
||
font-size: 20px;
|
||
}
|
||
}
|
||
|
||
@media (max-width: 600px) {
|
||
.header-text1{
|
||
font-size: 18px;
|
||
}
|
||
|
||
.header-text2{
|
||
font-size: 16px;
|
||
}
|
||
|
||
.img1{
|
||
display: none;
|
||
}
|
||
|
||
.img22{
|
||
width: 100px;
|
||
height:180px;
|
||
}
|
||
|
||
.logo5{
|
||
width: 80px;
|
||
height: 60px;
|
||
}
|
||
|
||
.card{
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
|
||
.img22{
|
||
width: 160px;
|
||
height: 210px;
|
||
}
|
||
|
||
.imgg1{
|
||
display: none;
|
||
}
|
||
}
|