Skip to content
Snippets Groups Projects
Commit 517f902a authored by Beaumont Mogridge's avatar Beaumont Mogridge :gorilla:
Browse files

Update style.css changed colours to improve ui and added header css

parent a74e61ea
No related branches found
No related tags found
1 merge request!10Added html pages and user interface
......@@ -35,8 +35,14 @@ body {
background-color: #f5f5f5
}
h1
{ color: blue;}
header {
background-color: #f5f5f5;
font-size: 30px;
}
nav li {
display: inline;
......@@ -48,7 +54,7 @@ nav li {
nav li:last-child {
color: red;
background-color: red;
background-color:#5F9EA0;
border-right: none;
border-top-left-radius: 1000%;
border-bottom-left-radius: 1000%;
......@@ -58,7 +64,7 @@ nav ul {
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
background-color: black;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment