Сделал адаптивный сайт
This commit is contained in:
parent
59d958748b
commit
ff1ca73244
1 changed files with 29 additions and 0 deletions
|
@ -45,4 +45,33 @@ footer{
|
|||
text-align: center;
|
||||
font-size: 18px;
|
||||
letter-spacing:3px;
|
||||
}
|
||||
|
||||
@media (max-width: 828px){
|
||||
header{
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
height: 26px;
|
||||
background:rgb(4, 236, 4);
|
||||
}
|
||||
.Introduction{
|
||||
font-size: 25px;
|
||||
background:rgb(4, 236, 4);
|
||||
padding-left: 50px;
|
||||
padding-top: 25px;
|
||||
font-weight: bold;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
footer{
|
||||
height: 25px;
|
||||
background:rgb(4, 236, 4);
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
font-size: 10px;
|
||||
letter-spacing:3px;
|
||||
}
|
||||
footer p{
|
||||
padding-top: 5px;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue