We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d822c77 commit 53e5df7Copy full SHA for 53e5df7
index.html
@@ -1,6 +1,7 @@
1
+
2
<!DOCTYPE html>
3
<html lang="en">
-<!-- v6.0.1 -->
4
+<!-- v6.0.2 -->
5
<head>
6
<meta charset="UTF-8">
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -103,7 +104,7 @@
103
104
margin-bottom: 1rem;
105
color: var(--text);
106
width: calc(100% - 20px);
- transition: border-color 0.3s; /* Smooth transition for focus */
107
+ transition: border-color 0.3s;
108
}
109
110
textarea {
@@ -130,7 +131,8 @@
130
131
border-radius: 5px;
132
padding: 10px 20px;
133
cursor: pointer;
- 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;
136
137
138
button:hover {
0 commit comments