Skip to content

Commit e7e8125

Browse files
committed
edit layout hw10
1 parent bc40f5a commit e7e8125

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ignored files
22
.idea
33

4-
# ignored node modules
54

5+
# Ignore folders
66
node_modules
7+
hw11

hw09/css/bootstrap-grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hw10/css/bootstrap-grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hw10/index.html

+18-19
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ <h2 class="header__title">Welcome to MoGo</h2>
4747
<button class="button button--header">learn more</button>
4848
</div>
4949
</div>
50-
</div>
5150
</header>
5251
<main>
5352
<section class="section">
@@ -314,24 +313,24 @@ <h2 class="section__title">
314313
</div>
315314
</div>
316315
</section>
317-
<footer>
318-
<div class="container lg-margin-top mt-sm-3">
319-
<div class="row align-items-center footer__border pt-3 pb-3">
320-
<div class="col-12 col-md-6">
321-
<p class="footer__copyright">
322-
&copy; 2016 MoGo free PSD template by
323-
<a href="#" class="footer__link--red">Laaqiq</a>
324-
</p>
325-
</div>
326-
<div class="col-12 col-md-6">
327-
<form class="footer__form">
328-
<input class="footer__input" type="email" name="mail" placeholder="Your Email..."/>
329-
<button class=" button button--green">subscribe</button>
330-
</form>
331-
</div>
332-
</div>
333-
</div>
334-
</footer>
335316
</main>
317+
<footer>
318+
<div class="container lg-margin-top mt-sm-3">
319+
<div class="row align-items-center footer__border pt-3 pb-3">
320+
<div class="col-12 col-md-6">
321+
<p class="footer__copyright">
322+
&copy; 2016 MoGo free PSD template by
323+
<a href="#" class="footer__link--red">Laaqiq</a>
324+
</p>
325+
</div>
326+
<div class="col-12 col-md-6">
327+
<form class="footer__form">
328+
<input class="footer__input" type="email" name="mail" placeholder="Your Email..."/>
329+
<button class=" button button--green">subscribe</button>
330+
</form>
331+
</div>
332+
</div>
333+
</div>
334+
</footer>
336335
</body>
337336
</html>

0 commit comments

Comments
 (0)