From 9e593b50ec4c06cd8f30312524ca299e653f3309 Mon Sep 17 00:00:00 2001 From: Alejandra Zatarain Date: Mon, 5 Jul 2021 15:12:19 -0700 Subject: [PATCH] done --- index.html | 17 +++++++++++++++++ src/main.css | 24 ++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 src/main.css diff --git a/index.html b/index.html index e69de29..e14a721 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,17 @@ + + + + + Mi página | Alejandra Zataráin + + + + +

Esta es una página web

+

h2

+

h3

+

Párrafo 1

+

Párrafo 2

+ + + \ No newline at end of file diff --git a/src/main.css b/src/main.css new file mode 100644 index 0000000..9f4770b --- /dev/null +++ b/src/main.css @@ -0,0 +1,24 @@ +p{ + color:red; + border-style: dotted; + border-width: 7px; +} + + +h3{ + color:red; + margin:auto; + text-align: center; + padding:30px; +} + +h2{ + background-color:cornflowerblue; + height: 100px; + width: 50%; +} + +h1{ + color:yellow; + background-image:url(https://c.stocksy.com/a/FX5400/z9/974593.jpg) ; +} \ No newline at end of file