✨ added portfolio and began blog
This commit is contained in:
28
router/blog.html
Normal file
28
router/blog.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<div class="home" id="intro"><p>
|
||||
todo! :)
|
||||
</p></div>
|
||||
<style>
|
||||
@import url(main.css);
|
||||
|
||||
.home {
|
||||
display: flex;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
flex-wrap: wrap;
|
||||
flex-flow: row;
|
||||
animation: home 1s forwards;
|
||||
justify-content: center;
|
||||
justify-items: center;
|
||||
justify-self: center;
|
||||
}
|
||||
|
||||
#intro p {
|
||||
background: linear-gradient(135deg,
|
||||
#55cdfc, #55cdfc,
|
||||
#f7a8b8, #f7a8b8,
|
||||
#ffffff, #ffffff);
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user