"Gabriella Alves - Livro Pequeno Príncipe"
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
<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="container-principal">
<div class="author">
<h4><font color="lightgray">ANTOINE DE SANTI-EXUPÉRI</font></h4>
</div>
<div class="container-title">
<h2><font color="orange">O Pequeno Príncipe</font></h2>
</div>
<div class="container-comment">
<h6><font color="white">Com aquarelas do autor</font></h6>
</div>
<div class="container-image">
<img src="https://i.ibb.co/1fw3tTr/o-pequeno-principe.png" alt="o-pequeno-principe" border="0">
</div>
<div>
<img src="https://i.ibb.co/9Tczw4s/giz-editorial.png" class="company" alt="giz-editorial" border="0" align="left">
</div>
</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
.container-principal {
width: 600px;
height: 800px;
position: absolute;
background-color:#111137;
}
.author {
padding:10px;
text-align:center;
}
.container-title {
text-align: center;
font-family:cursive;
}
.container-comment {
padding: 60px;
}
.container-image {
position: absolute;
left: 100px;
top: 195px;
}
.company {
max-width: 100px;
max-height: 90px;
float: left;
padding: 10px;
margin:10px;
background-color: white;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: