-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
73 lines (67 loc) · 1.83 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
#header {
text-align: center;
margin: auto;
padding: .2em;
color: white;
background-clip: text;
text-shadow: 2px 2px black;
font-size: 2.6em;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#for {
text-align: center;
margin: auto;
padding-bottom: .6em;
color: white;
background-clip: text;
text-shadow: 2px 2px black;
font-size: 1.5em;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.button {
width: 70%;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
border-radius: 1em;
background-color: rgb(0, 151, 197);
color: white;
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
padding: 1em;
font-size: 1.5em;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body {
background-image: linear-gradient(to bottom, blue, lightblue);
margin: 1px 1px 1px 1px;
height: 100%;
}
.row {
display: inline-block;
background-color: rgba(31, 95, 235, 0.3);
text-align: center;
border-radius: 10px;
width: 99.5%;
height: 130px;
margin-top: 5px;
margin-left: 2px;
margin-right: 0px;
text-shadow: 2px 2px black;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: white;
border: 1px inset rgba(0, 0, 0, 0.1);
}
.column {
width: 30%;
font-size: 1.5em;
float: left;
padding: 10px;
}
.datacolumn {
width: 50%;
font-size: 1em;
float: left;
padding: 10px;
}