-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
80 lines (67 loc) · 1.5 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#ulTasks li.done {
text-decoration: line-through;
background-color: #c2efe0;
color: #072c21;
}
#ulTasks li {
background-color: #1cb084;
}
@font-face {
font-family: "Montserrat";
src: url(Montserrat/Montserrat-Regular.ttf);
font-style: normal ;
font-weight: 100;
}
@font-face {
font-family: "Montserrat";
src: url(Montserrat/Montserrat-SemiBold.ttf);
font-style: normal ;
font-weight: 600;
}
@font-face {
font-family: "Montserrat";
src: url(Montserrat/Montserrat-Bold.ttf);
font-style: normal ;
font-weight: 700;
}
header {
background-image: url(media/artwork.png);
background-position: 100% 0%;
background-size: 35%, 35%;
background-repeat: no-repeat, no-repeat, no-repeat;
padding-top: 6%;
padding-bottom: 7%;
/*background-color: #ffe2ce;*/
}
body {
font-family: Montserrat;
font-weight: 100;
width: auto;
height: auto;
background-image: url(media/abstractColor.jpg);
}
.btn {
font-weight: 600;
}
#doodleContainer {
padding-top: 1%;
background-color: #f0ceb7;
text-align: center;
padding-bottom: 0%;
/*background-position: %;*/
}
#connect {
/* margin-left: 45%; */
margin-right: auto;
color: #0e3528;
font-weight: 600;
text-align: center;
}
#doodleImg {
text-align: center;
/*margin-left: 48%;*/
/*margin-right: auto;*/
/*background-image: url(media/doodle.png);*/
background-size: 20%, 20%;
background-repeat: no-repeat, no-repeat, no-repeat;
}