-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index17.html
26 lines (21 loc) · 955 Bytes
/
Index17.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style17.css">
<title>Aula - Css</title>
</head>
<body>
<figure>
<img class="fantasma" src="https://static.vecteezy.com/system/resources/previews/001/204/887/non_2x/ghost-outline-png.png" alt="Figura de fantasma">
</figure>
<section>
<img src="https://image.flaticon.com/icons/png/512/33/33816.png" class="taco" alt="Figura taco de golfe">
<img src="https://jogandogolfe.files.wordpress.com/2013/05/bola.png" class="bola" alt="Figura bola de golfe">
<img src="https://images.emojiterra.com/google/android-10/512px/1f573.png" class="buraco" alt="figura buraco">
</section>
<button>Fale Conosco</button>
</body>
</html>