Skip to content

Commit d12d02d

Browse files
author
maurux01
committed
1 parent b1ffc3e commit d12d02d

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

styles.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,33 @@ body {
2222
}/* Main container enhancements */
2323
#main-container {
2424
background-color: #20232a;
25-
padding: 40px;
25+
padding .typing-area::placeholder {
26+
color: #8b97a8;
27+
opacity: 0.7;
28+
font-style: italic;
29+
transition: opacity 0.3s ease;
30+
}
31+
32+
.typing-area {
33+
background-color: #384150;
34+
color: #e3e7ed;
35+
border: 1px solid #66a5ad;
36+
padding: 15px;
37+
border-radius: 8px;
38+
font-size: 16px;
39+
width: 100%;
40+
box-sizing: border-box;
41+
}
42+
43+
.typing-area:focus {
44+
border-color: #80cbc4;
45+
outline: none;
46+
box-shadow: 0 0 5px rgba(102, 165, 173, 0.3);
47+
}
48+
49+
.typing-area:focus::placeholder {
50+
opacity: 0.4;
51+
}: 40px;
2652
border-radius: 15px;
2753
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
2854
margin: 20px auto;

0 commit comments

Comments
 (0)