From 02504e21e24331f021e9be54f90faf286b298d10 Mon Sep 17 00:00:00 2001 From: daniap03 Date: Tue, 3 Jun 2025 09:46:40 +0000 Subject: [PATCH 1/2] First Commit --- index.html | 36 ++++++++++++++++++++++++++++++++++++ styles.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) create mode 100644 index.html create mode 100644 styles.css diff --git a/index.html b/index.html new file mode 100644 index 000000000..84393c919 --- /dev/null +++ b/index.html @@ -0,0 +1,36 @@ + + + + + + Post de @daanipardo_ + + + + +
+
+ +

Rainbow Six Siege

+ +
+
+ + +
+ \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 000000000..976277927 --- /dev/null +++ b/styles.css @@ -0,0 +1,47 @@ +body{ + background-color: black; +} +*{ + border: 1px dashed red; + min-height: 10px; +} +.post{ + background: white; + width: 500px; + height: 800px; + margin: auto; +} +.post-encabezado{ + display: flex; + border-bottom: 2px solid black; + height:75px; + align-items: center; + text-align: center; +} +h1{ + width: 465px; +} + +.post-imagen img{ + width: 475px; + height: 400px; + object-fit: cover; + margin-top: 10px; + margin-right: 10px; + margin-bottom: 10px; + margin-left: 10px; + } +.post-footer p{ + margin-top: 1px; + } +ul li{ + list-style-type: none; + margin-left: -20px; +} +.comentarios{ + color: gray; + margin-left: 20px; +} +.boton :active{ + background-color: red; +} \ No newline at end of file From de00c413aa630ef0f2f436c2b63c7dbbde9a5fe4 Mon Sep 17 00:00:00 2001 From: daniap03 Date: Tue, 3 Jun 2025 09:48:42 +0000 Subject: [PATCH 2/2] Initial commit