Skip to content

Commit 53e5df7

Browse files
authored
Update index.html
1 parent d822c77 commit 53e5df7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
<!DOCTYPE html>
23
<html lang="en">
3-
<!-- v6.0.1 -->
4+
<!-- v6.0.2 -->
45
<head>
56
<meta charset="UTF-8">
67
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -103,7 +104,7 @@
103104
margin-bottom: 1rem;
104105
color: var(--text);
105106
width: calc(100% - 20px);
106-
transition: border-color 0.3s; /* Smooth transition for focus */
107+
transition: border-color 0.3s;
107108
}
108109

109110
textarea {
@@ -130,7 +131,8 @@
130131
border-radius: 5px;
131132
padding: 10px 20px;
132133
cursor: pointer;
133-
transition: background-color 0.3s, transform 0.2s; /* Added transform for button press effect */
134+
transition: background-color 0.3s, transform 0.2s;
135+
margin: 5px;
134136
}
135137

136138
button:hover {

0 commit comments

Comments
 (0)