-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
65 lines (55 loc) · 968 Bytes
/
styles.css
File metadata and controls
65 lines (55 loc) · 968 Bytes
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
body {
background-image:
url(https://images.pexels.com/photos/131634/pexels-photo-131634.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb);
background-size: cover;
text-align: center;
text-shadow: 3px 3px #99ffbb;
}
h1 {
font-family: calibri, sans-serif;
font-size: 80px;
margin: 0.2em;
}
h2 {
font-family: calibri, sans-serif;
font-size: 50px;
margin: 1em 0 0.5em;
}
h2:first-of-type {
margin-top: 0.5em;
}
p {
font-family: sans-serif;
font-size:20px;
text-shadow: 1px 0px;
}
table,
tr,
td {
border: 1px solid black;
}
table {
border-collapse: collapse;
margin: 0 auto;
}
tr
{
height:20px;
}
td {
width:20px;
}
input[type=number] {
width: 6em;
}
input, button
{
background-color: #ffffff;
border-radius: 8px;
color: #0a2d49;
cursor: pointer;
display: inline-block;
font-size: 14px;
padding: 2px 4px;
text-align: center;
}