-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
119 lines (99 loc) · 1.49 KB
/
index.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
header {
color: azure;
text-align: center;
padding: 1rem 0;
}
.topmenu {
color: azure;
color-scheme: azure;
}
nav ul {
list-style: none;
padding: 10mm;
}
nav li {
display: inline;
margin-right: 20px;
margin-left: 20px;
}
body {
background-color: rgb(43, 1, 52);
color: azure;
}
.home {
font-size: x-large;
color: azure;
}
.resume {
font-size: x-large;
color: azure;
}
.projects {
font-size: x-large;
color: azure;
}
.contact {
font-size: x-large;
color: azure;
}
.jonathanbieganskipng {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
width: 300px;
height: 300px;
border-radius: 50%;
}
.jonathanbieganskiname {
text-align: center;
font-size: xx-large;
color: azure;
}
.jobtitle {
text-align: center;
color: azure;
}
.about {
padding-top: 10mm;
}
.aboutcontent {
text-align: justify;
margin-left: 50px;
margin-right: 50px;
}
.projects {
padding-top: 15mm;
text-align: left;
margin-left: 50px;
margin-right: 50px;
}
ol {
list-style-position: inside;
}
.divcloudresumechallengecenter {
text-align: center;
}
.cloudresumeprojects {
padding-top: 5mm;
text-align: justify;
margin-left: 50px;
margin-right: 50px;
}
.contactme {
padding-top: 15mm;
text-align: left;
margin-left: 50px;
}
.contactmecontent {
padding-top: 5mm;
text-align: left;
margin-left: 100px;
margin-right: 50px;
}
footer {
background-color: rgb(32, 1, 32);
color: white;
text-align: center;
padding: 2rem 0;
}