mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +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 -->
|
<!-- 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>
|
||||||
@@ -60,4 +54,4 @@
|
|||||||
});</script>
|
});</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user