-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (48 loc) · 820 Bytes
/
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
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
body {
font-family: 'Patrick Hand', cursive;
text-align: center;
background-color: #ffd59e;
}
p {
font-size: 18px;
}
#intro {
text-align: center;
}
.center {
margin: auto;
top: 70px;
right: 0;
left: 0;
bottom: 70px;
max-width: 650px;
padding: 20px;
animation: fadInAnimation ease 0.5s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
#fun-facts {
text-align: left;
}
img {
width: 40%;
height: 40%;
border-radius: 40%
}
a {
text-decoration: none;
color: #228027;
}
a:hover {
font-size: 18px;
font-weight: bold;
}
span {
font-weight: bold;
}
#links a{
margin-left: 2.5em;
color:#ff6e30;
font-size: 20px;
}