-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
66 lines (57 loc) · 908 Bytes
/
Copy pathstyle.css
File metadata and controls
66 lines (57 loc) · 908 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
66
html {
font-size: 22px;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
background-image: url(images/background.jpg);
background-repeat: no-repeat;
color: pink;
height: 100%;
width: 100%;
margin: 0 auto;
padding: 1rem;
min-height: 100vh;
min-width: 800px;
border-left: 1px solid pink;
border-right: 1px solid pink;
text-align: center;
}
th,
td,
caption {
border: 1px solid palevioletred;
border-collapse: separate;
font-family: Arial, Helvetica, sans-serif;
padding: 0.5rem;
}
table {
margin: 0 auto;
display: table;
}
a {
color: palevioletred;
}
a:visited {
color: pink;
}
a:hover,
a:active {
color: #f64a8a;
}
ul {
display: table;
margin: 0 auto;
text-align: left;
}
hr {
border-top: 1px solid pink;
}
p,
dl,
dt {
margin-right: 150px;
margin-left: 80px;
}