diff --git a/index.html b/index.html index 6e43412..3c24c62 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,13 @@ padding: 0 1.5rem; max-width: 600px; } + .btn-group { + display: flex; + gap: 1rem; + margin-bottom: 4rem; + flex-wrap: wrap; + justify-content: center; + } .btn { display: inline-flex; align-items: center; @@ -45,12 +52,14 @@ border-radius: 9999px; /* Fully round */ font-weight: 700; font-size: 1.1rem; - margin-bottom: 4rem; transition: transform 0.1s ease; } .btn:active { transform: scale(0.95); } + .btn.rust { + background-color: #ce412b; /* Rust-ish color */ + } .playground { display: flex; flex-direction: column; @@ -76,6 +85,7 @@ @media (max-width: 400px) { h1 { font-size: 2.2rem; } .btn { padding: 0.8rem 2rem; font-size: 1rem; } + .btn-group { gap: 0.5rem; } } @@ -83,9 +93,14 @@

Zero Width Unicode Standard

- - npm package - +
+ + npm package + + + rust crate + +
inØsight logo