Skip to content

Commit

Permalink
Merge pull request #40 from waldoosg/waldoosg
Browse files Browse the repository at this point in the history
Actividad
  • Loading branch information
aaossa authored Sep 13, 2024
2 parents b2e63c6 + 231c013 commit cf0c13b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions participantes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ su-hoxton
Tamarindinho
TitoLlona
Trycoz
waldoosg
39 changes: 39 additions & 0 deletions personas/waldoosg.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<html>
<head>
<title>Hello, world.</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, #ee7752, #e73c7e, #23a6d5, #23d5ab);
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>
<p>Hola, soy <a href="https://github.com/waldoosg">@waldoosg</a> y este es mi archivo HTML</p>
<img src="https://www.boredpanda.es/blog/wp-content/uploads/2022/03/07-clipimage-6229f1147f66b__700-622b13f7ac86e__700.jpg"/>
</body>
</html>

0 comments on commit cf0c13b

Please sign in to comment.