styling, fixes for resources, accessibility

This commit is contained in:
2021-11-06 12:08:43 -05:00
parent fb98e7b498
commit 05130b6ee8
3 changed files with 63 additions and 5 deletions

14
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Open index.html",
"file": "/Users/mikayla/Developer/Excursion_110621/index.html"
}
]
}