"Robson Vieira - Turma PSD 12 M Mista"
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">
<!--
Primeiro trabalho de HTML e CSS do Curso Iclusão Digital da Prodabel Belo Horizonte
Turma PSD 12 M Mista
Aluno Robson Nunes Vieira
email: robsnunesvieira@gmail.com
-->
<head>
<title>Precisamos falar de Ann Mitchel</title>
<meta charset="utf-8">
</head>
<body>
<div>
<img id="img_topo" src="https://s2.glbimg.com/adzJoV_fN_7L34KSFMDs3UBHyZQ=/e.glbimg.com/og/ed/f/original/2020/05/19/ann_mitchell_widelg.jpg">
<div class="titulo_materia">
<h1> O Código da Morte</h1>
</div>
<div class="subtitulo_materia">
<h2>Precisamos falar de mulheres salvadoras</h2>
</div>
<ul>
<li><a target="_blank" href="https://pt.wikipedia.org/wiki/Ann_Katharine_Mitchell" >PEQUENA HISTÓRIA DE ANN</a></li>
<li><a target="_blank" href="https://www.infoescola.com/historia/terceiro-reich/" >O TERCEIRO REICH</a></li>
<li><a target="_blank" href="https://pt.wikipedia.org/wiki/Criptografia" >O QUE É CRIPTOGRAFIA</a></li>
<li><a target="_blank" href="https://mulheresnacomputacao.com/" >MULHERES NA COMPUTAÇÃO</a></li>
<li><a target="_blank" href="https://pt.wikipedia.org/wiki/O_Jogo_da_Imita%C3%A7%C3%A3o"> O JOGO DA IMITAÇÃO</a></li>
</ul>
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-color:rgb(220, 248, 220);
}
#img_topo{
height:400px;
width:100%;
}
.titulo_materia{
margin:0;
width:100%;
color: white;
background-color:green;
text-align:center;
}
.subtitulo_materia{
color:#2c7a0d;
font-size:20px;
text-align:center;
font-family:Verdana, Geneva, Tahoma, sans-serif;
padding:2px solid #16f714;
}
.texto_da_direita{
font-size:20px;
color:#2c7a0d;
margin: 0 10px;
text-align:justify;
height:600px
}
#ann_jovem{
float:left;
width:50%;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: