✨ began button navigation
This commit is contained in:
19
router/portfolio.html
Normal file
19
router/portfolio.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<div class="portfolio"><p>
|
||||
test123
|
||||
</p></div>
|
||||
<style>
|
||||
@import url(main.css);
|
||||
|
||||
.portfolio {
|
||||
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;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user