-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
64 lines (48 loc) · 954 Bytes
/
stylesheet.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
#header {
background: linear-gradient(black, #A09AFF);
border-radius: 10px;
padding-top: 50px;
padding-right: 30px;
padding-bottom: 60px;
padding-left: 100px;
margin-right: 100px;
margin-left: 50px;
}
h2 {
color: #666772;
font-family: "Amatic SC", cursive;
font-style: bold;
text-align: left;
margin-left: 50px;
}
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 100px;
height: 100px;
margin-left: 50px;
}
img:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.welcome {
color: #FF86B2;
font-family: "Amatic SC", cursive;
font-size: 5em;
font-style: bold;
text-shadow: 2px 3.464px 2px rgba(0,0,0,.25);
text-align: left;
margin-left: 350px;
}
body {
background-color: #000019;
}
p {
color: #666772;
font-family: "Raleway", sans-serif;
font-style: italic;
text-align: left;
margin-left: 50px;
text-shadow: .3px .3px .3px rgba(0,0,0,.25);
}