Skip to content
Snippets Groups Projects

Resolve "As a user I want a consistent theme across the website"

1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
css framework.css 0 → 100644
+ 13
0
 
body{
 
background-color: white;
 
color: black;
 
}
 
 
header{
 
background-color: white;
 
color: black;
 
display: block;
 
margin-left: auto;
 
margin-right: auto;
 
float: center;
 
}
Loading