-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (47 loc) · 819 Bytes
/
Copy pathstyle.css
File metadata and controls
48 lines (47 loc) · 819 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
.form {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
border: 1px solid grey;
border-radius: 2px;
color: black;
margin: 50px;
font-size: 40px;
}
#section {
position: relative;
left: 200;
}
.entryBox, .records, .syear, .eyear {
border: 2px solid black;
border-radius: 2px;
background: white;
color: black;
margin: 10px;
padding-left: 30px;
font-size: 24px;
}
.header {
border: 2px solid black;
border-radius: 2px;
color: white;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 36px;
font-weight: 700;
text-align: center;
background: #213258;
margin: 20px;
padding: 20px;
}
.headline {
color: white;
font-size: 24px
font-weight: 600;
background: #213258;
}
.image {
height: 5%;
width: 5%;
margin-right: 10px;
}
.topArticles {
margin: 50px;
}