-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
105 lines (89 loc) · 1.36 KB
/
Copy pathstyle.css
File metadata and controls
105 lines (89 loc) · 1.36 KB
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
html {
height: 100%;
width: 100%;
}
body {
font-family: andika, sans-serif !important;
background-color: #000;
color: #cdcdcd;
font-weight: 400;
}
h1 {
text-align: center;
margin-bottom: -5px;
}
h2 {
margin-top: 15px;
margin-bottom: 5px;
text-align: center;
}
h3 {
margin-top: 15px;
margin-bottom: 5px;
text-align: center;
}
.Nav_Bar {
top: 0;
position: sticky;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.Nav_Bar ul {
list-style-type: none;
margin: 0;
padding: 0;
height: 40px;
}
.Nav_Bar li {
float: left;
}
.Nav_Bar li a {
color: #cdcdcd;
font-size: 18px;
text-decoration: none;
padding: 10px;
display: block;
}
.Nav_Bar li a:hover {
text-decoration: underline #18b2cc 3px;
}
p {
width: 40%;
margin: 0 auto;
padding: 0 10%;
text-align: left;
font-size: 19px;
}
p a{
text-decoration: none;
color: #cdcdcd;
}
p a:hover {
text-decoration: underline #18b2cc 3px;
}
img {
width: 45%;
height: 500px;
object-fit: cover;
margin: 20px auto;
display: block;
border-radius: 15px;
}
.project-list {
list-style-type: none;
padding: 0;
width: 35%;
margin: 20px auto;
}
.project-list li {
margin: 10px 0;
}
.project-list li a {
color: #cdcdcd;
font-size: 18px;
text-decoration: none;
}
.project-list li a:hover {
text-decoration: underline #18b2cc 3px;
}