Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 70c22b7

Browse files
committed
correct the spell mistake
1 parent 020f73c commit 70c22b7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Source-Code/FormWaveAnimation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<div class="container">
12-
<h1>Pleas Login</h1>
12+
<h1>Please Login</h1>
1313
<form>
1414
<li class="form-control">
1515
<input type="text" required>

Source-Code/FormWaveAnimation/style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@ p {
6363
.btn:hover {
6464
background: linear-gradient(to bottom, #e81cff, #40c9ff);
6565
animation: button-particles 1s ease-in-out infinite;
66-
transform: translateY(-2px);
66+
transform: translateY(-6px);
67+
scale: 0.9;
68+
transition:
69+
transform
70+
550ms
71+
cubic-bezier(0.3, 0.7, 0.4, 1.5);
6772
}
6873

6974
.btn:active {

0 commit comments

Comments
 (0)