Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oge-dev committed May 25, 2024
1 parent 1084ac4 commit 3167da7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@ header .header-wrapper {
flex-direction: row;
align-items: center;
}
.enjoy-text {
/* width: 552px;
height: 162px; */
}

.enjoy-text h1 {
font-size: 3rem;
Expand All @@ -185,31 +181,32 @@ header .header-wrapper {

@keyframes tv {
0% {
background-image: url("../img/website_medium.jpg");
background-image: url("../img/movies/movies2.jpg");
}

25% {
background-image: url("../img/kid.png");
background-image: url("../img/movies/movies4.jpg");
}

50% {
background-image: url("../img/website_medium.jpg");
background-image: url("../img/movies/black-adam.jpg");
}

75% {
background-image: url("../img/movies/lift.jpg");
}

100% {
background-image: url("../img/mobile-0819.jpg");
background-image: url("../img/movies/spider.jpg");
}
}
.tv-content{
padding-left: 0.375rem;
z-index: 1;
}

.tv-content img {
width: 546px;
height: 410px;
border: none;
animation: tv 4s linear 0.1s infinite alternate both;
animation: tv 4s step-end 0.1s infinite alternate both;
background-color: transparent;
background-repeat: no-repeat;
background-position: center;
Expand Down
File renamed without changes
Binary file removed img/movies/death-fighter.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>Enjoy on your TV.</h1>
</div>
<div class="tv-content">
<img src="./img/tv.png" alt="tv" />
</div>
</div>
</div>

</section>
Expand Down

0 comments on commit 3167da7

Please sign in to comment.