This commit is contained in:
KyleDOT 2024-08-04 21:55:14 +09:30
parent 0f3905ab6f
commit 17f22fac73
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<p><a href="https://kyledot.net/blog/2024-07-01_Plates">2024-07-01 Niche Number Plates</a></p> <p><a href="https://kyledot.net/blog/2024-07-01_Plates">2024-07-01 Niche Number Plates</a></p>
<p><a href="https://kyledot.net/blog/2024-08-04_Vexillology-i">2024-08-04 Vexillology - Part I</p> <p><a href="https://kyledot.net/blog/2024-08-04_Vexillology-i">2024-08-04 Vexillology - Part I</p>
</div> </div>
<div class="blogs_theme"> <div class="blogs_theme">
<h2>By Category</h2> <h2>By Category</h2>
<h3>Life</h3> <h3>Life</h3>
<h3>Nerd</h3> <h3>Nerd</h3>

View File

@ -3,7 +3,7 @@ h1 {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
p {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;} p {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
a {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;} a {color: white;font-family: Tahoma, Verdana, sans-serif;text-align: center;}
.clear {clear: both;} .clear {clear: both; }
.container_index { display: grid; .container_index { display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;