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.
38 lines
512 B
38 lines
512 B
.container-small { |
|
max-width: 800px; |
|
} |
|
|
|
.border-top { |
|
border-top: 1px solid #eaeaea; |
|
} |
|
|
|
.border-bottom { |
|
border-bottom: 1px solid #eaeaea; |
|
} |
|
|
|
.bg-light { |
|
background-color: #fafafa !important; |
|
} |
|
|
|
.dark-link { |
|
font-weight: 500; |
|
color: #000000; |
|
text-decoration: none; |
|
|
|
&:hover { |
|
color: #101010; |
|
} |
|
} |
|
|
|
.border-through { |
|
width: 100%; |
|
text-align: center; |
|
border-bottom: 2px solid #f5f5f5; |
|
line-height: 0.1em; |
|
margin: 10px 0 20px; |
|
|
|
span { |
|
background: #fff; |
|
padding: 0 10px |
|
} |
|
} |