buttons and page styles: prices
authorEduardo <[email protected]>
Thu, 30 Nov 2023 12:23:40 +0000 (13:23 +0100)
committerEduardo <[email protected]>
Thu, 30 Nov 2023 12:23:40 +0000 (13:23 +0100)
src/assets/css/style.css

index 4e6d052c53d667fdf50533ab9de8ef1b4cd15d08..aac818d0c052983acb386a9cc9ef97ea5c9f2f25 100644 (file)
@@ -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 {