forked from hackyourfuturecanada/Week3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (29 loc) · 651 Bytes
/
style.css
File metadata and controls
59 lines (29 loc) · 651 Bytes
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
body{
background: linear-gradient(rgba(255,255,255,0.6),
rgba(255,255,255,0.6)), url("images/book.jpg") no-repeat fixed;
background-size: cover;
}
.pic{
border-radius: 40px;
background-color: #eae3d3;
margin: 10px;
padding: 10px;
}
.text{
font-family: 'Dancing Script', cursive;
font-family: 'Titillium Web', sans-serif;
background-color: #eae3d3;
text-align: center;
margin: 10px;
padding: 20px;
}
.pic{ font-family: 'Dancing Script', cursive;
font-family: 'Titillium Web', sans-serif;
font-family: 'Bitter', serif;
}
.dif{
font-family: 'Dancing Script', cursive;
}
a:hover {
background-color: #eae3d3;
}