"Mirror Fashion- Site"
Bootstrap 4.1.1 Snippet by raquel2020

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>
<meta charset="utf-8">
<title>Mirror Fashion</title>
<link rel="stylesheet" href="css/estilo.css">
</head>
<body>
<div class="divisão_chamada1">
<h1> Mirror Fashion</h1>
</div>
<br>
<div class="divisão_chamada2">
<h2> Bem-vindo à Mirror Fashion, sua loja de roupas e acessórios.</h2>
</div>
<br>
<div class="divisão_chamada3" style="text-align: left;">
<p><img src="https://img.freepik.com/fotos-gratis/
duas-meninas-morenas-lindas-em-roupas-de-verao-na-moda-agradavel_158538-15109.jpg"
width="500" height="500">Confira nossas promoções.
<br>Receba informações sobre nossos lançamentos por e-mail.<br> Navegue por
todos nossos produtos em catálago<br> Compre sem sair de casa.<br>
</div>
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
<style>
.divisão_chamada1{
margin: 0 auto;
width:500px;
font-weight:bold;
font-style:italic;
text-align:center;
font-size: 20px;
}
body{
font-family: Verdana, Geneva, Tahoma, sans-serif;
line-height: 1.6;
background-color: mediumspringgreen;
}
.divisão_chamada2{
color: #008000;
font-size: 40px;
}
.divisão_chamada3{
font-size: 40px;
}
.divisão_chamada3 img{
text-align: left;
border: 2px solid #008000;
float:left;
width: 50%;
margin: 0 20px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: