diff --git a/backplaces/style.css b/backplaces/style.css index 653ff1a..c1c9f7b 100644 --- a/backplaces/style.css +++ b/backplaces/style.css @@ -64,7 +64,7 @@ body { padding: 4rem; box-sizing: border-box; } -button{ +link{ position: relative; font-family: 'Platypi'; font-style: italic; @@ -75,7 +75,7 @@ button{ margin-right: 0.5rem; margin-bottom: 0.5rem; } -button::before { +link::before { content: ''; position: absolute; width: 100%; @@ -89,7 +89,7 @@ button::before { transition: transform .3s ease-in-out; } -button:hover::before { +link:hover::before { transform-origin: left; transform: scaleX(1); } @@ -123,7 +123,10 @@ button:hover::before { .container { margin: 50px 0; line-height: 3.5rem; - h1 {font-style: normal} + + h1 { + font-style: normal; + } h2 { font-size: 20px; @@ -163,7 +166,7 @@ header{ line-height:1.3; } h1, #project-title { - font-family: 'Redaction_Regular-35'; + font-family: 'Platypi'; } iframe{ width: 100%;