diff --git a/index.html b/index.html index 26a4887..fd05a4c 100644 --- a/index.html +++ b/index.html @@ -28,22 +28,31 @@ iframe { .allchance{ width: 100%; margin: 1%; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; } -.chance{ +.chance, button.chance { font-family: "Computer Modern Typewriter Light"; margin: 1%; + padding: 0.5rem; background-color: var(--color-lightpink); - border-radius: 0.2rem; + border-radius: 1.2rem; + height: 5rem; + border: none; + box-shadow: 0.3rem 0.2rem 0.3rem var(--color-lightpink); } a.chance-link , a.chance-link: visited { color: var(--color-lightpink) !important; text-decoration: none !important; } .chance-cap{ - font-size: 0.7rem; + font-size: 0.8rem; } #rnd { font-size: 2rem; + margin: 0.25rem; } @@ -136,11 +145,9 @@ document.getElementById("rnd").innerHTML = icons[random]; - - - + - + @@ -149,7 +156,8 @@ document.getElementById("rnd").innerHTML = icons[random]; --> - + + @@ -190,10 +198,10 @@ document.getElementById("rnd").innerHTML = icons[random];
@@ -221,31 +229,22 @@ document.getElementById("rnd").innerHTML = icons[random];