-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
23 lines (21 loc) · 842 Bytes
/
style.css
File metadata and controls
23 lines (21 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Page Title</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' href='style.css'>
<script src='main.js'></script>
</head>
<body>
<div>
<img id="imagem_principal" src="image.png">
<h2><em><hr><fieldset>A cafeteria Ruby Café</fieldset></em></h2>
<p> Desde 2021, a cafeteria traz o melhor café e com um cardápio repleto <br>
de variedades com um atendimento refinado, a cafeteria se tornou popular <br>
na ciade de Cataguases, conquistando novos clientes a cada dia.</p>
<fieldset>Carlos Oliveira, Carlos Fischer, Mateus Benassi, Erick Allein e Giovane Tissi</fieldset>
</div>
</body><hr>
</html>