cleanup/namespacing

This commit is contained in:
2025-08-10 17:36:57 -07:00
parent 5c1a76f223
commit 9d5a558137
11 changed files with 50 additions and 63 deletions

View File

@@ -1,8 +1,10 @@
<style>
#page {
#cover-page {
background-color: green;
}
</style>
<h1>Smart Bar</h1>
welcome to smart bar
<div id="cover-page" class="page-base">
<h1>Smart Bar</h1>
welcome to smart bar
</div>