-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
106 lines (96 loc) · 1.6 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
101
102
103
104
105
106
body {
margin: 0;
padding-top: 800px;
text-align: center;
}
.profile {
width: 250px;
margin-bottom: 50px;
border-radius: 50%;
}
.Menu {
list-style: none;
font-family: sans-serif;
position: absolute;
top: 10px;
right: 30px;
z-index: 10px;
}
#welcome {
position: absolute;
z-index: 9px;
height: 800px;
color: #FFFFFF;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0.83;
background: linear-gradient(#60ebeb 0%, #27ae60 100%);
display: table;
width: 100%;
height: 100%;
}
.links {
float: left;
color: black;
padding-top: 5px;
padding-left: 9px;
padding-right: 9px;
padding-bottom: 5px;
font-family: fantasy;
font-size: 20px;
}
.links:hover {
background-color: red;
}
.line {
height: 6px;
background-color: #000;
width: 70px;
margin: 8px auto;
}
p {
max-width: 450px;
margin: 25px auto;
font-size: 17px;
line-height: 1.3;
}
.parallax-inner {
display: table-cell;
position: relative;
text-align: center;
vertical-align: middle;
}
#name{
font-size: 30px;
line-height: 1.2;
font-family: 'Cinzel Decorative', cursive;
}
a{
text-decoration: none;
}
#article:hover {
font-size: 50px;
color: darkorange;
background-color: black;
}
html{
scroll-behavior: smooth;
}
#1{
height: 50%;
width: 50%;
}
#2{
height: 50%;
width: 50%;
}
#3{
height: 50%;
width: 50%;
}
#4{
height: 50%;
width: 50%;
}