From 3d80f5896e7a2b93f4243738d0a226b6825be767 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:22:14 +0200 Subject: [PATCH] use custom elements instead of classes --- index.css | 2 +- index.html | 2 +- lesson-0.html | 10 +++++----- lesson-1.html | 14 +++++++------- lesson-2.html | 14 +++++++------- lesson-3.html | 6 +++--- practice/primitive-types.html | 2 +- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/index.css b/index.css index 76d5438..b8268c2 100644 --- a/index.css +++ b/index.css @@ -15,7 +15,7 @@ body { height: 100%; } -.main { +main { width: 100%; height: 100%; diff --git a/index.html b/index.html index 56be0a7..60650e8 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ Womangling -
+

Learn C++ Itanium Symbol Mangling