mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
add initial support for blog
This commit is contained in:
10
blog.html
10
blog.html
@@ -33,11 +33,17 @@
|
|||||||
|
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
|
<!-- TODO: FIX BLOG CSS!!!!!!!!! -->
|
||||||
<section class="centered">
|
<section class="centered">
|
||||||
|
<div class="row">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="hero__header" data-aos="flip-down">Work In Progress</h1>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<img src="images/elements/png/line_short.png" alt="line" class="divider__line" data-aos="flip-left">
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- JS -->
|
<!-- JS -->
|
||||||
|
|||||||
@@ -161,6 +161,26 @@ html {
|
|||||||
width: 10vw;
|
width: 10vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* blog */
|
||||||
|
.blog {
|
||||||
|
background: grey;
|
||||||
|
width: 300px;
|
||||||
|
height: 300px;
|
||||||
|
border: 150px;
|
||||||
|
border-radius: 20px;
|
||||||
|
line-height: 1.5;
|
||||||
|
padding-right: 0.9vw;
|
||||||
|
padding-left: 0.9vw;
|
||||||
|
font-weight: 520;
|
||||||
|
text-shadow: none;
|
||||||
|
box-shadow: 3px 2px 2px rgba(199, 130, 59, 0.15);
|
||||||
|
}
|
||||||
|
|
||||||
|
.blog__header {
|
||||||
|
font-size: 12vw;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
.hero__header {
|
.hero__header {
|
||||||
font-size: 12vw;
|
font-size: 12vw;
|
||||||
|
|||||||
Reference in New Issue
Block a user