-
Notifications
You must be signed in to change notification settings - Fork 0
/
project-shakespeare.css
90 lines (76 loc) · 1.27 KB
/
project-shakespeare.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
body {
background-image: url(images/shakespeare-bg.jpeg);
}
h1 {
font-family: cursive;
margin: auto;
font-weight: bold;
padding-bottom: 0%;
}
.title {
font-size: 350%;
padding-top: 20px;
}
h2 {
font-family: 'Times New Roman', Times, serif;
margin: auto;
font-size: xx-large;
}
h5 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
text-align: right;
padding: -20px;
}
h1, h2 {
text-align: center;
}
.top-line {
margin: 0px;
padding: 0px;
color: white;
fill: white;
height: 2px;
border-color: white;
}
.menu {
width: 80%;
margin-left: auto;
margin-right: auto;
background-color: rgb(253, 194, 66);
padding-top: 5px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: -5px;
max-width: 1000px;
border-style: double;
border-width: 7px;
border-color: rgb(0, 0, 0);
}
.arrow {
font-family: 'Fira Code', 'Times New Roman';
}
a {
color: gold;
}
a:hover {
color: silver;
}
a:visited {
color: crimson
}
a:active {
color: darkblue
}
.numInput {
font-family: cursive;
text-align: center;
padding-top: 10px;
margin: 0px;
font-size: x-large;
}
.listPrefix {
padding-top: 10px;
}
.number {
width: 125px;
}