-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.css
More file actions
109 lines (90 loc) · 1.69 KB
/
portfolio.css
File metadata and controls
109 lines (90 loc) · 1.69 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
body {
color: #777;
font-family: 'Gill Sans', sans-serif;
}
h1 {
font-size: 1.2em;
font-weight: normal;
margin: 0;
}
/**********************************************************************/
section {
display: block;
margin: 2em 1.3em;
width: 76%;
}
section>h1 {
color: #e58415;
margin-bottom: 0.5em;
}
section ul {
list-style: none;
margin: 0;
padding: 0;
}
section ul li {
display: inline-block;
vertical-align: top;
}
section ul a {
text-decoration: none;
}
section ul h1 {
background-color: #f0f0f0;
color: #777;
}
/**********************************************************************/
footer {
display: block;
margin: 2em 1.3em;
text-align: left;
}
footer a {
text-decoration: none;
}
/**********************************************************************/
nav {
display: block;
margin: 1em 1.3em;
}
nav h1 {
display: inline-block;
font-size: 1em;
padding-right: 1em;
text-align: right;
width: 7em;
}
nav ul {
list-style: none;
margin: 0 0 1em 0;
padding: 0;
}
nav ul a {
color: #e58415;
display: inline-block;
padding-right: 1em;
text-decoration: none;
width: 7em;
}
nav ul a:hover {
background-color: #f0f0f0;
}
nav li {
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
display: inline;
}
/**********************************************************************/
#headerOfBody {
margin: .5em 1.3em;
}
#headerOfBody a {
text-decoration: none;
}
#headerOfBody h1 {
letter-spacing: 1em;
}
/**********************************************************************/
#sectionBlogs li img {
border: 1px solid #777;
}