-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
168 lines (155 loc) · 2.96 KB
/
main.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
@import url('https://fonts.googleapis.com/css?family=Lato|Roboto|Tajawal');
* {
box-sizing: border-box;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #398C8B;
}
nav li {
float: left;
}
nav li a {
display: block;
color: white;
text-align: center;
padding: 15px 20px;
text-decoration: none;
}
nav li a:hover {
background-color: #111;
}
nav .active {
background-color: #4CAF50;
}
h1 {
font-family: 'Roboto', sans-serif;
color:rgba(37,65,65,1.00);
}
body {
font-family: 'Roboto', sans-serif;
}
.title {
color:white;
text-align:center;
font-size:90px;
height:140px;
width:auto;
margin:40px auto;
padding:15px;
}
.commerce {
font-size:25px;
text-align:center;
margin: 20px auto 2px auto;
padding:5px;
width:420px;
background-color:rgba(221,222,168,0.79);
border-top-right-radius: 17px;
border-bottom-right-radius: 17px;
border-top-left-radius: 17px;
border-bottom-left-radius: 17px;
line-height:1.2;
}
.commerce a {
text-decoration: underline;
color:inherit;
}
.IMGphones {
display:block;
margin:100px auto 20px auto;
width: 42%;
height: 27%;
border: 3px solid black;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.assess {
background-color:rgba(70,70,70,0.67);
color:white;
margin:200px, 0, 0, 0;
padding:30px;
font-size:18px;
}
.assess1 {
padding:15px 40px;
border-bottom:5px solid white;
}
.situation1, .situation2, .situation3 {
margin:0 40px;
}
#questions {
text-align:left;
margin-right:60%;
line-height:1.3;
}
#Smartphone_video {
margin: -80% 0 20px 45%;
border: 0px solid black;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.buy {
color:white;
margin:200px, 0, 0, 0;
padding:30px;
font-size:18px;
border-bottom:5px solid white;
}
.buy p {
background-color:rgba(78,78,78,0.57);
padding:15px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
text-align:center;
margin-bottom:25px;
}
.buy h1 {
padding:15px 40px;
border-bottom:5px solid white;
color:white;
}
.buy .checkout1 {
margin:50px auto;
display:block;
}
.buy .map {
margin:0 auto;
display:inline-block;
}
.buy p a {
color:inherit;
}
.buy img {
margin:0 40%;
text-align:center;
}
#bground1{
background-image: url('Media/icons-asphalt.jpg');
border-bottom:10px solid rgba(255,255,255,1.00);
}
#bground2{
background-image: url('Media/icons-blue.jpg');
border-bottom:10px solid rgba(255,255,255,1.00);
}
#bground3{
background-image: url('Media/icons-green.jpg');
border-bottom:10px solid rgba(255,255,255,1.00);
}
#bground4{
background-image: url('Media/icons-orange.jpg');
border-bottom:10px solid rgba(255,255,255,1.00);
}
#bground5{
background-image: url('Media/icons-red.jpg');
border-bottom:10px solid rgba(255,255,255,1.00);
}