Skip to content

Commit

Permalink
fix transition
Browse files Browse the repository at this point in the history
  • Loading branch information
shoqqan committed Feb 9, 2024
1 parent 505cdda commit ca9ddd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ h1 {
margin-top: 2rem;
margin-bottom: 1rem;
color: #FFFF;
font-family: "Roboto Light", sans-serif;
font-family: "JetBrains Mono", sans-serif;
}

.image {
Expand Down Expand Up @@ -58,8 +58,16 @@ body {
#nooo {
position: absolute;
left: 0;
transition: 0.2s all ease-in-out;
}

#yessir:hover {
background-color: hotpink;
}

p{
font-family: "JetBrains Mono",sans-serif;
font-size: 1.5rem;
font-weight: bold;
margin-top: 2rem;
}
1 change: 1 addition & 0 deletions valentine_day.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ <h1>Дорогая Амина</h1>
<button id="yessir">Да!</button>
</div>
</article>
<p>created by: @shoqqan</p>
</body>
</html>

0 comments on commit ca9ddd0

Please sign in to comment.