-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (63 loc) · 1.34 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
body {
text-align: center;
background: linear-gradient(#349eeb 0%, #e8eb34 100%);
background-repeat: no-repeat;
font-family: 'Pacifico', cursive;
}
h1 {
text-shadow: 2px 2px #F8BBD0;
font-size: 20px;
font-variant: small-caps;
font-family: 'Pacifico', cursive;
}
#bio {
padding: 20px;
font-size: 18;
text-align: center;
font-family: 'Pacifico', cursive;
}
img {
border-radius: 50%;
width: 300px;
}
.line {
height: 6px;
background-color: black;
width: 70px;
margin: 8px auto;
}
#p1 {
font-size: 34px;
font-variant: small-caps;
font-family: 'Pacifico', cursive;
}
#p2 {
font-family: 'Pacifico', cursive;
padding:50px;
text-align:center;
font-size: 42px;
}
#p3 {
font-variant: small-caps;
font-size: 50px;
}
.links {
padding-left: 33px;
padding-right: 25px;
color: darkblue;
font-size: 20px;
font-family: 'Pacifico', cursive;
display: inline;
}
.links:hover {
background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
font-size: 24px;
text-decoration: underline;
}
#About{
background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
}
#p4{
font-size: 22px;
font-variant: small-caps;
}