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 -->
<!-- TODO: FIX BLOG CSS!!!!!!!!! -->
<section class="centered">
<div class="row">
<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>
<div class="centered">
<h1 class="blog" data-aos="flip-down">Work In Progress</h1>
</div>
</section>
@@ -60,4 +54,4 @@
});</script>
</body>
</html>
</html>

View File

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