Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
AroriaNetwork
GitHub Repository: AroriaNetwork/3kho-backup
Path: blob/main/projects/push-your-luck/css/app.css
1834 views
1
body {
2
background: #000;
3
margin: 0px 0px 0px 0px; /* the extra 1px allows the iOS inner/outer check to work */
4
}
5
6
#sbc_orientation {
7
margin: 0 auto;
8
position: absolute;
9
top: 0%;
10
left: 0%;
11
width: 100%;
12
height: 100%;
13
background-image: url(../assets/orientation.jpg);
14
background-repeat: no-repeat;
15
background-position: center;
16
background-color: rgb(0, 0, 0);
17
z-index: 999;
18
display: none;
19
}
20
21