-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (62 loc) · 1.04 KB
/
style.css
File metadata and controls
71 lines (62 loc) · 1.04 KB
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
#heading {
font-family: "Bahianita", cursive;
text-align: center;
margin-top: 30px;
}
.search-form {
margin-left: 70%;
}
@media (max-width: 750px) {
.search-form {
margin-left: 0px;
margin-top: 20px;
display: block;
}
}
#main-form {
display: block;
margin: auto;
width: 400px;
height: 450px;
border: 0.4px outset black;
border-radius: 9px;
margin-top: 100px;
}
#title {
display: block;
margin: auto;
width: 240px;
height: 40px;
margin-top: 30px;
text-align: center;
border-radius: 7px;
}
#note {
display: block;
margin: auto;
margin-top: 20px;
width: 250px;
height: 250px;
border: 2px solid black;
border-radius: 9px;
}
#add-note {
display: block;
margin: auto;
margin-top: 30px;
width: 250px;
height: 50px;
font-family: "Fraunces", serif;
}
.notes {
margin-top: 40px;
}
.note {
display: block;
margin: auto;
}
#no-notes-title {
margin-top: 30px;
font-family: monospace;
margin-left: 40px;
}