Skip to content

Commit d109347

Browse files
author
AzharSayyad
committed
QR Code Generator project added
1 parent d801eae commit d109347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

QR Code Generator/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
body {
9-
background-color: darkslateblue;
9+
background-color: #780B74;
1010
}
1111

1212
.container {
@@ -39,7 +39,7 @@ body {
3939
.container button {
4040
width: 100%;
4141
height: 50px;
42-
background: #494eea;
42+
background: #3c1255;
4343
color: #fff;
4444
border: 0;
4545
outline: 0;
@@ -51,7 +51,7 @@ body {
5151
}
5252

5353
.container button:hover {
54-
background: #3636a7;
54+
background: #300E42;
5555
}
5656

5757
#imgBox {

0 commit comments

Comments
 (0)