Skip to content

Commit

Permalink
Merge pull request #37 from FranciscoOrtuzar/branch_francisco_ortuzar
Browse files Browse the repository at this point in the history
desafio 3 francisco ortuzar
  • Loading branch information
aaossa authored Sep 13, 2024
2 parents 4050377 + 964f0aa commit 730a38c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions participantes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cristobalnic
CristopherAlexis
eanorambuena
ExRage2000
FranciscoOrtuzar
gabo1243
GonzaloMatus
gustavopalaciosc
Expand Down
36 changes: 36 additions & 0 deletions personas/FranciscoOrtuzar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<html>
<head>
<title>Francisco Ortuzar pal desafio 3</title>
<style>
body {
color: white;
font-family: sans-serif;
font-size: large;
font-weight: bold;
text-align: center;
line-height: 1.65em;
padding: 10% 15px;
margin: 0;
background: linear-gradient(-90deg, #F8BBD0, #F48FB1, #9FA8DA, #CE93D8);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}

@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
</style>
</head>

<body>
<h1></h1>
<h3>Pónganle sus 3 décimas xd</h3>
</body>

0 comments on commit 730a38c

Please sign in to comment.