-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathda.css
105 lines (103 loc) · 1.61 KB
/
da.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
body{
argin: 0;
padding: 0;
background-size: cover;
/*font-family: sans-serif;*/
font-family: 'Open Sans','sans-serif';
}
.backgrndimg{
/*position: fixed;*/
left: 0;
right: 0;
z-index: -10;
background-size: cover;
display: block;
background-image: url('Schedul.jpg');
width: 100%;
height: 100%;
overflow: auto;
}
.f{
display:block;
margin: 0 auto;
padding-top: 10px;
top: 50%;
left: 50%;
/*transform: translate(-50%,-50%);*/
width: 400px;
height: auto;
box-sizing: border-box;
background-color: #95a5a6;
/*background: rgba(0,0,0,.);*/
padding-bottom: 10px;
border-radius: 10px;
margin-top: 10px;
box-sizing: border-box;
margin-top: 30px;
}
h1{
color:#fff;
}
.title{
color: #ffffff;
}
.b{
width: 300px;
height: 50px;
background: #000;
border-radius: 15px;
color: #ffffff;
font-size: 18px;
}
.b:hover{
background-color: #f44336;
}
.b1{
width: 300px;
height: 50px;
background: #000;
border-radius: 15px;
color: #ffffff;
font-size: 18px;
}
.b1:hover{
background-color: #f44336;
}
.b2{
width: 300px;
height: 50px;
background: #000;
border-radius: 15px;
color: #ffffff;
font-size: 18px;
}
.b2:hover{
background-color: #f44336;
}
.b3{
width: 300px;
height: 50px;
background: #000;
border-radius: 15px;
color: #ffffff;
font-size: 18px;
}
.b3:hover{
background-color: #f44336;
}
.b4{
width: 300px;
height: 50px;
background: #000;
border-radius: 15px;
color: #ffffff;
font-size: 18px;
}
.b4:hover{
background-color: #f44336;
}
.t2{
width: 300px;
margin: 0 auto;
display: block;
}