Skip to content

Commit e016cff

Browse files
committed
add color backround to qustions
1 parent dddf0ff commit e016cff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/main.css

+6
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@
8585
background-image: url(image/ofice.jpg);
8686
background-repeat: no-repeat;
8787
height: 100%;
88+
background-color: #363533;
89+
position: absolute;
90+
top: 0;
91+
bottom: 0;
92+
left: 0;
93+
right: 0;
8894
}
8995

9096
.loginContent{

0 commit comments

Comments
 (0)