From d96c7cad92b025ad80a8fe64f91d1c215272e313 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Fri, 14 Jul 2023 12:09:06 -0400 Subject: Update dead links. Add gfx card tutorial --- tutorials/www/quick-intro-html-css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tutorials/www/quick-intro-html-css.html') diff --git a/tutorials/www/quick-intro-html-css.html b/tutorials/www/quick-intro-html-css.html index 7d74dff..e3ffc6c 100644 --- a/tutorials/www/quick-intro-html-css.html +++ b/tutorials/www/quick-intro-html-css.html @@ -508,7 +508,7 @@ tag we talked about in the last section. For example:

<p style="color:red">this text is red</p>
 <p style="color:red;background-color:blue">this background is blue</p>
 <p style="color:red;background-color:blue;text-align:center">this text is centered</p>
-<a href="https://archive.org/details/sonichucomplete"
+<a href="https://www.webtoons.com/en/challenge/sonichu-/sonichu-1/viewer?title_no=676229&episode_no=2"
     target="_blank"
     rel="noopener noreferrer"
     style="color:yellow;background-color:red;text-align:right"
@@ -524,7 +524,7 @@ this background is blue
 

this text is centered

-

}

Applied:

You can read lots more options for image formatting here and about @@ -604,7 +604,7 @@ appear nice on dark theme browsers just as well. But I don't want to dim

For one, that will only dim black-and-white images; anything else will just turn to mush like this:

Instead, I'd like it to just apply to select elements; I can do so by extending the tag with a class. On the CSS side:

-- cgit v1.2.3