-
Notifications
You must be signed in to change notification settings - Fork 2
/
SplashStyle.css
executable file
·85 lines (77 loc) · 1.69 KB
/
SplashStyle.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
<link rel="stylesheet" href="https://ssl.gstatic.com/docs/script/css/add-ons1.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style>
.SplashBox{
border: 1px solid;
margin: auto;
width: 700px;
-moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
padding-bottom: 6px;
word-wrap: break-word;
margin-top: 180px;
border-radius:25px;
background: #fff;
padding-left: 20px;
padding-bottom: 20px;
}
.logo{
text-align: right;
padding-right: 20px;
padding-top: 10px;
}
.TextStyle{
text-align: center;
font-weight: normal;
font-family: Tahoma,sans-serif;
}
p{
padding-top: 10px;
padding-right: 10px;
font-size: 16px;
font-family: Tahoma,sans-serif;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.button1 {
background-color: white;
color: #008CBA;
padding: 10px;
border: 2px solid #008CBA;
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
.button1:hover {
background-color: #008CBA;
color: white;
}
.button2 {
background-color: white;
color: #008CBA;
padding: 10px;
border: 2px solid #008CBA;
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
.button2:hover {
background-color: #008CBA;
color: white;
.btn {
background-color: white;
border: none;
color: black;
padding: 12px 16px;
font-size: 16px;
cursor: pointer;
}
</style>