"Heliane-Site MirrorFashion"
Bootstrap 4.1.1 Snippet by psd11m

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 ---------->
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Mirror Fashion</title>
<meta charset="utf-8">
</head>
<body>
<div class="primaria">
<p>Mirror Fashion</p>
</div>
<div class="secundaria">
<p>Bem-vindo à Mirror Fashion, sua loja de roupas e acessórios</p>
</div>
<div class="terciaria">
<p>Confira nossas promoções.
Receba informações sobre nossos lançamentos por email.
Navegue por todos nossos produtos em catálogo.
Compre sem sair de casa.</p>
<div class="imagem">
<img src="https://i.pinimg.com/736x/f5/82/fc/f582fc79aa6149e4bef30bf216f5fc81--fashion-wall-art-fashion-prints.jpg">
</div>
</div>
</body>
</html>
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
body{
background-color:#a0e9ca;
border-radius:100px 0px 100px 0px;
border:5px solid black;
}
.primaria{
font-weight:bold;
font-style:italic;
text-align:center;
font-size:80px;
}
.secundaria{
color:#1b6209;
font-size:60px;
}
.terciaria{
font-size:40px;
}
.imagem img{
width:50%;
display: block;
margin:0 auto;
margin-bottom:20px;
border-style:dotted;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: