Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
- Done kids section
  • Loading branch information
pratyaksh1610 committed Apr 24, 2024
1 parent 5772c6d commit 3b52bbe
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
Binary file added images/kids.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
src="./images/boxshot.png"
alt="stranger-things"
height="100px"
class="st-image"
style="margin: 10px 0px"
/>
</div>
Expand Down Expand Up @@ -221,6 +222,30 @@
</div>

<div><hr /></div>


<div class="black-bg download-fav-div">
<section class="flex-row download-fav-flex">
<div>
<img src="./images/kids.png" alt="tv" class="kids-img" width="600px"/>
</div>

<div class="flex-col">
<div class="white-color download-your-shows">
Create profiles for kids
</div>
<div class="white-color save-your-fav">
Send children on adventures with their favourite characters in a
space made just for them—free with your membership.
</div>
</div>
</section>
</div>

<div><hr /></div>



</main>
<footer></footer>
</body>
Expand Down
13 changes: 11 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ hr {

.sacred-games-video {
bottom: 437px;
left: 0px;

left: 0px;
}
}

Expand Down Expand Up @@ -332,6 +331,15 @@ hr {
left: -2px;
z-index: 0;
}
.sacred-games-video {
bottom: 274px;
width: 250px;
left: 0px;
}
.kids-img{
width: 320px;
margin: auto;
}
}

/* phone */
Expand All @@ -357,6 +365,7 @@ hr {
width: 250px;
left: 0px;
}

}


Expand Down

0 comments on commit 3b52bbe

Please sign in to comment.