diff --git a/index.html b/index.html index 3f9514a..2fab293 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - cv + CV diff --git a/styles.css b/styles.css index 87aa2ad..3249a12 100644 --- a/styles.css +++ b/styles.css @@ -5,6 +5,7 @@ --border-bottom-color: #08345D; --profile-border-color: #98A6AD; --subtitle-color: #878680; + --primary-background-color: #FCEDBA; } * { @@ -28,7 +29,7 @@ font-weight: 400; line-height: 1.5; color: var(--main-text-color); - background-color: #FCEDBA; + background-color: var(--primary-background-color); } .container { @@ -137,8 +138,12 @@ } .pre { - padding: 0; + padding: 5px 50px; margin: 0; + border: 1px solid var(--main-color); + border-radius: 30px; + background: var(--main-white-color); + color: var(--main-color); } .section-profile-title { @@ -167,8 +172,8 @@ position: absolute; bottom: -19px; left: 50%; - margin-left: -70px; - width: 140px; + margin-left: -100px; + width: 200px; height: 2px; background-color: var(--main-color); } @@ -303,8 +308,8 @@ } .rss { - width: 121px; - height: 45px; + width: 95px; + height: 35px; background-image: url("./assets/svg/rss.svg"); background-size: contain; background-repeat: no-repeat;