Skip to content

Commit

Permalink
Actividad3
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaJoseSilva committed Sep 12, 2024
1 parent 38a997b commit a4a4c65
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions participantes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ javipipi
jtlledo
ling2333333
luzmagurzua
MariaJoseSilva
MaxAl100
MystEdu
Pabloleiva00
Expand Down
38 changes: 38 additions & 0 deletions personas/MariaJoseSilva.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<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/MariaJoseSilva"> @MariaJoseSilva</a> y este es mi archivo HTML</p>
</body>
</html>

0 comments on commit a4a4c65

Please sign in to comment.