-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
94 lines (72 loc) · 1.19 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
body {
margin: 0;
padding-top: 800px;
text-align: center;
}
.profile {
border-radius: 50%;
}
#welcome {
position: absolute;
color: #FFFFFF;
bottom: 0;
background: linear-gradient(#60ebeb 0%, #27ae60 100%);
display: table;
width: 100%;
height: 100%;
z-index: 9;
}
.menu {
position: fixed;
width: 100%;
margin-top: 0px;
z-index: 10;
list-style: none;
}
h1 {
font-size: 40px;
font-family: sans-serif;
font-weight: 300;
}
#name {
font-size: 50px;
line-height: 1.2;
font-family: 'Cinzel Decorative', cursive;
}
h2 {
font-size: 30px;
font-weight: 300;
font-family: monospace;
}
#bio {
font-family: 'Cinzel Decorative', cursive;
padding: 50px;
text-align: center;
}
.line {
height: 6px;
background-color: #000;
width: 70px;
margin: 8px auto;
}
p {
font-size: 17px;
}
.parallax-inner {
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
}
html {
scroll-behavior: smooth;
}
.article:hover {
color:fuchsia;
}
.links{
display: inline;
font-family: fantasy;
font-size: 25;
}
/*ADD CSS FROM HERE */