46 lines
730 B
CSS
Executable File

#socials-div {
background-color: #eeeeee;
width: 20%;
height: auto;
min-height: 300px;
border-radius: 25px;
float: right;
border-style: solid;
border-width: 1px;
margin-right: 25px;
}
#socials-title {
font-size: 2vw;
text-align: center;
}
#about-div {
background-color: #eeeeee;
width: 78%;
height: auto;
min-height: 300px;
border-radius: 25px;
border-color: #000000;
border-style: solid;
border-width: 1px;
}
#about-description {
margin-left: 25px;
margin-right: 25px;
font-size: 1.2vw;
}
.social-link {
width: 50px;
height: 50px;
margin-left: 15px;
margin-bottom: 10px;
float: left;
}
.img {
max-width: 100%;
}