diff --git a/index.html b/index.html index 1989878..81f679c 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,21 @@ Document + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..3cfad49 --- /dev/null +++ b/style.css @@ -0,0 +1,25 @@ +nav { + max-width: 1117px; + margin: 0 auto; + height: 70px; + display: flex; + align-items: center; + justify-content: space-between; + + + +} + +nav a { + color: #222; + text-decoration: none; + margin: 1rem; +} + +nav ul { + display: flex; + list-style: none; + +} + +nav ul li {} \ No newline at end of file