diff --git a/css/main.css b/css/main.css new file mode 100644 index 00000000..c8387d2e --- /dev/null +++ b/css/main.css @@ -0,0 +1,35 @@ +body { + width: 100%; + height: 100%; + margin: 0; +} +.menu-principal { + width: 100%; + background-color: #dae5e8; + height: 100px; + +} + +.main { + margin: 0 auto; + width: 980px; + position: relative; + } + +.logo { + display: flex; + justify-content: center; +} + +.menu1 ul li { + display: inline-block; + margin-left: 15px; + +} + +.menu1 ul li a { + color: black; + text-decoration: none; + font-size: 15px; + text-transform: uppercase; +} \ No newline at end of file diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 00000000..0b8853f6 Binary files /dev/null and b/img/logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 00000000..86f2591e --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ + + + + + + + 4Comfort + + + + + \ No newline at end of file