2022-05-08 19:03:39 +05:30
|
|
|
.AboutComponent {
|
|
|
|
|
opacity: 5;
|
2022-05-09 00:26:04 +05:30
|
|
|
width: 100%;
|
2022-05-08 19:03:39 +05:30
|
|
|
margin-top: 80px;
|
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;
|
|
|
|
|
}
|