Update assets/style.css
changed font and color
This commit is contained in:
@ -2,6 +2,7 @@ body
|
|||||||
{
|
{
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-family:'Courier New', Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
html
|
html
|
||||||
@ -11,7 +12,7 @@ html
|
|||||||
|
|
||||||
.navbar ul
|
.navbar ul
|
||||||
{
|
{
|
||||||
background-color: cyan;
|
background-color: dodgerblue;
|
||||||
display: flex;
|
display: flex;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user