diff options
author | mjfernez <mjf@mjfer.net> | 2023-07-14 12:09:06 -0400 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2023-07-14 12:09:06 -0400 |
commit | d96c7cad92b025ad80a8fe64f91d1c215272e313 (patch) | |
tree | fd6afcaf9c18058b2f32e1c4980dd152b853cab7 /.md/tutorials/www/quick-intro-html-css.md | |
parent | 9ae993b3ab0f834e64e80a9592fefd0e911b286a (diff) | |
download | site-files-d96c7cad92b025ad80a8fe64f91d1c215272e313.tar.gz |
Update dead links. Add gfx card tutorial
Diffstat (limited to '.md/tutorials/www/quick-intro-html-css.md')
-rw-r--r-- | .md/tutorials/www/quick-intro-html-css.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.md/tutorials/www/quick-intro-html-css.md b/.md/tutorials/www/quick-intro-html-css.md index 2055430..3fe94ad 100644 --- a/.md/tutorials/www/quick-intro-html-css.md +++ b/.md/tutorials/www/quick-intro-html-css.md @@ -349,7 +349,7 @@ 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" @@ -361,7 +361,7 @@ 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:justify;width:100%" @@ -446,7 +446,7 @@ img.gray { Applied: <img style="filter:grayscale(100%)" -src="https://archive.md/zP2NL/9d16630c80f93351469867fde13ea5199cd1f483.jpg" +src="/static/jazzcat.jpg" /> You can read lots more options for image formatting @@ -471,7 +471,7 @@ For one, that will only dim black-and-white images; anything else will just turn to mush like this: <img class="icon" -src="https://archive.md/zP2NL/9d16630c80f93351469867fde13ea5199cd1f483.jpg" +src="/static/jazzcat.jpg" /> Instead, I'd like it to just apply to select elements; I can do so by |