From 9c66bbb330fd0735d3fab1949b13a45ceea4df3c Mon Sep 17 00:00:00 2001 From: aliciacortinez Date: Sun, 7 May 2023 21:53:48 +0200 Subject: [PATCH] new changes --- index.html | 1 + index.js | 4 +++- styles.css | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4628207..938478e 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@

Titulo hecho en develop

+

HOLIIIIIIII

diff --git a/index.js b/index.js index 60d4ebd..e2c5a37 100644 --- a/index.js +++ b/index.js @@ -1 +1,3 @@ -document.querySelectorAll('h1'); \ No newline at end of file +document.querySelectorAll("h1"); + +document.querySelector("h2"); diff --git a/styles.css b/styles.css index 56cf2fe..8f93e25 100644 --- a/styles.css +++ b/styles.css @@ -1 +1,3 @@ -* {} \ No newline at end of file +* { + margin: 20px; +} \ No newline at end of file