From 40925785f21d1a67ed1475b5d2bdcd37c42647ca Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 5 Aug 2019 15:19:27 -0300 Subject: [PATCH] Agregados estilos y home page. --- src/app/app.component.html | 27 +++++++-------------------- src/styles.scss | 12 +++++++++++- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 0f3d9d8..20ca503 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,21 +1,8 @@ - -
-

- Welcome to {{ title }}! -

- Angular Logo +
+
+
+ +
+
-

Here are some links to help you start:

- - - + \ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index 90d4ee0..049737a 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1 +1,11 @@ -/* You can add global styles to this file, and also import other style files */ +html, +body { + height: 100% !important; + width: 100% !important; +} + +.blur { + /* Add the blur effect */ + filter: blur(8px); + -webkit-filter: blur(8px); +} -- 1.9.1