Skip to content

Commit

Permalink
Merge pull request #3 from HugovdWel/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
HugovdWel authored Jul 13, 2019
2 parents bb7b563 + 8a55690 commit a817ff3
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
18 changes: 16 additions & 2 deletions CSS/Base.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
body{
html {
height: 100%;
box-sizing: border-box;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

body {
position: relative;
margin: 0;
padding: 0;
padding-bottom: 6rem;
min-height: 100%;
font-family: "Helvetica Neue", Arial, sans-serif;
}

p{
Expand Down
8 changes: 8 additions & 0 deletions CSS/footer.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
text-align: center;
}
12 changes: 12 additions & 0 deletions HTML/Partials/footer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<link rel="stylesheet" href="../CSS/footer.css">
<div class="footer standardColors flex_box flex_justify-stretch">
<div class="flex_item">
Heb je klachten? stop ze in je gat u bitch.
</div>
<div class="flex_item">
<h1></h1>
</div>
<div class="flex_item">
Contact informatie: Himalaya baan 659872
</div>
</div>

0 comments on commit a817ff3

Please sign in to comment.