computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
500 B
35 lines
500 B
5 years ago
|
.about-header {
|
||
|
text-align: center;
|
||
|
padding: 70px 20px;
|
||
|
margin: 0 auto;
|
||
|
|
||
|
.container {
|
||
|
max-width: 800px;
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
font-size: 20px;
|
||
|
color: #333;
|
||
|
font-weight: 400;
|
||
|
margin-bottom: 0;
|
||
|
line-height: 35px;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
font-weight: 700;
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
.author-img {
|
||
|
height: 145px;
|
||
|
border-radius: 100%;
|
||
|
margin-top: 25px;
|
||
|
margin-bottom: -125px;
|
||
|
border: 10px solid white;
|
||
|
box-shadow: 0 1px 0 0 #dee2e6;
|
||
|
}
|
||
|
}
|