master
parent
fee0d01707
commit
55a0e03588
After Width: | Height: | Size: 90 KiB |
@ -0,0 +1,19 @@
|
||||
.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-position: center;
|
||||
object-fit: cover;
|
||||
|
||||
.earthCon {
|
||||
width: 500px;
|
||||
height: 500px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
Loading…
Reference in new issue