Skip to content

Commit

Permalink
mobile tekst
Browse files Browse the repository at this point in the history
  • Loading branch information
elina2022 committed Sep 20, 2022
1 parent bf12729 commit c647858
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
17 changes: 14 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,22 @@ body {
}

#monitor1 {
animation: fadein 10s;
animation: fadein 7s;
}

@keyframes fadein {
from {opacity: 0}
to {opacity: 1}
0% {opacity: 0}
30% {opacity: 0}
100% {opacity: 1}
}

h1 {
animation: text 1s;
}

@keyframes text {
0% {opacity: 1}
100% {opacity: 1}
}

#monitor2 {
Expand Down Expand Up @@ -221,6 +231,7 @@ h1:hover {
box-shadow: none;
}


iframe {
position: fixed;
top: 0px;
Expand Down
8 changes: 8 additions & 0 deletions styles/stylephone.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,12 @@

.zoomed {
transform: scale(3);
}

h1 {
white-space: initial;
font-size: 80px;
top: 325%;
left: 4%;
word-spacing: 330px;
}

0 comments on commit c647858

Please sign in to comment.