From a360f97565363c1904defb2257485674b2fa91f9 Mon Sep 17 00:00:00 2001 From: eduardotp77 Date: Sat, 7 Nov 2020 02:54:58 -0500 Subject: [PATCH] =?UTF-8?q?a=C3=B1adiendo=20men=C3=BA=20y=20estilos=20pers?= =?UTF-8?q?onalizados?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ css/styles.css | 33 +++++++++++++++++++++++++++++++++ css/styles.css.map | 1 + index.html | 2 +- 4 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 css/styles.css.map diff --git a/.gitignore b/.gitignore index e69de29..c421fac 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +sass +node_modules diff --git a/css/styles.css b/css/styles.css index e69de29..9d813f1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -0,0 +1,33 @@ +*, +*:before, +*:after { + box-sizing: border-box; +} + +body { + margin: 0; + font-family: sans-serif; + background-color: bisque; +} + +img { + max-width: 100%; + height: auto; +} + +a { + text-decoration: none; +} +a:hover { + text-decoration: none; +} + +ul { + list-style-type: none; +} + +li { + list-style-type: none; +} + +/*# sourceMappingURL=styles.css.map */ diff --git a/css/styles.css.map b/css/styles.css.map new file mode 100644 index 0000000..b97b723 --- /dev/null +++ b/css/styles.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["../sass/styles.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;EAGE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;AAEA;EAAU;;;AAGZ;EACE;;;AAEF;EACI","file":"styles.css"} \ No newline at end of file diff --git a/index.html b/index.html index 92608a0..2849d97 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - +