-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (68 loc) · 814 Bytes
/
Copy pathstyle.css
File metadata and controls
68 lines (68 loc) · 814 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
65
66
67
68
body
{
padding:0;
margin:0;
background-color:#E5E5E5;
}
.container
{
width:80%;
margin:auto;
overflow:hidden;
}
header
{
background:#151515;
color:#ffffff;
padding-top:30px;
min-height:70px;
border-bottom:#e8491d 3px solid;
}
header a
{
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-size:16px;
}
header ul
{
margin:0;
padding:0;
}
header li
{
float center;
display:inline;
padding: 0 20px 0 20px;
}
header #Name{
float:left;
}
header #Name h1{
margin:0;
}
header nav
{
float:right;
}
header a:hover
{
font-weight:bold;
}
#showcase
{
min-height:400px;
background:url("morgan_freeman5.jpg") no-repeat;
background-attachment:fixed;
text-allign:center;
color:#F9EFED;
}
aside
{
float:right;
}
.FullScreen
{
border-radius: 10px;
}