From: Eduardo Date: Thu, 30 Nov 2023 12:23:40 +0000 (+0100) Subject: buttons and page styles: prices X-Git-Url: http://git.edufdez.es/?a=commitdiff_plain;h=2c353e174d41a050719532aeb2c52be38792449d;p=thericegoat.com.git buttons and page styles: prices --- diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 4e6d052..aac818d 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -84,6 +84,28 @@ body { padding-bottom: 100px; } +.button { + text-decoration: none; + color: inherit; + text-align: center; + display: inline-block; + padding: 10px; + min-width: 190px; + font-family: CPnUfo, Trebuchet, Tahoma, Arial; + font-size: large; + background-color: transparent; + border-radius: 16px; + border: 2px solid black; + cursor: pointer; + margin: 50px; + margin-inline: 5%; +} + +.button.primary { + background-color: #ff9831; + border: 2px solid transparent; +} + /* header */ #header { @@ -184,6 +206,8 @@ body { display: flex; flex-wrap: wrap; justify-content: space-evenly; + align-items: center; + margin-inline: 5vw; } #prices > h1 { @@ -194,6 +218,12 @@ body { flex: 50%; } +#prices img { + width: 25vw; + margin-top: 20px; + margin-bottom: 20px; +} + /* do-n-donts */ #do-n-donts {