This commit is contained in:
timmypidashev
2021-10-12 17:06:25 -07:00
2 changed files with 5 additions and 10 deletions

View File

@@ -35,13 +35,7 @@
<!-- Section --> <!-- Section -->
<!-- TODO: FIX BLOG CSS!!!!!!!!! --> <!-- TODO: FIX BLOG CSS!!!!!!!!! -->
<section class="centered"> <section class="centered">
<div class="row"> <div class="centered">
<div>
<h1 class="header" data-aos="flip-down">Work In Progress</h1>
</div>
<div>
<h1 class="blog" data-aos="flip-down">Work In Progress</h1>
</div>
<h1 class="blog" data-aos="flip-down">Work In Progress</h1> <h1 class="blog" data-aos="flip-down">Work In Progress</h1>
</div> </div>
</section> </section>

View File

@@ -9,6 +9,7 @@
overflow: hidden; overflow: hidden;
background-color: #333333; background-color: #333333;
padding: 20px 10px; padding: 20px 10px;
transition: all 0.2s ease-in-out;
} }
.header a { .header a {
@@ -169,8 +170,8 @@ html {
/* blog */ /* blog */
.blog { .blog {
background: grey; background: grey;
width: 300px; width: 900px;
height: 300px; height: 1800px;
border: 150px; border: 150px;
border-radius: 20px; border-radius: 20px;
line-height: 1.5; line-height: 1.5;