Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
14 views2 pages

Corazón

This document is an HTML template for a romantic-themed webpage titled 'Diseño Romántico'. It includes styling for the body, headings, and paragraphs, with a focus on a pink color palette and a heart animation. The layout is designed to be centered and visually appealing for a romantic context.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Corazón

This document is an HTML template for a romantic-themed webpage titled 'Diseño Romántico'. It includes styling for the body, headings, and paragraphs, with a focus on a pink color palette and a heart animation. The layout is designed to be centered and visually appealing for a romantic context.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-


scale=1.0">

<title>Diseño Romántico</title>

<style>

body {

background-color: #ffe4e1;

font-family: 'Arial', sans-serif;

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;

animation: pulse 1s infinite;

@keyframes pulse {

You might also like