Skip to content

Commit

Permalink
Update1
Browse files Browse the repository at this point in the history
  • Loading branch information
NazanB committed Apr 26, 2023
1 parent 0349f77 commit c7a1a1d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@

<body>
<header>
<h1>Nazan Bas</h1>
<p>Future Web Developer</p>
<nav>
<a href="Profile">Profile</a>
<a href="Experience">Experience</a>
<a href="Skills">Skills</a>
<a href="Contact">Contact</a>
</nav>
<div class="header" </div>
<h1>Nazan Bas</h1>
<p>Future Web Developer</p>
<nav>
<a href="Profile">Profile</a>
<a href="Experience">Experience</a>
<a href="Skills">Skills</a>
<a href="Contact">Contact</a>
</nav>
</header>
<main>
<article id="#Profil" class="Profil">
Expand Down
39 changes: 19 additions & 20 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
/*****************/
/* General Stylings */

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

* {
font-family: sans-serif;
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Arial, Helvetica, sans-serif;
}

body {
padding: 48px 16px;
background-color: darksalmon;
border: 5px solid burlywood;
margin: 0px;
background-color: darksalmon;
border: 5px solid burlywood;
font-family: Arial, Helvetica, sans-serif;
}

.header {
margin-top: auto;
padding: 16px;
max-width: 800px;

h1 {
font-family: Arial;
font-size: 3em;

}
margin-bottom: auto;
padding: 20px;
max-width: 800px;
background-color: burlywood;
text-align: center;
}

0 comments on commit c7a1a1d

Please sign in to comment.