Добавил:
Лабы/курсовые по программированию (С++/Verilog HDL), Теория и Практика Помехоустойчивого Кодирования Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

Сайты / CSS

.css
Скачиваний:
0
Добавлен:
09.03.2022
Размер:
2.25 Кб
Скачать
ul.topnav {
background: rgba(0,0,0,0.915);
margin: 0;
padding: 0;
overflow: hidden;
box-shadow: 0px 2px 5px #000000;
list-style: none;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.topnav li{
float: left;
}
ul.topnav a {
display: block;
padding: 12px 14px;
margin: 3px 3px;
background-color: #333333;
text-decoration: none;
color: #555;
text-align: center;

}
ul.topnav a:hover {
background-color: #666;
color: black;
}
ul.topnav a.active {
background-color: #ff4f00;
color: #000;
}

#Gl{
border-bottom-left-radius: 10px;
}

body {
margin: 0 auto;
background-color: #ffaf5f;
}

body div{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;


}
.Bodyy{
margin-top: 1%;
border-radius: 10px;
background-color:#ffc070;
padding: 10px 2%;
max-width: 60%;
margin-left: 5%;
float: left;
}



p{
text-align: justify;
text-indent: 5%;
}

div a{
text-decoration: none;
color: #a03010;
}

h2{
color: #101010;
font-style: italic;
text-align: center;
margin-top: 5%;
}

h4 a{
color:crimson;
}

h4 a:hover{
color:aliceblue;
}
.Soder a{
color:#202020;
}
.Soder a:hover{
color: #000000;
}

#Soder{
text-align: left;
}

.Nach a{
position:fixed;
right: 5%;
bottom: 2%;
font-size: 120%;
vertical-align:text-bottom;
padding: 7px;
max-width: 100%;
margin-left: 0;
color: rgba(0,0,0,0.8);
border-radius: 40%;
background-color:#ffaa33;
border-style:solid;
border-color: rgba(0,0,0,0.25);
margin: 1%;
padding: 1%;
}

.Nach a:hover{
color: rgba(0,0,0,0.5);
background-color:#f0b56f;
}

.Imgs{
margin-top: 1%;
border-radius: 10px;
background-color:#ffc070;
max-width: 32%;
padding: 1px 5px;
float:right;
margin-right: 1.5%;

}

.Imgs ul{
list-style: none;
margin-left: -8%;
}

.Imgs ul li img{
border-radius: 5px;
width: 100%;
height: auto;
margin-top: 5%;
}

Соседние файлы в папке Сайты