Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
procopiuk authored Sep 26, 2024
1 parent e6f1386 commit d8b33c7
Showing 1 changed file with 26 additions and 44 deletions.
70 changes: 26 additions & 44 deletions skate.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,80 +7,61 @@
<title>História do Skate nas Olimpíadas</title>
<style>
body {
background-color: #f0f4f8;
font-family: Arial, sans-serif;
background-color: #eaeaea;
font-family: 'Arial', sans-serif;
color: #333;
margin: 0;
padding: 20px;
line-height: 1.6;
}

h1 {
text-align: center;
font-weight: bold;
font-size: 3em;
font-size: 3.5em;
margin-bottom: 20px;
color: #2c3e50;
}

p {
font-size: 1.2em;
line-height: 1.6;
}

img {
display: block;
margin: 20px auto;
width: 300px;
height: auto;
border-radius: 10px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

ul {
list-style: none;
padding: 0;
margin: 20px 0;
margin: 20px auto;
max-width: 800px;
}

li {
background: #ecf0f1;
margin: 10px 0;
padding: 15px;
border-radius: 8px;
background: #fff;
margin: 15px 0;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s;
}

li:hover {
background: #dfe6e9;
transform: translateY(-5px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

footer {
background-color: rgba(0, 0, 0, 0.8);
padding: 20px;
text-align: center;
color: #fff;
position: relative;
img {
display: block;
margin: 20px auto;
width: 300px;
height: auto;
border-radius: 10px;
border: 3px solid #2c3e50;
}

footer h1 {
margin-bottom: 15px;
font-size: 2em;
font-size: 2.5em;
font-family: 'Arial Black', sans-serif;
color: #ffcc00;
}

footer ul {
list-style: none;
padding: 0;
margin: 0;
}

footer ul li {
margin-bottom: 10px;
font-size: 1.1em;
}

footer ul li b {
color: #ffcc00;
}
</style>
</head>

Expand All @@ -99,12 +80,13 @@ <h1>História do Skate nas Olimpíadas</h1>
<footer>
<h1>Olimpíadas<i>Tec</i></h1>
<ul>
<li><b>Desenvolvido por:</b> Gabriel Fogaça</li>
<li><b>Desenvolvido por:</b> Larissa Procopiuk</li>
<li><b>Telefone:</b> (43) 4 4002-8922</li>
<li><b>Email:</b> Gabriel@escola.pr.gov.br</li>
<li><b>Email:</b> Larissa@escola.pr.gov.br</li>
</ul>
</footer>
</body>
</html>



0 comments on commit d8b33c7

Please sign in to comment.