Corazón
Corazón
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Diseño Romántico</title>
<style>
body {
background-color: #ffe4e1;
margin: 0;
padding: 0;
.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
text-align: center;
h1 {
color: #e91e63;
font-size: 3em;
p{
color: #ad1457;
font-size: 1.5em;
}
.heart {
font-size: 5em;
color: #ff1744;
@keyframes pulse {