"Content + Sidebar BS4"
Bootstrap 4.0.0 Snippet by gaaner

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/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 ---------->
<!doctype html>
<html lang="pt-br">
<head>
<title>Hairloss Blocker 2.0 = 60% Desconto</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body>
<div class="topbar">
<p>Seja Bem Vindo! Para Adquirir o <strong>Negócio em 21 Dias</strong> <a href="https://www.negocioem21dias.org/negocio-em-21-dias-caio-ferreira/" class="btn btn-success btn-sm ml-1">CLIQUE AQUI</a></p>
</div>
<div class="header">
<div class="container">
<div class="row">
<div class="col-6">
<h1>Negócio em 21 Dias</h1>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-4">
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
body {
background: #f6f3f7;
}
p {
margin: 0;
}
.topbar {
font-family: 'Roboto', sans-serif;
position: fixed;
width: 100%;
z-index: 2000;
text-align: center;
display: block;
background: #730000;
color: #fff;
padding: 5px 0;
background: #730000;
background: -moz-linear-gradient(top, #730000 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#730000), color-stop(100%,#000000));
background: -webkit-linear-gradient(top, #730000 0%,#000000 100%);
background: -o-linear-gradient(top, #730000 0%,#000000 100%);
background: -ms-linear-gradient(top, #730000 0%,#000000 100%);
background: linear-gradient(to bottom, #730000 0%, #000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730000', endColorstr='#000000',GradientType=0 );
}
.topbar p {
margin: 0;
font-weight: 300;
}
.topbar p a {
font-size: 12px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: