mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-12 21:20:26 +01:00
fix content alignment
This commit is contained in:
parent
0f1a5a2887
commit
84dd593c42
4 changed files with 14 additions and 6 deletions
|
@ -20,7 +20,9 @@
|
||||||
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<p>fractals go here woo</p>
|
<main>
|
||||||
|
<p>fractals go here woo</p>
|
||||||
|
</main>
|
||||||
<footer>crispypin.cc</footer>
|
<footer>crispypin.cc</footer>
|
||||||
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -20,8 +20,10 @@
|
||||||
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
<li><a href="https://crispypin.github.io/gol-wallpaper">Game of Life</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<h1>Homepage</h1>
|
<main>
|
||||||
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
<h1>Homepage</h1>
|
||||||
|
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
||||||
|
</main>
|
||||||
<footer>crispypin.cc</footer>
|
<footer>crispypin.cc</footer>
|
||||||
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
<div class="scroll-reset" onclick="window.scrollTo(0,0)"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -9,7 +9,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<include header.html/>
|
<include header.html/>
|
||||||
<p>fractals go here woo</p>
|
<main>
|
||||||
|
<p>fractals go here woo</p>
|
||||||
|
</main>
|
||||||
<include footer.html/>
|
<include footer.html/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -9,8 +9,10 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<include header.html/>
|
<include header.html/>
|
||||||
<h1>Homepage</h1>
|
<main>
|
||||||
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
<h1>Homepage</h1>
|
||||||
|
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Earum exercitationem quod laudantium neque. Dolor qui magnam debitis repellendus assumenda tenetur ab aliquam ea sit in harum facere neque ad nemo vel nesciunt distinctio totam, cupiditate, deleniti nam voluptas quia aperiam.</p>
|
||||||
|
</main>
|
||||||
<include footer.html/>
|
<include footer.html/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue