-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (46 loc) · 694 Bytes
/
Copy pathstyles.css
File metadata and controls
56 lines (46 loc) · 694 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
{
margin-left: 600px;
margin-top: 100px;
margin-bottom: 100px;
}
.border
{
border-style: solid;
border-color: #E5E7E9;
box-shadow: 5px 5px 5px grey;
padding-left: 10px;
padding-right: 10px;
width: 300px;
height: 630px;
}
.border2
{
border-style: solid;
border-color: #E5E7E9;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
margin-top: 10px;
}
h3
{
font-family: "Times New Roman", Times, serif;
}
.font1
{
font-size: 14px;
}
ul
{
list-style-type: none;
display: table;
margin-left: 0;
padding-left: 0;
}
li{
text-align: left;
}
p{
font-size: 14px;
}