-
Notifications
You must be signed in to change notification settings - Fork 0
/
bucket_list.css
54 lines (44 loc) · 1.14 KB
/
bucket_list.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
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&family=Cabin&family=Changa+One&family=Comfortaa:wght@500&family=Delicious+Handrawn&family=EB+Garamond&family=Indie+Flower&family=Lilita+One&family=Patua+One&family=Secular+One&family=Shadows+Into+Light+Two&family=Unna&family=Ysabeau+Infant:wght@300&display=swap');
.navbar{
font-size: 120%;
font-family: 'Shadows Into Light Two', cursive;
display: block;
text-align: center;
margin-top: 1%;
/*background: url("https://images.creativemarket.com/0.1.0/ps/1570278/2417/1608/m1/fpnw/wm1/preview-01-.jpg?1471583801&s=5d51c2a276fa9b425b13bd7fba07f894") 10px;*/
}
.navbar a{
background-color: rgb(255,166,43);
color: rgb(255, 255, 255);
padding: 5px;
border: 1px solid black;
text-decoration: none;
}
#container{
margin-left: 20%;
margin-right: 20%;
}
.title{
font-family: 'Indie Flower', cursive;
padding: 0 0 0 0;
}
.description{
font-size: 120%;
font-family: 'Ysabeau Infant', sans-serif;
}
.list{
font-size: 120%;
font-family: 'Ysabeau Infant', sans-serif;
}
.blue{
color: blue;
}
.red{
color: red;
}
.green{
color: green;
}
.greenyellow{
color: greenyellow;
}