master
parent
55a0e03588
commit
2f521b4b1b
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 679 KiB |
Before Width: | Height: | Size: 90 KiB |
@ -1,19 +1,25 @@
|
||||
.wzgl_warp {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #020202;
|
||||
}
|
||||
|
||||
.earthWarp {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: url('../../../../assets/images/googleEarth/startBG.jpg') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: url('../../../../assets/images/googleEarth/starBG.png') no-repeat;
|
||||
background-size: 85% 100%;
|
||||
background-position: center;
|
||||
object-fit: cover;
|
||||
|
||||
.earthCon {
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
width: 46%;
|
||||
height: 96%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
Loading…
Reference in new issue