diff --git a/css/style.css b/css/style.css index de11ef2..ec3efe4 100644 --- a/css/style.css +++ b/css/style.css @@ -84,11 +84,41 @@ main div.hero p.justify { } main div.hero ul { - width: fit-content; margin-left: auto; margin-right: auto; - text-align: left; - padding-left: 20px; +} + +ul.linktree { + list-style-type: none; + margin: 0; + padding: 8px; + padding-left: 8px; + width: 30%; +} + +@media screen and (max-width: 600px) { + ul.linktree { + width: 60%; + } +} + +ul.linktree li { + margin: 12px; + background-color: #4c5053; + padding: 8px 16px; + border-radius: 50px; + text-align: center; + transition-duration: 0.5s; +} + +ul.linktree li:hover { + cursor: pointer; + background-color: #383c3f +} + +ul.linktree li a { + text-decoration: none; + color: white; } div.footer { diff --git a/zakarya/index.html b/zakarya/index.html index aff555b..00fe729 100644 --- a/zakarya/index.html +++ b/zakarya/index.html @@ -24,7 +24,7 @@ $(document).ready(function(){

Zakarya

-