-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
133 lines (115 loc) · 2 KB
/
style.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
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
* {
font-family: 'Open Sans', sans-serif;
}
#body2 {
margin: 0;
padding: 0;
overflow: hidden;
background: #111;
background-repeat: no-repeat;
}
.page {
background-color: black;
background-repeat: no-repeat;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60%;
height: 80%;
text-align: center;
display: flex;
color: white;
box-shadow: 3px 10px 20px 5px rgba(0, 0, 0, .5);
}
.form {
width: 50%;
background: rgba(20, 20, 20, .8);
padding: 0px 0;
h2 {
padding-top: 30px;
font-weight: 300;
}
p {
font-size: 18px;
}
.icon {
font-size: 8em;
padding: 20px 0;
color: rgba(10, 180, 180, 1);
}
}
#tawk_6084557f5eb20e09cf363b7c {
width: 50%;
padding: 0px 0;
background: rgba(20, 40, 40, .8);
transition: .2s;
}
.inputFields {
margin: 15px 0;
font-size: 16px;
padding: 10px;
width: 300px;
border: 1px solid rgba(10, 180, 180, 1);
border-top: none;
border-left: none;
border-right: none;
background: rgba(20, 20, 20, .2);
color: white;
outline: none;
}
.noBullet {
list-style-type: none;
padding: 0;
}
#join-btn {
border: 1px solid rgba(10, 180, 180, 1);
background: rgba(20, 20, 20, .6);
font-size: 18px;
color: white;
margin-top: 20px;
text-align: center;
padding: 10px 50px;
cursor: pointer;
transition: .4s;
}
#div{
font-size: 26px;
padding-top: 20%;
text-align: center;
font-weight: bold;
}
#textarea{
min-height: 50px;
max-height: 120px;
resize: vertical;
}
#h11{
color: black;
font-family: 'Rouge Script', cursive;
font-size: 30px;
font-weight: normal;
text-align: center;
text-shadow: 1px 1px 2px #082b34;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
#body1{
background-image: url('back1.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
#body2{
background-image: url('back2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
#a{
text-decoration: none;
}