forked from madhhuurrii/TheWireUsChallengeWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignupcss.css
More file actions
116 lines (102 loc) · 1.93 KB
/
signupcss.css
File metadata and controls
116 lines (102 loc) · 1.93 KB
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
.back-link {
color: #26c084;
font-weight: lighter;
}
.main-heading {
color: #3d3434;
font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: bolder;
margin: 2% 0;
text-align: center
}
.background-rectangle {
background: #f9f5f1;
border-radius: 30px;
margin: 0 1%;
padding: 5%;
}
.googleformbox {
border-radius: 30px;
margin: 0 2%;
background-color: #26c084;
text-align: center;
padding: 15px;
}
.incognitobox {
border-radius: 30px;
margin: 0 2%;
text-align: center;
background-color: #dadada;
padding: 15px;
}
#head-span1,
#head-span2 {
font-family: 'Poppins', sans-serif;
font-size: x-large;
text-align: justify;
}
#sub-span1,
#sub-span2 {
font-family: 'Roboto', sans-serif;
font-weight: lighter;
line-height: 1;
}
#head-span1 {
color: #f7f7f7;
}
#head-span2 {
color: #646469;
}
#sub-span1 {
color: rgba(255, 255, 255, 0.8);
}
#sub-span2 {
color: #6b707e;
}
.detailsinco,
.detailsgoogle {
margin-top: 16%;
width: 25%;
text-align: left;
}
@media only screen and (max-width: 800px) {
#formimg {
max-width: 150px;
}
#incoimg {
max-width: 150px;
}
#head-span1,
#head-span2 {
font-size: 20px;
}
.detailsinco {
margin-top: 29%;
width: 25%;
text-align: left;
}
}
@media only screen and (max-width: 600px) {
.incognitobox {
margin-top: 2%;
}
}
@media (min-width: 1000px) and (max-width: 1240px) {
.detailsinco,
.detailsgoogle {
margin-top: 8%;
}
#formimg {
max-width: 180px;
}
#incoimg {
max-width: 180px;
}
#head-span1,
#head-span2 {
font-family: 'Poppins', sans-serif;
font-size: large;
text-align: justify;
}
}