mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
Merge branch 'main' of https://github.com/timmypidashev/site
This commit is contained in:
10
blog.html
10
blog.html
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user