-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (47 loc) · 937 Bytes
/
Copy pathstyle.css
File metadata and controls
56 lines (47 loc) · 937 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
51
52
53
54
55
56
body{
background-color: bisque;
}
ul{
list-style: none;
margin-top: 20px;
border-top: 2px solid tan;
display: none;
}
li{
border-bottom: 1px solid burlywood;
padding: 5px;
}
/* .container{
background-color: beige;
} */
/* input[type=checkbox]{
float: right;
height: 30px;
width: 30px;
border: 1px solid green;
display: none;
} */
input[type=checkbox]{
float: right;
line-height: 15px;
width: 17px;
background-color: blue;
border: 1px solid ;
border-radius: 3px;
}
p{
font-size: 30px;
text-align: center;
margin-top: 30px;
font-family: 'Franklin Gothic Medium', 'Times New Roman';
}
#btnClr{
margin: 10px;
}
/* WHY am I NOT able to use the code below the same as the above <p> tag??? */
/* h1{
font-size: 80px;
text-align: center;
margin-top: 30px;
font-family: 'Franklin Gothic Medium', 'Times New Roman';
} */