Skip to content

Commit

Permalink
Some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDario committed Sep 4, 2021
1 parent 0a46a0f commit fdc32f0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
1 change: 1 addition & 0 deletions css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
width: 100%;
display: flex;
justify-content: center;
max-width: 500px;
}

.footer__container .footer__container--logo img {
Expand Down
2 changes: 1 addition & 1 deletion css/section-one.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.section-one {
.section-one__third-background {
display: flex;
flex-direction: column;
align-items: center;
Expand Down
4 changes: 3 additions & 1 deletion css/section-three.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
width: 100%;
flex: wrap;
}

.section-three h2 {
margin: 20px 0;
}
.section-three p {
margin: 10px 0;
line-height: 1.7rem;
Expand Down
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,18 @@
</header>
<main>
<section class="section-one">
<img src="./img/icons/dont-starvelogo.png" alt="Don´t Starve Logo">
<h3>Purchase and play Don´t Starve</h3>
<p>Don’t Starve is an uncompromising wilderness survival game full of science and magic.</p>
<a class="btnBuy" href="https://store.steampowered.com/app/219740/Dont_Starve/" target="_blank">Buy Now</a>
</section>
<div class="section-one__first-background">
<div class="section-second-background">
<div class="section-one__third-background">
<img src="./img/icons/dont-starvelogo.png" alt="Don´t Starve Logo">
<h3>Purchase and play Don´t Starve</h3>
<p>Don’t Starve is an uncompromising wilderness survival game full of science and magic.</p>
<a class="btnBuy" href="https://store.steampowered.com/app/219740/Dont_Starve/" target="_blank">Buy Now</a>

</div>
</div>
</div>
</section>
<section class="section-two" id="gallery">
<h2>Gallery</h2>
<div class="section-two__gallery">
Expand Down

0 comments on commit fdc32f0

Please sign in to comment.