-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (46 loc) · 1.12 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
body {
text-align: center;
}
img {
width: 50%;
height: 50%;
float: center;
}
h2 {
font-family: serenity, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 3em;
margin-bottom: -.1em;
}
p {
font-family: ff-tisa-sans-web-pro, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.3em;
text-align: left;
justify-content: center;
margin-bottom: 2em;
margin-left: 4em;
margin-right: 4em;
max-width: 85%;
}
a {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
flex-direction: column;
text-decoration: none;
font-family: ff-tisa-sans-web-pro, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.2em;
color: black;
box-shadow: 12px 8px #450071;
padding: 2em;
align-items: center;
justify-content: center;
margin: 3em;
background-color: #F4DCFE;
border-radius: 5em;
}