forked from VaibhavBedarkar/Modesens-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
why_modesens.css
93 lines (93 loc) · 1.52 KB
/
why_modesens.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body{
font-family: 'Lato', sans-serif;
}
#cover{
margin:2% 0%;
width:100%;
height:200px;
text-align: center;
background-image: url("https://modesens.com/static/img/about-bg.png");
border:1px solid transparent;
}
#cover>div>h1{
color:white;
}
#video{
width:70%;
margin:0% 15%;
margin:auto;
}
#video>iframe{
width:80%;
margin:5% 10%;
}
.block{
display: flex;
width:80%;
margin: auto;
margin:2% 10%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.block>div:nth-child(1){
width:26%;
text-align: center;
margin:5% 2%;
}
.block>div:nth-child(2){
width:66%;
margin:5% 2%;
}
.block>div:nth-child(2)>img{
width:100%;
}
#cover2{
width:80%;
margin:3% 10%;
padding-top:10px;
text-align: center;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#cover2>div{
display: flex;
}
#cover2>div>div:nth-child(1){
width:46%;
margin:0% 2%;
}
#cover2>div>div:nth-child(2){
width:46%;
margin:0% 2%;
}
#cover2>div>div:nth-child(2)>div{
display:flex;
margin:20px 20px;
}
#cover2>div>div:nth-child(2)>div>img{
margin-right: 20px;
}
.center{
width:80%;
text-align: center;
padding:10px 0px 30px 0px;
margin: 3% 10%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#big_page{
width:80%;
margin:auto;
}
#big_page>img{
width:100%;
}
button{
background-color: black;
color:white;
padding: 10px;
font-weight: bold;
}
#invite{
background-color:white;
color:black;
border:white;
font-weight:bold;
}