Skip to content
Open
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
4 changes: 3 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ html {
}

body {

margin: var(--header-height) 0 0 0;
font-family: var(--body-font);
font-size: var(--normal-font-size);
color: var(--second-color);
background-color: rgb(12, 12, 12);
color: white;
}

h1, h2, p {
Expand Down
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">Marlon</a>
<a href="#" class="nav__logo">Ella B</a>
</div>

<div class="nav__menu" id="nav-menu">
Expand All @@ -26,6 +26,7 @@
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li>
<li class="nav__item"><a href="#work" class="nav__link">Work</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
<li class="nav__item"><a href="#Services" class="nav__link">Services</a></li>
</ul>
</div>

Expand All @@ -39,7 +40,7 @@
<!--===== HOME =====-->
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title">Hi,<br>I'am <span class="home__title-color">Marlon</span><br> Web Designer</h1>
<h1 class="home__title">Hi,<br>I'am <span class="home__title-color">Ella B</span><br> Web Designer</h1>

<a href="#" class="button">Contact</a>
</div>
Expand Down Expand Up @@ -73,7 +74,7 @@ <h2 class="section-title">About</h2>
</div>

<div>
<h2 class="about__subtitle">I'am Marlon</h2>
<h2 class="about__subtitle">I'am Ella</h2>
<p class="about__text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptate cum expedita quo culpa tempora, assumenda, quis fugiat ut voluptates soluta, aut earum nemo recusandae cumque perferendis! Recusandae alias accusamus atque.</p>
</div>
</div>
Expand Down