-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
171 lines (125 loc) · 2.23 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
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
169
170
171
@import url('https://fonts.googleapis.com/css?family=Montez');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Montaga');
body
{
padding-top:125px;
padding-left:350px;
padding-right:150px;
background-image:url('bg.png');
background-position: 0px -120px;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 50px;
}
.panel-title
{
display: inline;
font-weight: bold;
}
.pl-ziro
{
padding-left: 0px;
}
.btn {
border-radius:35px;
font-size: 20px;
margin: 20px;
box-shadow: 0px 8px 6px #737373;
transition: all 0.3s ease 0s;
}
.btn2 {
display: inline-block;
border-radius: 35px;
background-color: green;
border: none;
color: #FFFFFF;
text-align: center;
font-size: 20px;
padding: 7px;
height: 40px;
width: 170px;
transition: all 0.6s;
cursor: pointer;
margin: 5px;
}
.btn2 span{
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.btn2 span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.btn2:hover span {
padding-right: 25px;
}
.btn2:hover span:after {
opacity: 1;
right: 0;
}
.btn3 {
border-radius:35px;
font-size: 19px;
margin: 22px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
transition: all 0.3s ease 0s;
}
.hed{
background-color: #000000;
height:78px;
width: 1374px;
margin-left: -358px;
margin-top: -150px;
opacity: 0.6;
filter: alpha(opacity=100);
background-position: 50px 150px;
}
.hedd{
padding-left: 60px;
padding-top: 10px;
font-size:1.7em;
color:black;
font-family: 'montaga', sans-serif;
}
.back{
background-color: #F3EAEA;
height: 320px;
width: 350px;
margin-top: -15px;
margin-left: 130px;
margin-bottom: 80px;
box-shadow: 7px 12px 10px #616161;
}
.input-group{
padding-left: 70px;
}
.tt{
color: #FFFB00;
margin-left: -325px;
font-size: 2.8em;
margin-top: -111px;
font-family: 'Montserrat', sans-serif;
}
.container{
margin-top: 0px;
margin-left: 100px;
width: 820px;
height: 00px;
margin-top: 10px;
}
.backdone{
box-shadow: 7px 12px 10px #616161;
}
.header{
font
color: : yellow;
margin-left: -311px;
margin-top: -129px;
}