Skip to content

Commit

Permalink
Create one.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto-Kaiser authored Apr 5, 2024
1 parent fba8062 commit 1bea0ed
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions one.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="one.css">
<title>Fórmula 1</title>
</head>
<body>
<div class="timeline">

<div class="container left-container">
<img src="?????">
<div class="text-box">
<h2>Gp do Bahrein</h2>
<small>Sakhir</small>
<p>wuydusyfgiueshfyisuhfushdfiudshvudshkjhu</p>
</div>
</div>

<div class="container right-container">
<img src="?????" alt="">
<div class="text-box">
<h2>Gp da Arábia saudita</h2>
<small>Jeddah corniche</small>
<p>wuydusyfgiueshfyisuhfushdfiudshvudshkjhu</p>
</div>
</div>

<div class="container left-container">
<div class="text-box">
<h2>Gp da Austrália</h2>
<small>Albert Park</small>
<p>wuydusyfgiueshfyisuhfushdfiudshvudshkjhu</p>
</div>
</div>

<div class="container right-container">
<div class="text-box">
<h2>Gp do Japão</h2>
<small>Suzuka</small>
<p>wuydusyfgiueshfyisuhfushdfiudshvudshkjhu</p>
</div>
</div>

</div>
</body>
</html>

0 comments on commit 1bea0ed

Please sign in to comment.