diff --git a/dojo-icon.png b/dojo-icon.png new file mode 100644 index 0000000..ff33bd0 Binary files /dev/null and b/dojo-icon.png differ diff --git a/flex_navbar. css b/flex_navbar. css new file mode 100644 index 0000000..f9fc628 --- /dev/null +++ b/flex_navbar. css @@ -0,0 +1,22 @@ +h1{ + color:white; + margin-left:125px;font-size:30px; +} +#frame{ + background-color:rgb(93, 126, 196); +} +#tabs{ + display:flex;color:white;list-style: none; margin-left:50px;margin-right:50px; +} +div{ + display:flex; align-items:center; +} +ul{ +list-style: none; + +} +a{ + text-decoration: none;color:white;font-size:17px;margin-left:60px;margin-right:110px; +} +img{ + width: 55px; height: 45px;margin-left:50px; diff --git a/index.html b/index.html index 95a6757..125b1fc 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,8 @@ - Document + Flex Navbar +