Skip to content

Commit

Permalink
add to css files
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonBature committed Oct 20, 2023
1 parent 11a9d5c commit c53d167
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions web_static/styles/2-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ Global Style
body {
position: relative;
height: 100vh;
color: #484848;
font-size: 14px;
font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
5 changes: 3 additions & 2 deletions web_static/styles/2-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Footer style
===============
*/
footer {
background-color: #00FF00;
height: 70px;
background-color: white;
height: 60px;
width: 100%;
position: absolute;
bottom: 0;
border-top: 1px solid #CCCCCC;
}

footer p {
Expand Down
9 changes: 8 additions & 1 deletion web_static/styles/2-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ Header Style
*/

header {
background-color: #FF0000;
background-color: white;
height: 70px;
width: 100%;
border-bottom: 1px solid #CCCCCC;
}

header img {
position: absolute;
left: 20px;
height: auto;
}

0 comments on commit c53d167

Please sign in to comment.