"Untitled"
Bootstrap 4.1.1 Snippet by divyalahad

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="wrapper">
<header class="page-header">
<nav>
<h2 class="logo">LOGO</h2>
<ul>
<li>
<a href="">Work</a>
</li>
<li>
<a href="">Services</a>
</li>
<li>
<a href="">Team</a>
</li>
<li>
<a href="">Careers</a>
</li>
</ul>
<button class="cta-contact">Get in touch</button>
</nav>
</header>
<main class="page-main">
<div>
<h1>We are here to help you</h1>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.</p>
<p>It wasn't a dream. His room, a proper human.</p>
</div>
</main>
<footer class="page-footer">
<small>© Copyright 2018. All rights reserved.</small>
<ul>
<li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@import url("https://fonts.googleapis.com/css?family=Dosis:400,700");
:root {
--main-white-color: #f2f2f2;
--main-black-color: black;
--main-purple-color: #9e89b8;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
button {
background: none;
outline: none;
cursor: pointer;
}
ul {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
body {
font: 16px/1.5 "Dosis", sans-serif;
/*IE FIX*/
/*display: flex;
flex-direction: column;*/
}
/* CONTAINER
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: