-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdesign.css
86 lines (77 loc) · 1.43 KB
/
design.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
body{
margin: 0;
padding: 0;
/*background: url(.jpg);*/
background-size: cover;
/*font-family: sans-serif;
background-color: #95a5a6;*/
background-color: #fff;
font-family: 'Open Sans','sans-serif';
}
.second{
display:block;
margin: 50px auto 50px auto;
/*transform: translate(-50%,-50%);*/
width: 300px;
background-color: #fff;
height: 300px;
border-radius:10px;
position:relative;
}
.btn{
text-decoration: none;
display: block;
width: 200px;
height: 25px;
background: #4E9CAF;
padding: 10px;
text-align: center;
border-radius: 5px;
color: white;
font-weight: bold;
margin:30px auto;
/*margin:30px auto;
top:90px;
margin-left:80px;
position:fixed;*/
}
.sos_form_btn{
width: 220px;
height:200px;
border-radius: 15px;
font-size: 18px;
display: block;
/*position:fixed;
top:150px;
margin-left:80px;*/
margin:10 auto;
cursor:pointer;
background-color: #f44336;
color: white;
}
.sos_form_btn:hover{
background-color: #000;
color: #e74c3c;
}
.btn:hover{
background-color: #4CAF50; /* Green */
color: white;
}
.homepage-heading{
width:180px;
margin:0 auto;
}
.logout{
text-decoration: none;
background-color:#b522a8;
color:#fff;
padding:5px;
border-radius:5px;
width:70px;
display:block;
margin:20px auto;
text-align:center;
}
.logout:hover{
background-color:#000;
}