-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (96 loc) · 1.45 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
body{
padding-top: 10px;
margin: 0;
}
.profile{
width: 200px;
margin-bottom: 30px;
margin-top: 20px;
border: 5px solid pink;padding: 5px;
}
#welcome {
position: absolute;
overflow: hidden;
height: 800px;
color: hotpink;
left: 0;
right: 0;
top: 1000;
bottom: 0;
opacity: 0.83;
background-image: linear-gradient(blue,deeppink);
display:table;
width:100%;
height:100%;
z-index:9;
font-weight: bold;
font-size: 45px;
}
.inner{
display:table-cell;
position:relative;
text-align:center;
vertical-align:middle;
}
h1{
text-shadow:2px 2px pink;
font-size:40px;
line-height:1.2;
font-weight:300;
}
#name{
font-size:30px;
line-height:1.2;
font-weight:400;
}
p{
font-size:25px;
color:magenta;
font-weight:bold;
line-height:1.3
}
.line{
height:6px;
background-color:blueviolet;
width:70px;
margin:8px auto;
}
#bio{
font-size:42;
text-align:center;
padding:50px;
background-image:linear-gradient(skyblue,pink)
}
.menu{
list-style:none;
float:right;
top:10px;
right:30px;
cursor:pointer;
color:darkorchid;
z-index:10;
position:absolute;
}
links{
float:left;
color:crimson;
padding-top:5px;
padding-bottom:5px;
padding-left:9px;
padding-right:9px;
font-size:20px;
border:2px solid violet;
}
links:hover{
background-image:linear-gradient(pink,lavender,skyblue);
font-size:25px;
text-decoration:underline;
color:deeppink;
font-family:monospace;
}
img{
align-self:center;
}
h1{
text-align:center;
}