-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
52 lines (48 loc) · 807 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
body{
background-color: aqua;
padding : 0px;
margin: 0px;
font-family: 'Roboto', sans-serif;
}
.main{
margin : 0px;
background-color: white;
height : 100vh;
width : 100%;
/* background-image: url('./sample1-removebg.png');
*/
background-color: #8EBCB6;
}
.parent {
text-align: center;
width: 100%;
}
.child{
width : 100%;
}
/*
#child {
height: 100px;
position: absolute;
top: 50%;
margin-top: -50px;
} */
img{
height : 100%;
width: 100%;
object-fit: cover;
}
.container{
margin: 0px;
padding : 0px;
}
.spacer{
aspect-ratio: 900/600;
width : 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.layer1{
background-image: url("./layer1.svg");
}