-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject01.html
More file actions
36 lines (35 loc) · 1.11 KB
/
Copy pathProject01.html
File metadata and controls
36 lines (35 loc) · 1.11 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="Qual é a sua marca de carro favorita?" content="Escolhendo dentre as opções a sua marca de carro preferida" />
<link rel="stylesheet" href="Project01.css">
</head>
<body>
<section class="item">
<button><img icon="mazda">Mazda</img></button>
<button>Mercedez Benz</button>
<button>Ferrari</button>
<button>Alfa Romeo</button>
<button>Rolls Royce</button>
<button>Pagani</button>
<button>Lamborghini</button>
<button>Mclaren</button>
<button>Chevrolet</button>
<button>Dodge</button>
<button>Aston Martin</button>
<button>BMW</button>
<button>Porsche</button>
<button>Lexus</button>
<button>Lotus</button>
<button>Maserati</button>
<button>Bugatti</button>
<button>Mitsubishi</button>
</section>
<div class="bg-image"></div>
<div class="bg-text">
<h2>What is your favorite car brand?</h2>
<h1>Qual é a sua marca de carro favorita?</h1>
</div>
</body>
</html>