diff --git a/assets/scss/buttons.scss b/assets/scss/buttons.scss new file mode 100644 index 0000000..94cd30d --- /dev/null +++ b/assets/scss/buttons.scss @@ -0,0 +1,18 @@ +button{ + background-color:#f2e527 ; + height: 70px; + width: 350px; + border-radius: 8px; + color:#253340; + font-size: 30px; + font-weight: bolder; + +} + + div#buttons{ + margin-top:20px; + display: flex; + justify-content: center; + gap:45px; + + } \ No newline at end of file