-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (48 loc) · 956 Bytes
/
Copy pathstyle.css
File metadata and controls
57 lines (48 loc) · 956 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
body {
margin: 0;
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 1.1em;
line-height: 1.5;
text-align: center;
}
header h1 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 3em;
padding: 20px;
}
img {
width: 40%;
height: auto;
}
#outer p {
font-size: 1.5em;
margin-left: 10%;
margin-right: 10%;
}
#outer img {
border-radius: 5px;
border: solid rgb(150, 4, 4);
}
section {
padding-bottom: 10px;
border-radius: 10px;
margin: 20px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 0.9em;
}
#sec1 {
background-color: rgb(80, 79, 79);
align-items: center;
color: rgb(178, 183, 183);
}
#sec2 {
background-color: rgb(80, 79, 79);
align-items: center;
color: rgb(178, 183, 183);
margin-bottom: 20px;
}
#myButton, #myButton-2 {
border-radius: 20px;
padding: 10px;
background-color: rgba(41, 242, 6, 0.395);
}