-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (76 loc) · 1.25 KB
/
style.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
91
92
93
94
95
/*all my headings*/
h1 {
text-align: center;
font-family: 'Walter Turncoat', cursive;
font-size: 56px;
color: white;
margin: -3px 10px 10px 10px;
}
h2 {
font-family: 'Delius Swash Caps', cursive;
color: white;
padding-left: -2px;
}
h3 {
font-family: 'Delius Swash Caps', cursive;
}
nav {
text-align: center;
font-size: 20px;
font-family: 'Delius Swash Caps', cursive;
}
/*the main secdtion of my page */
p {
font-family: 'Sunshiney', cursive
margin: 9px;
font-size: 18px;
color: white;
}
body {
background-color: #3c3c3d;
border-style: solid;
border-color: grey;
padding: 50px;
margin: 100px;
color: grey;
}
li {
list-style-type: square;
color: white;
}
.experience #dates {
color: grey;
}
.experience #lead-title {
font-weight:bold;
text-align: justify;
color: white;
}
nav #whitelink {
color: white;
}
nav #underline {
text-decoration: underline;
}
nav #underline2 {
text-decoration: underline;
}
#picture {
border: 2px solid grey;
width: 250px;
height: 250px;
padding: 2px;
margin: 25px;
float: right;
}
a {
color: #42f4b9;
text-decoration: none;
padding: 5px;
}
footer {
text-align: center;
font-size: 18px;
margin-top: 35px;
font-family: 'Delius Swash Caps', cursive;
}