Add some more styles

This commit is contained in:
2021-07-28 15:09:56 +02:00
parent 7a622c5e3e
commit 2da1e15ddf
4 changed files with 48 additions and 5 deletions

View File

@ -4,7 +4,16 @@
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<h1>Hi there!</h1>
<p>This is a paragraph</p>
<div class="navbar-top">
<a href="#" class="active">Home</a>
<a href="/about.html">About me</a>
<a href="/contact.html" class="float-right">Contact me</a>
</div>
<div class="content">
<h1>Hi there! Welcome to liveemily.com</h1>
<p>This is going to be my portfolio website, please stay tuned for any more content that might get added!</p>
</div>
<div class="navbar-bottom">
</div>
</body>
</html>