diff --git a/salih-hasicic-app.css b/salih-hasicic-app.css index 06f0cbc..7efc3cc 100644 --- a/salih-hasicic-app.css +++ b/salih-hasicic-app.css @@ -40,4 +40,26 @@ h3 { font-size: 1.1rem; font-weight: 300; opacity: 0.9; +} + +.buttons { + margin-top: 25px; + display: flex; + flex-direction: column; + gap: 12px; +} + +button { + padding: 12px; + border: none; + border-radius: 10px; + font-size: 1rem; + cursor: pointer; + background: white; + color: #333; + transition: 0.3s; +} + +button:hover { + transform: scale(1.03); } \ No newline at end of file diff --git a/salih-hasicic.html b/salih-hasicic.html index d8fc5c6..8978716 100644 --- a/salih-hasicic.html +++ b/salih-hasicic.html @@ -8,9 +8,17 @@