From 07256a5aeabcc45748c79e584d2ea30048dbb605 Mon Sep 17 00:00:00 2001 From: dsilva06 Date: Wed, 8 Jun 2022 18:25:48 +0000 Subject: [PATCH 1/2] test works fine --- exercises/10-Your-Own-Font/index.html | 20 +++++++++---------- exercises/10-Your-Own-Font/solution.hide.css | 4 ++++ exercises/10-Your-Own-Font/solution.hide.html | 17 ++++++++++++++++ exercises/10-Your-Own-Font/styles.css | 2 +- 4 files changed, 31 insertions(+), 12 deletions(-) create mode 100644 exercises/10-Your-Own-Font/solution.hide.css create mode 100644 exercises/10-Your-Own-Font/solution.hide.html diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index a0e7f25a..62eca15d 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -1,15 +1,13 @@ - - - - + + + + - - - 10 Your Own Font - - -

My unique font

- + 10 Your Own Font + + +

My unique font

+ diff --git a/exercises/10-Your-Own-Font/solution.hide.css b/exercises/10-Your-Own-Font/solution.hide.css new file mode 100644 index 00000000..545b02d9 --- /dev/null +++ b/exercises/10-Your-Own-Font/solution.hide.css @@ -0,0 +1,4 @@ +.myTitle { + /* FONT CHOSEN */ + font-family: "Anton", sans-serif; +} \ No newline at end of file diff --git a/exercises/10-Your-Own-Font/solution.hide.html b/exercises/10-Your-Own-Font/solution.hide.html new file mode 100644 index 00000000..f3fd12ad --- /dev/null +++ b/exercises/10-Your-Own-Font/solution.hide.html @@ -0,0 +1,17 @@ + + + + + + + + + + + + 10 Your Own Font + + +

My unique font

+ + \ No newline at end of file diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index de7160fd..96f38fa1 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,3 @@ .myTitle { - /*your code here*/ + } From 24ee48af9e822f3ce41a1c37ef6f5338c1fc09e1 Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez Date: Tue, 26 Jul 2022 02:31:32 +0000 Subject: [PATCH 2/2] Comments added back --- exercises/10-Your-Own-Font/index.html | 5 ++++- exercises/10-Your-Own-Font/solution.hide.css | 4 ++-- exercises/10-Your-Own-Font/solution.hide.html | 4 ++-- exercises/10-Your-Own-Font/styles.css | 3 ++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/exercises/10-Your-Own-Font/index.html b/exercises/10-Your-Own-Font/index.html index 62eca15d..7ca11a24 100644 --- a/exercises/10-Your-Own-Font/index.html +++ b/exercises/10-Your-Own-Font/index.html @@ -3,8 +3,11 @@ - + + + + 10 Your Own Font diff --git a/exercises/10-Your-Own-Font/solution.hide.css b/exercises/10-Your-Own-Font/solution.hide.css index 545b02d9..f68988aa 100644 --- a/exercises/10-Your-Own-Font/solution.hide.css +++ b/exercises/10-Your-Own-Font/solution.hide.css @@ -1,4 +1,4 @@ .myTitle { - /* FONT CHOSEN */ + /* You can use any other font as well - Add your code below this line. */ font-family: "Anton", sans-serif; -} \ No newline at end of file +} diff --git a/exercises/10-Your-Own-Font/solution.hide.html b/exercises/10-Your-Own-Font/solution.hide.html index f3fd12ad..8b0002ab 100644 --- a/exercises/10-Your-Own-Font/solution.hide.html +++ b/exercises/10-Your-Own-Font/solution.hide.html @@ -5,8 +5,8 @@ + - 10 Your Own Font @@ -14,4 +14,4 @@

My unique font

- \ No newline at end of file + diff --git a/exercises/10-Your-Own-Font/styles.css b/exercises/10-Your-Own-Font/styles.css index 96f38fa1..a8694c16 100644 --- a/exercises/10-Your-Own-Font/styles.css +++ b/exercises/10-Your-Own-Font/styles.css @@ -1,3 +1,4 @@ .myTitle { - + /* Add your code below this line */ + }