Skip to content

Commit 17f4933

Browse files
committed
added innershadow
1 parent 31ad2b7 commit 17f4933

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

static/style/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ body {
6060
margin: 0 auto;
6161
}
6262

63-
.game__case {
63+
.game__case {
6464
z-index: 200;
6565
position: relative;
6666
width: 771px;
@@ -87,13 +87,15 @@ body {
8787
z-index: 100;
8888
position: absolute;
8989
background: url('../images/ui/texture.png');
90+
content: "";
91+
display: block;
9092
}
9193

9294
.loader {
9395
z-index: 400;
9496
position: fixed;
9597
text-transform: uppercase;
96-
background-color: #ffffff;
98+
background-color: #e5e5e5;
9799
display: flex;
98100
flex-direction: column;
99101
align-items: center;

0 commit comments

Comments
 (0)