forked from cs290summer/assignment4
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (48 loc) · 721 Bytes
/
Copy pathstyle.css
File metadata and controls
56 lines (48 loc) · 721 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 {
/*font-family: sans-serif, Georgia, Serif; */
}
h1{
text-align: center;
}
#pageselector{
margin-left: 50px;
}
.gistRow {
margin: 6px;
padding-left: 4px;
margin-left: 20px;
border-radius: 4px;
background-color: #A3E0FF;
padding:10px;
}
.info {
font-weight: bold;
}
#favoritesbar {
width: 40%;
outline: black solid 2px;
margin: 6px;
padding-left: 4px;
margin-right: 20px;
float: right;
}
.favoriteheading{
font-style: italic;
font-family: cursive;
font-size: 18pt;
font-weight: bold;
margin-left: 4pt;
text-decoration: underline;
}
#infoArea {
width: 55%;
float: left;
text-decoration: underline;
font-weight: bold;
}
.favoriteOne {
margin: 4px;
}
.deleteButton {
float: right;
}