forked from NateWr/html-css-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (35 loc) · 826 Bytes
/
style.css
File metadata and controls
39 lines (35 loc) · 826 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
* {
margin: 0.1rem;
padding: 0rem;
}
body {
background-color:#f4f4f4;
}
p {
text-align: justify;
}
.small-image{ width: 100px;}
.site-header {
background-color:#000;
margin:0;
padding:30px 0;
text-align: center;
color:white;
font-weight: bold;
}
.grid-container {
display: inline-grid;
text-align: center;
padding-right: 210px;
}
.site-footer {
text-align: right;
}
.bar {
height: 100%; /* Full-height: remove this if you want "auto" height */
width: 210px; /* Set the width of the sidebar */
position: absolute; /* Fixed Sidebar (stay in place on scroll) */
top: 0; /* Stay at the top */
right: 0;
padding-top: 150px;
}