diff --git a/header.css b/header.css new file mode 100644 index 0000000..d2e1fb3 --- /dev/null +++ b/header.css @@ -0,0 +1,18 @@ +header { + background-color: salmon; +} + +header ul { + display: inline-block; +} + +header ul li { + display: inline-block; +} + +header ul li a { + margin-right: 20px; + color: #FFF; + text-decoration: none; + font-size: 20px; +} \ No newline at end of file diff --git a/header.html b/header.html new file mode 100644 index 0000000..408fc6e --- /dev/null +++ b/header.html @@ -0,0 +1,22 @@ + + +
+ +