Skip to content

Commit

Permalink
Adding here image
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlon13 committed Jun 17, 2024
1 parent 5ebcd17 commit 3e6fdc1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
7 changes: 6 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,16 @@ h1{
}
/* Main content */
main{
background-color: lightblue;
/* Make main element take up any surplus space to push footer down*/
flex: 1 0 auto;
margin-top: 47px;
}
/* hero section */
#hero {
height: 600px;
width: 100%;
background: url("../images/hero-image.webp") no-repeat center center/cover;
}

/* footer */
#social-networks{
Expand Down
Binary file added assets/images/hero-image.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 id="logo">Love Running</h1>
</header>

<!-- main content section-->
<main>Main Content</main>
<main></main>
<h1>
TESTING THE GOOGLE FONT.
</h1>
Expand Down
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,8 @@ <h1 id="logo">Love Running</h1>
</header>

<!-- main content section-->
<main>Main Content</main>
<h1>
TESTING THE GOOGLE FONT.
</h1>

<main></main>
<section id="hero"></section>
<!-- footer content.-->
<footer>
<ul id ="social-networks">
Expand Down
2 changes: 1 addition & 1 deletion signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 id="logo">Love Running</h1>
</header>

<!-- main content section-->
<main>Main Content</main>
<main> </main>
<h1>
TESTING THE GOOGLE FONT.
</h1>
Expand Down

0 comments on commit 3e6fdc1

Please sign in to comment.