diff --git a/layout.css b/layout.css new file mode 100644 index 000000000..16cfba388 --- /dev/null +++ b/layout.css @@ -0,0 +1,34 @@ + +.lab { + min-height: 100vh; +} + +.navbar { + background: white; + height: 70px; +} + +.nav { + background: black; + height: 400px; +} + +.menu { + background: red; + height: 300px; +} + +.content { + background: white; + height: 800px; +} + +.foot { + background: black; + height: 300px; +} + +.footer { + background: grey; + height: 70px; +} \ No newline at end of file diff --git a/layout.html b/layout.html new file mode 100644 index 000000000..8ef8497ae --- /dev/null +++ b/layout.html @@ -0,0 +1,23 @@ + + + + + + LAB | Bootstrap Cloning Revera + + + + +
+
+ + + +
content
+
foot
+ +
+
+ + \ No newline at end of file