-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
100 lines (98 loc) · 1.76 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
96
97
98
99
100
body {
padding-top: 800px;
text-align: center;
}
.profile {
width: 400px;
margin-bottom: 10px;
border-radius: 50%;
}
#welcome {
position: absolute;
overflow: hidden;
height: 800px;
color: white;
left: 30px;
right: 0;
top: 0;
bottom: 0;
opacity: 0.83;
background: linear-gradient(#f8fc03 0%, #07fc03 100%);
display: table;
width: 100%;
height: 100%;
z-index: 9;
}
.parallax-inner {
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
}
h1{
font-size: 50px;
font-family: 'Harry Potter', sans-serif;
line-height: 1.2;
font-weight: bold;
}
#name{
font-size: 30px;
line-height: 1.2;
font-family:'Cinzel Decorative',cursive;
}
#bio{
padding: 50px;
font-size: 40px;
}
.line{
height: 5px;
background-color: aqua;
width: 250px;
margin: 8px auto;
}
p{
max-width: 500px;
margin: 25px auto;
font-size: 20px;
line-height: 1.2;
}
.menu{
list-style: none;
font-family: 'Cinzel Decorative',cursive;
position: absolute;
top: 10px;
right: 30px;
z-index: 10;
cursor: pointer;
}
.links{
float: left;
color: brown;
padding-top: 5px;
padding-left: 9px;
padding-right: 9px;
padding-bottom: 5px;
}
.links:hover{
background-color: brown;
}
#writings{
font-size: 30px;
color: chocolate!important;
text-shadow: none!important;
text-decoration: underline !important;
}
html{
scroll-behavior: smooth;
}
a{
color: aqua;
text-decoration: none;
text-shadow: 2px 2px gainsboro;
}
.contact_1 a{
text-shadow: none;
}
.contact_1 h3{
display: inline;
}