Skip to content

Commit 39e4d1e

Browse files
committed
change background use rgba mode.
1 parent bf26aae commit 39e4d1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
top: 50%;
2323
margin-left:-400px;
2424
margin-top: -80px;
25-
background-color:#000000;
26-
opacity:0.5;
25+
background-color:rgba(0, 0, 0, 0.75);
2726
}
2827
#container p{
2928
font-size:36px;

0 commit comments

Comments
 (0)