-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (52 loc) · 915 Bytes
/
Copy pathstyle.css
File metadata and controls
64 lines (52 loc) · 915 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
57
58
59
60
61
62
63
64
nav ul li{
text-decoration: none;
list-style-type: none;
border: solid 1px black;
}
ul{
border: solid 3px black;
background: lightgrey;
margin: 0;
padding: 20px;
}
#h1{
font-size: 4rem;
border: solid 1px black;
}
#h2{
font-size: 2rem;
border: solid 1px black;
}
#padLi{
border: solid 1px black;
}
[id$=p], p{
border:2px solid black;
display:inline-block;
padding:0.3rem 1.2rem;
margin:2rem;
}
#firstp{
width:80%;
border: solid 1px black;
}
#locate, #container, #lists{
width:90vw;
min-width: 50px;
min-height: 50px;
height:auto;
background: rgb(211, 211, 211);
margin:3rem;
border: solid 1px black;
}
#locateSmaller{
min-width: 50px;
min-height: 50px;
width:40vw;
height:auto;
background: lightblue;
margin:3rem;
border: solid 1px black;
}
#lists{background:red;
width:30vw;}