2025-02-07 14:22:14 -05:00

44 lines
677 B
CSS
Executable File

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