diff --git a/examples/chat/index.html b/examples/chat/index.html index 91dab966..c15f4229 100644 --- a/examples/chat/index.html +++ b/examples/chat/index.html @@ -1,156 +1,213 @@ - - Converse - - - - - - -
-
-
Have a Conversation...
-
-
    -
  • -
+ .chat__name-input { + flex: 1; + padding: 10px; + } -
-
-
say
- -

-
-
+ .chat__message-input { + flex: 5; + padding: 10px; + } -
-
  • - -

    - 0 -
    -
  • -
    -
    -
    -
    + .chat__submit { + padding: 10px; + color: white; + border-radius: 5px; + } - - - - - - \ No newline at end of file +
    +
  • + +

    + 0 +
    +
  • +
    + + + + + + + + + diff --git a/examples/style.css b/examples/style.css index bc059405..56274bf0 100644 --- a/examples/style.css +++ b/examples/style.css @@ -313,4 +313,15 @@ ul, li { } @keyframes joy { 0% {background-position: 0 0;} 100% {background-position: -2800px 0;} -} \ No newline at end of file +} + +.visually-hidden { + border: 0; + clip: rect(1px, 1px, 1px, 1px); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} diff --git a/examples/todo/index.html b/examples/todo/index.html index a3d4e630..6f941d38 100644 --- a/examples/todo/index.html +++ b/examples/todo/index.html @@ -1,83 +1,151 @@ - - Think - - - - -
    - - -
    -
    -
    Add a Thought...
    - + -
    - -
    - - - - - -
    - - \ No newline at end of file + + + Think + + + + + + + +
    +
    +

    Add a thought...

    + +
    + +
    + + + + + + +