From fae9479fb3c6aa921aa6e0bb4b1006fb2d8ae66e Mon Sep 17 00:00:00 2001 From: G0gr33n <91853795+Thunqvist@users.noreply.github.com> Date: Mon, 4 Oct 2021 00:59:30 +0200 Subject: [PATCH 1/2] Add files via upload --- index.html | 32 ++++++++++++++++++++++++++++++++ style.css | 17 +++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..431d317 --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ + + + +
+ + + ++ "The Web is fundamentally designed to work for all people, + whatever their hardware, software, language, location, or ability. + When the Web meets this goal, it is accessible to people with a diverse range of hearing, + movement, sight, and cognitive + ability." +
++ HTML: A good basis for accessibility.
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..e481133 --- /dev/null +++ b/style.css @@ -0,0 +1,17 @@ +/* Example styling of a h1 element */ +media="handheld, only screen and (max-device-width: 480px)" +} + +h1 { + color: #333; +} + +.steelblue-box { + background-color: steelblue; + padding:0px + width:0px +} + +h2 { + color:#333; +} \ No newline at end of file From 1804ceeee546086f825c72d79b2a269b8380124d Mon Sep 17 00:00:00 2001 From: G0gr33n <91853795+Thunqvist@users.noreply.github.com> Date: Mon, 4 Oct 2021 01:17:58 +0200 Subject: [PATCH 2/2] Update index.html --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 431d317..eb6ac4c 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,5 @@