Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mendeswillian authored Apr 8, 2024
1 parent 7f65164 commit e5e9517
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!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' type='text/css' media='screen' href='main.css'>
<script src='main.js'></script>
</head>
<body>

<header>
<div class="caixa">
<h1> <img src="imgens/transferir.png"></h1>

<nav>

<ul>
<li>home</li>
<li>produtos</li>
<li>contato</li>
</ul>
</nav>






47 changes: 47 additions & 0 deletions lavacar.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
header{
background: #888888;









}



































Binary file added lavagem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5e9517

Please sign in to comment.