Untitled
unknown
plain_text
2 years ago
1.7 kB
5
Indexable
body { font-family: "Montserrat", sans-serif; background-color: aqua; } .wrapper { width: 1200px; display: flex; flex-direction: row-reverse; justify-content: flex-end; } ul { padding-left: 24px; } li { padding-left: 12px; } main ol { padding-left: 0px; list-style-position: inside; } main { padding: 102px 88px; background-color: #fff; } main h1 { font-size: 45px; font-weight: 700; } main h2 { font-size: 22px; font-weight: bold; } main h3 { font-size: 16px; font-weight: 700; } main h4 { font-size: 16px; font-weight: 600; } main a { color: #595959; } main p { font-size: 12px; color: #595959; } main li { font-size: 14px; color: #595959; } .mainJobTitle { font-size: 14px; font-weight: 700; } .mainDescription { width: 400px; font-size: 14px; font-weight: 400; color: #595959; } .workExp { width: 640px; } aside { width: 370px; color: #fff; background-color: #1e2939; } .profilePhoto { margin-top: 25px; width: 100%; height: 494px; border: solid 0px; overflow: hidden; } .asideText { margin-left: 51px; } aside h2 { font-size: 24px; font-weight: bold; } .asideContacts { font-size: 14px; color: #fff; } aside ul { font-size: 14px; color: #fb6d3a; } .contactlinks { color: #fff; transition: color 0.3s, font-weight 0.3s, text-decoration 0.3s; } .contactlinks:hover { color: #fb6d3a; font-weight: 600; text-decoration: none; } .contactlinks:hover { } .asideLiSpan { color: #fff; } .highlight { color: #fb6d3a; } .black { color: #000; } .bold { font-weight: 600; }
Editor is loading...