This commit is contained in:
2021-12-21 22:39:08 +01:00
parent 288dd5f057
commit 64b5451719
3 changed files with 12 additions and 5 deletions

6
ROOT/contact.html Normal file
View File

@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<a>Your smart enough</a>
<br>
<a>Either you know, or you don't</a>
</html>

View File

@@ -53,10 +53,10 @@
<i class="fa fa-caret-down"></i>
</a>
<div class="dropdown-content" id="DropList">
<a href="#">Twitter</a>
<a href="#">Instagram</a>
<a href="#">Github</a>
<a href="#">Contact</a>
<a href="https://twitter.com/seppdroid">Twitter</a>
<a href="https://www.instagram.com/seppdroid/">Instagram</a>
<a href="https://github.com/SEPPDROID">Github</a>
<a href="contact.html">Contact</a>
</div>
</div>
</div>

View File

@@ -313,7 +313,8 @@ code {
white-space: nowrap;
background: #F1F1F1;
border: 1px solid #E1E1E1;
border-radius: 4px; }
border-radius: 4px;
overflow-x: auto;}
pre > code {
display: block;
padding: 1rem 1.5rem;