From bdb96e76409ce425b638b0e64bdb281c0a2e16f3 Mon Sep 17 00:00:00 2001 From: Trisha Gee Date: Mon, 5 Jul 2021 10:58:58 +0200 Subject: [PATCH] [EVAN-9676] Updated example for real time HTML preview --- web-samples/HTML/RealTimePreview.html | 2 +- web-samples/HTML/realtimestyling.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/web-samples/HTML/RealTimePreview.html b/web-samples/HTML/RealTimePreview.html index cff63ad..b4f36c8 100644 --- a/web-samples/HTML/RealTimePreview.html +++ b/web-samples/HTML/RealTimePreview.html @@ -7,6 +7,6 @@

Hello

-

And I'm in red

+

And I'm in orange

\ No newline at end of file diff --git a/web-samples/HTML/realtimestyling.css b/web-samples/HTML/realtimestyling.css index 8f92d01..0ababb7 100644 --- a/web-samples/HTML/realtimestyling.css +++ b/web-samples/HTML/realtimestyling.css @@ -6,6 +6,10 @@ h1 { color: blue; } -h2 { +.error { color: red; +} + +.warning { + color: orange; } \ No newline at end of file