Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ <h1>🦄 De beste website ter wereld!</h1>
</marquee>
</p>
</section>
<section class="samske"> <!-- sam zijn code -->
<p class="samwashier">Sam was hier :P</p>
<a class="insta" href="https://www.instagram.com/je_weet.wie" target="_blank">volg mij op insta!</a>
<a class="kleding" href="https://samvanelsbergen.store/" target="_blank">ik heb ook custom kleding ;)</a>
</section>
<section>
Bingo Bango Bongo
</section>
Expand Down
24 changes: 23 additions & 1 deletion styles/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,26 @@ section {
#center-reren {text-align: center;}
.green { color:green; }
.red { color:red;}
.cursediveriverci {margin-left: 20px; position: absolute}
.cursediveriverci {margin-left: 20px; position: absolute}



/* sams code */
.samwashier {
color: whitesmoke;
font-size: 7px;
}

.insta {
display: block;
margin: 5px 0;
text-decoration: none;
color: blue;
}

.kleding {
display: block;
margin: 5px 0;
text-decoration: none;
color: blue;
}