Skip to content

Commit 0783fe1

Browse files
committed
create files
1 parent 564462d commit 0783fe1

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

images/background-street.jpg

1 MB
Loading

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="pt-BR">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link rel="stylesheet" href="style.css">
8+
<link rel="preconnect" href="https://fonts.googleapis.com">
9+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10+
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
11+
<title>Auto Complete CEP</title>
12+
</head>
13+
<body>
14+
<section id = "menu">
15+
16+
</section>
17+
</body>
18+
<script src="script.js"></script>
19+
</html>

script.js

Whitespace-only changes.

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
box-sizing: border-box;
5+
font-family: 'Roboto', sans-serif;
6+
}

0 commit comments

Comments
 (0)