mirror of
https://github.com/AmanTahiliani/Portfolio.git
synced 2026-08-07 11:52:48 -04:00
56 lines
708 B
CSS
56 lines
708 B
CSS
.AboutComponent {
|
|
opacity: 5;
|
|
width: 75%;
|
|
margin-top: 80px;
|
|
margin-left: 12.5%;
|
|
margin-right: 12.5%;
|
|
padding-top: 5.5%;
|
|
padding-bottom: 4%;
|
|
}
|
|
|
|
h1 {
|
|
position: relative;
|
|
}
|
|
|
|
.NameImage {
|
|
height: 350px;
|
|
width: 350px;
|
|
border-radius: 5.7em;
|
|
border: 2px solid black;
|
|
}
|
|
|
|
.InfoColumn h2 {
|
|
color: rgb(5, 255, 180);
|
|
font-size: 40px;
|
|
}
|
|
|
|
.InfoColumn h3 {
|
|
margin-bottom: 30px;
|
|
color: salmon;
|
|
}
|
|
|
|
ul {
|
|
list-style-position: inside;
|
|
}
|
|
|
|
li {
|
|
text-align: justify;
|
|
padding-left: 5%;
|
|
}
|
|
|
|
.InfoColumn {
|
|
padding-right: 5%;
|
|
}
|
|
|
|
li>a {
|
|
color: hotpink;
|
|
}
|
|
|
|
.Info {
|
|
font-size: larger;
|
|
}
|
|
|
|
.Info li {
|
|
margin-top: 10px;
|
|
list-style-type: square;
|
|
} |