-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (50 loc) · 814 Bytes
/
Copy pathstyle.css
File metadata and controls
61 lines (50 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
.navbar {
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
/* Links inside the navbar */
.navbar a {
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.navbar input{
height: 50%;
width: 40%;
}
/* Change background on mouse-over */
.navbar a:hover {
background: #ddd;
color: black;
}
/* Main content */
.main {
margin-top: 300px; /* Add a top margin to avoid content overlay */
}
* { margin:0;padding:0; }
body { background:#E9EEF5; }
ul {
list-style-type:none;
width:900px;
margin:10px auto 0;
}
li {
margin:0 10px;
display:inline-block;
}
div {
font:20pt 'Georgia';
height:50px;
width:674px;
margin:20px auto 0;
}
h1{
text-align: center;
}
.container{
text-align: center;
}