99 lines
1.2 KiB
CSS
99 lines
1.2 KiB
CSS
body{
|
|
color: #D77A61;
|
|
background-color: #EFF1F3;
|
|
margin: 3px;
|
|
}
|
|
|
|
.body{
|
|
background-color: #DBD3D8;
|
|
}
|
|
|
|
.color1{
|
|
color: #DBD3D8;
|
|
}
|
|
|
|
.color2{
|
|
color: #91ff00;
|
|
}
|
|
|
|
.header{
|
|
background-color: #223843;
|
|
}
|
|
|
|
.nameBuild{
|
|
font-size: 5vw;
|
|
}
|
|
|
|
.navBar{
|
|
background-color: #D77A61;
|
|
}
|
|
|
|
.nav-link:hover{
|
|
color: #1097ec;
|
|
}
|
|
|
|
.nav-link{
|
|
color: #DBD3D8;
|
|
}
|
|
|
|
.newsItem{
|
|
display: flex;
|
|
object-fit: contain;
|
|
background-color: #1097ec;
|
|
border: 3px solid #223843;
|
|
border-radius: 50px;
|
|
color: #223843;
|
|
width: 20vw;
|
|
height: 20vw;
|
|
min-width: 150px;
|
|
min-height: 150px;
|
|
font-size: 20px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer{
|
|
background-color: #223843;
|
|
padding: 20px 0px;
|
|
}
|
|
|
|
.fimg{
|
|
width: 100px;
|
|
}
|
|
|
|
.body > p{
|
|
margin: 20px 20px;
|
|
}
|
|
|
|
.educItem{
|
|
background-color: #EFF1F3;
|
|
}
|
|
|
|
.educItem > p{
|
|
align-self: center;
|
|
margin-left: 20px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
h1{
|
|
margin-left: 20px;
|
|
}
|
|
|
|
strong{
|
|
text-decoration: underline;
|
|
color: #D77A61;
|
|
}
|
|
|
|
.numb{
|
|
color: #1097ec;
|
|
text-decoration: none;
|
|
}
|
|
|
|
@media only screen and (max-width: 1000px){
|
|
.body{
|
|
width: 100%;
|
|
margin: 0px;
|
|
}
|
|
} |