Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
titaniumnetwork-dev
GitHub Repository: titaniumnetwork-dev/Incognito-old
Path: blob/main/static/src/gs/public/spaceinvaders/assets/css/style.css
1325 views
1
body{
2
background-color: #000205;
3
background-image: url("skulls.png");
4
}
5
6
#game {
7
position: fixed;
8
top: 50%;
9
left: 50%;
10
margin-top: -300px;
11
margin-left: -400px;
12
}
13