diff --git a/Texture.jpg b/Texture.jpg new file mode 100644 index 0000000..a93e429 Binary files /dev/null and b/Texture.jpg differ diff --git a/elephant.jpg b/elephant.jpg new file mode 100644 index 0000000..35d895b Binary files /dev/null and b/elephant.jpg differ diff --git a/index.html b/index.html index ecfd415..2793512 100644 --- a/index.html +++ b/index.html @@ -1 +1,71 @@ - \ No newline at end of file + + + + + + + + + + + + + BaseCamp + + + + +
+

The More You Know

+
+
+ + + + + + + +
+
+ + + + + +
+
+ +

Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus cum eligendi possimus nobis numquam tempore voluptatum? Officia nemo doloribus repudiandae maiores cum dolorum fuga corporis, nostrum incidunt ipsum voluptatem, quasi aperiam qui odit quae impedit doloremque laboriosam? Nisi, ex fuga placeat animi quibusdam odio dolores. Rerum qui dolores libero id.

+
+
+ +
+ +
+
+ +
+ + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index e69de29..02d65be 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,88 @@ + + p{ + font-size:2vw; + } + .Ep{ + width:24vw; + } + .catalog3{ + display:flex; + height:40vw; + margin:3px; + } + .text{ + /* height:20%; */ + padding: 7% 2% 7% 7%; + height:61vh; + } + .elephant{ + width:30vw; + padding: 4% 4% 4% 1%; + margin-top:4%; + } + .navbar-brand { + font-size: 3vw; + + } + + .menu { + font-size: 1.5vw; + color: white; + padding: 10px; + } + + .back-color { + background-color: black; + height: 50vh; + margin: auto; + display: flex; + justify-content: center; + } + .back-color2 { + background-color: black; + height: 12vh; + margin: auto; + display: flex; + justify-content: center; + } + + #heading { + text-align: center; + margin: auto; + font-size: 5vw; + color: Yellow; + } + + .navbar { + padding: 0.18rem 2rem; + } + + .card { + width: 100px; + height: 200px; + } + .small{ + + width :30vw; + padding:1%; + } + .big{ + margin-right: 5%; + width:43vw; + padding:1%; + } + .catalog { + width: 100%; + display:flex; + align-items: center; + justify-content: space-evenly; + + } + .catalog2 { + width: 94%; + display:flex; + + + margin-left:3%; + + } diff --git a/texture5.jpg b/texture5.jpg new file mode 100644 index 0000000..8d93015 Binary files /dev/null and b/texture5.jpg differ