summaryrefslogtreecommitdiffstats
path: root/.md/tutorials/www/quick-intro-html-css.md
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2021-11-05 09:25:26 -0400
committermjfernez <mjf@mjfer.net>2021-11-05 09:25:26 -0400
commit78666cd9195c1c2bcc9cd9110b4db5723a88b50d (patch)
tree66ed096e973cba1efd40a0097936f7a6b08cf5b3 /.md/tutorials/www/quick-intro-html-css.md
parent34273e9053037ef0de7767eec6a070615cbb4cb6 (diff)
downloadsite-files-78666cd9195c1c2bcc9cd9110b4db5723a88b50d.tar.gz
Directory changes. Various spelling, format fixes.
Also fixes CC being linked to by HTTP instead of HTTPS which causes an annoying message on most browsers
Diffstat (limited to '.md/tutorials/www/quick-intro-html-css.md')
-rw-r--r--.md/tutorials/www/quick-intro-html-css.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/.md/tutorials/www/quick-intro-html-css.md b/.md/tutorials/www/quick-intro-html-css.md
new file mode 100644
index 0000000..6b4bc70
--- /dev/null
+++ b/.md/tutorials/www/quick-intro-html-css.md
@@ -0,0 +1,23 @@
+As you can see from the current state of this site, I'm not exactly
+exactly the most skilled web designer. But I struggled through the
+basics enough to get an idiot's sense of front-end web design, so that
+perspective might be useful if you have no clue where to start with this
+like I did.
+
+The building blocks are very simple, *but there's a lot of blocks*. The
+HTML5 specification, which most browsers are built around, defines ...
+and the CSS ... I've never gotten deep into the weeds like professional
+designers do--and to be honest, I don't really want to. But I *do* like
+understanding how things work. And getting a unique custom HTML site is
+something anyone with a text editor and a web browser can get done in a
+weekend.
+
+## Web browsers render code
+
+The specifications linked above are followed religiously by major
+web browsers like Chromium, Firefox, and Safari so that each symbol
+defined in the standard puts graphics, animations
+
+### HTML
+
+### CSS