Skip to content

Commit

Permalink
Update CV styles
Browse files Browse the repository at this point in the history
  • Loading branch information
SW999 committed Jul 2, 2024
1 parent 35c18eb commit 05b986f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/cv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<meta name="description" content="Sergey Vaitehovich - Senior Frontend Engineer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* { margin: 0; padding: 0; }
* { margin: 0; padding: 0; box-sizing: border-box}
body { padding:0 20px;font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(./noise.jpg); }
.page-wrap { width: 800px; margin: 40px auto 60px; }
.pic { float: right; }
.pic { float: right;border-radius:4px}
.vcard {margin-bottom: 45px;}
h1 {width: calc(100% - 200px);color:#016b5d;margin: 0 0 20px 0; font-size: 42px; font-weight: bold; letter-spacing: -2px; border-bottom: 1px solid #999; }
h1 span { font-size: 20px; color: #343434; font-weight: normal; letter-spacing: 1px; line-height: 3; }
Expand Down

0 comments on commit 05b986f

Please sign in to comment.