Skip to content

Commit 6f57740

Browse files
committed
Styling the error message
1 parent 5a23bda commit 6f57740

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/App.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,14 @@ body {
131131
text-decoration: line-through;
132132
opacity: 0.8;
133133

134+
}
135+
136+
.error-message {
137+
position: absolute;
138+
top: 50%;
139+
left: 50%;
140+
transform: translate(-50%, -50%);
141+
font-size: 2.5rem,;
142+
font-family: Gloria Hallelujah;
143+
color: #F7F9F9;
134144
}

0 commit comments

Comments
 (0)