-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2f484f
commit f4ca95e
Showing
13 changed files
with
200 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<a href="https://mfopina.github.io/2Bintegral/">LavaCar</a> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!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='lavacar.css'> | ||
<script src='main.js'></script> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<div class="caixa"> | ||
<h1> <img src="imagens/transferir.png"></h1> | ||
|
||
<nav> | ||
<ul> | ||
<li> <a href='#'>Home</a> </li> | ||
<li><a href='#'>Produtos</a></li> | ||
<li><a href='#'>Contato</a></li> | ||
</ul> | ||
</nav> | ||
|
||
</div> | ||
</header> | ||
|
||
<main> | ||
<ul class="produtos"> | ||
<li> | ||
<h2>Lavagem</h2> | ||
<img src="imagens/lavagem.png"> | ||
<p class="produtos-descricao">Lavagem.</p> | ||
<p class="produtos-preco">R$ 25,00</p> | ||
</li> | ||
<li> | ||
<h2>Polimento</h2> | ||
<img src="imagens/polimento.png"> | ||
<p class="produtos-descricao">Polimento.</p> | ||
<p class="produtos-preco">R$ 50,00</p> | ||
</li> | ||
<li> | ||
<h2>Pintura</h2> | ||
<img src="imagens/pintura.png"> | ||
<p class="produtos-descricao">Pintura.</p> | ||
<p class="produtos-preco">R$ 500,00</p> | ||
</li> | ||
</ul> | ||
|
||
</main> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
header{ | ||
background: #888888; | ||
padding: 20px 0; | ||
} | ||
|
||
.caixa{ | ||
position:relative; | ||
width: 940px; | ||
margin: 0 auto; | ||
} | ||
nav{ | ||
position: absolute; | ||
top: 110px; | ||
right: 0; | ||
} | ||
nav li{ | ||
display: inline; | ||
margin: 0 0 0 15px; | ||
} | ||
nav a{ | ||
text-transform: uppercase; | ||
color: #000000; | ||
font-weight: bold; | ||
font-size: 22px; | ||
text-decoration: none; | ||
} | ||
|
||
nav a:hover{ | ||
color: #c78c19; | ||
text-decoration: underline; | ||
} | ||
.produtos{ | ||
width: 1200px; | ||
margin: 0 auto; | ||
padding: 55px 0; | ||
} | ||
.produtos li{ | ||
display: inline-block; | ||
text-align: center; | ||
width: 30%; | ||
vertical-align: top; | ||
margin: 0 1.5%; | ||
padding: 30px 20px; | ||
box-sizing: border-box; | ||
border: 2px solid #000000; | ||
border-radius: 10px; | ||
} | ||
|
||
.produtos li:hover{ | ||
border-color: #c78c19; | ||
font-size: 40px; | ||
} | ||
.produtos li:hover h2{ | ||
font-size: 34px; | ||
} | ||
.produtos li:active{ | ||
border-color: #088c19; | ||
font-size: 40px; | ||
} | ||
.produtos h2{ | ||
font-size: 30px; | ||
font-weight: bold; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!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> | ||
|
||
|
||
<marquee direction="right" onmouseover="this.stop()" | ||
onmouseout="this.start()" width="200"> | ||
|
||
<img src="brasao.jpeg" width="200" height="120"> | ||
<img src="campeao.jpeg" width="200" height="120"> | ||
<img src="cenário.png" width="200" height="120"> | ||
</marquee> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv='X-UA-Compatible' content='IE=edge'> | ||
<title>Pina</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> | ||
|
||
<style> | ||
body{ | ||
//background-image:url(brasao.jpeg); | ||
background-size: 70%; | ||
background-attachment: fixed; | ||
background-repeat: no-repeat; | ||
} | ||
</style> | ||
|
||
|
||
|
||
</head> | ||
<body bgcolor="green"> | ||
|
||
<p align="center"> | ||
|
||
<font size="50" color="white" | ||
face="NanumBarunGothic"> | ||
Palmeiras primeiro campeão mundial. | ||
</font> | ||
|
||
</p> | ||
|
||
|
||
<p align="center"> | ||
|
||
<font size="50" color="white" | ||
face="NanumBarunGothic"> | ||
Palmeiras o Maior campeão brasileiro. | ||
</font> | ||
|
||
</p> | ||
|
||
<img src="campeao.jpeg" width="400" height="300"> | ||
<font size=30 color="white"> | ||
<marquee direction="right"> | ||
Deca Campeão | ||
</marquee> | ||
</font> | ||
|
||
</body> | ||
</html> |