-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
86 lines (83 loc) · 1.08 KB
/
stylesheet.css
File metadata and controls
86 lines (83 loc) · 1.08 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
header {
background-image: url("header.jpg");
padding: 5px;
}
h1 {
text-align: center;
font-family: 'sans serif';
color: #fff3c7;
font-size: 60px;
}
.intro {
text-align: center;
font-family: 'sans serif';
color: #fff3c7;
font-size: 30px;
padding: 1%;
}
body {
background-color: #0B1328;
}
.pic {
margin: 30px;
padding: 1% 40% 1%;
max-width: 500px;
}
.quote {
color: #fff3c7;
text-align: center;
}
.aboutme {
color: #fff3c7;
text-align: center;
padding: 0% 30% 0%;
}
.main-nav {
width: 30%;
min-height: 30px;
text-align: center;
}
.nav {
display: flex;
font-weight: 700;
list-style-type: none;
padding: 1% 120% 1%;
}
.nav .name {
display: none;
}
.nav li {
padding: 5px 10px 10px 10px;
}
.nav a {
transition: all .5s;
}
.nav a:hover {
color: white
}
.pics {
padding: 2% 15% 2%;
}
.pics2 {
padding: 5% 22% 5%;
}
.des {
color: #fff3c7;
text-align: center;
}
.writing {
color: #fff3c7;
text-align: center;
padding: 5% 30% 5%;
}
.appro {
margin: 30px;
padding: 1% 35% 1%;
max-width: 500px;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}