-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·77 lines (71 loc) · 1.75 KB
/
style.css
File metadata and controls
executable file
·77 lines (71 loc) · 1.75 KB
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
h1 { font-size: 50; font-family: 'Arial Black';
text-align: center;
color: #660099;
background-color: #6666FF;
margin-top:10px;
margin-bottom:30px;
}
h2 { font-size: 40;
text-align: center;
color: #990000;
}
header { background-color: #9999FF;
opacity: 0.68;
font-size: 20;
height: 100px;
width: 100%;
text-align: center;
position: relative;
font-family: 'Helvetica';}
#history { text-align: left;
position: relative;
width: 100%;
max-width: 300px;
min-width: 250px;
margin: 5px auto;
padding-bottom: 15px;
background-color: white;
border: 4px solid black;
border-radius: 20px;
border-color: purple;
font-family: arial, sans-serif;
font-style: normal;
line-height: 35px;
}
form {text-align: left;
position: relative;
width: 100%;
max-width: 300px;
min-width: 250px;
margin: 5px auto;
padding-bottom: 15px;
background-color: white;
border: 4px solid black;
border-radius: 10px;
border-color: purple;
font-family: arial, sans-serif;
font-style: normal;
line-height: 35px;
}
body { position: absolute;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #9999FF;
}
ul {text-align: left;
position: relative;
width: 100%;
max-width: 300px;
min-width: 250px;
margin: 5px auto;
padding-bottom: 15px;
background-color: white;
border: 4px solid black;
border-radius: 10px;
color: black;
font-family: arial, sans-serif;
font-style: normal;
line-height: 35px;
}