Skip to content

Commit

Permalink
Primeira pagina
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocarpenter committed Mar 30, 2024
1 parent c65efc3 commit 6903f15
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# {
font-family: "Roboto", sans-serif;
}

h1 {
color: #ff0000;
}
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
<h1>Leandro Carpenter</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portifolio Leandro Carpenter</title>
<link rel="stylesheet" href="css/styles.css"
<!-- Google Fontes -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap')
</style>
</head>
<body>
<h1>Teste</h1>
</body>
</html>

0 comments on commit 6903f15

Please sign in to comment.