]> jxnshi.xyz Git - jxnshi.xyz.git/commitdiff
Update cool site style
authorjxnshi <jxnshi@proton.me>
Sun, 12 Jan 2025 16:21:14 +0000 (16:21 +0000)
committerjxnshi <jxnshi@proton.me>
Sun, 12 Jan 2025 16:21:14 +0000 (16:21 +0000)
public/index.html
public/style.css

index 580cd62d97ce336ae4c02b96c93da2212d3b69c3..a95e940312b4edaa53a0e6a1b41fe7433f62b530 100644 (file)
@@ -7,7 +7,7 @@
 </div>
 <div>
     <h2>Cool sites</h2>
-    <ul>
+    <ul id="cool-sites">
         <li><a href="https://kyun.host" target="blank_">kyun.host</a></li>
         <li><a href="https://randall0755.neocities.org" target="blank_">randall0755</a></li>
         <li><a href="https://yesterweb.org/no-to-web3" target="blank_">no-to-web3</a></li>
index 893ca04d836a7127b54197906d36c3fcffd1cbf6..4fd08d317f371f91d495d7225482a6b9da7de278 100644 (file)
@@ -121,6 +121,14 @@ a:hover {
     border: 2px solid white;
 }
 
+#cool-sites {
+    display: flex;
+    gap: 10px;
+    padding: 0;
+    align-items: center;
+    list-style: none;
+}
+
 /* Gitweb */
 .page_header {
     display: flex;