Files
Portfolio/src/components/about.css

56 lines
708 B
CSS
Raw Normal View History

2022-05-08 19:03:39 +05:30
.AboutComponent {
opacity: 5;
width: 75%;
margin-top: 80px;
margin-left: 12.5%;
2022-05-09 00:13:16 +05:30
margin-right: 12.5%;
2022-05-08 23:27:29 +05:30
padding-top: 5.5%;
2022-05-08 19:03:39 +05:30
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;
2022-05-08 22:13:49 +05:30
color: salmon;
2022-05-08 19:03:39 +05:30
}
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;
}