-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathstylesheet.css
More file actions
69 lines (61 loc) · 771 Bytes
/
Copy pathstylesheet.css
File metadata and controls
69 lines (61 loc) · 771 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
69
#background
{
margin:20px;
border:3px solid black;
border-radius:3px;
width:850px;
height:875px;
background-color:#EBF5FF;
}
#background h3
{
margin:20px;
}
#navbar ul
{
margin:20px;
padding:5px;
width:300px;
height:20px;
border:3px;
border-radius:3px;
list-style-type:none;
text-align:center;
}
#navbar ul li
{
display:inline;
}
#navbar ul li a
{
padding:5px 10px;
text-decoration:none;
font-size:20px;
color:#FFFFFF;
}
#blogpost
{
float:left;
font-size: 20px;
margin-top:10px;
padding:10px;
width:45%;
position:absolute;
}
#block
{
position:relative;
float:right;
margin-right:0px;
margin-left:15px
width:10%;
height:350px;
}
#footer
{
width:61%;
text-align:center;
position:fixed;
bottom:0;
}
ul li { list-style: none; }