-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (42 loc) · 972 Bytes
/
style.css
File metadata and controls
49 lines (42 loc) · 972 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
html, body {
width: 50%;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
}
html, head {
color: white;
background-image: url('https://images.unsplash.com/photo-1531923981709-9fd5eb67572c?ixid=MXwxMjA3fDB8MHxzZWFyY2h8MXx8YmVhdXRpZnVsJTIwc2t5fGVufDB8fDB8&ixlib=rb-1.2.1&auto=format&fit=crop&w=900&q=60.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.container {
width: 600px;
}
.msg {
font-size: x-small;
}
#inputField {
width: 300px;
height: 46px;
border: 1px solid black;
outline: none;
font-size: 25px;
vertical-align: middle;
}
#addTask {
height: 50px;
width: 50px;
border: 1px solid black;
font-size: 30px;
vertical-align: middle;
}
.tasks {
margin-top: 25px;
}
.paragraph-styling {
margin: 0;
cursor: pointer;
font-size: 20px;
}