diff --git a/client/Explore.tsx b/client/Explore.tsx index 0dfcad3..d6e9f55 100644 --- a/client/Explore.tsx +++ b/client/Explore.tsx @@ -12,18 +12,64 @@ const Home = () => { return ( -
- CSS Layout +
+ + CSS Layout +
-
-

Explore

+
+

+ Explore +

-

Here is the collection of patterns

+

+ Here is the collection of patterns +

-
+
@@ -35,7 +81,7 @@ const Home = () => {
-
+
diff --git a/client/Home.tsx b/client/Home.tsx index 704974e..a01f304 100644 --- a/client/Home.tsx +++ b/client/Home.tsx @@ -11,11 +11,31 @@ const Home = () => { return ( -
-
+
+

CSS Layout

@@ -33,32 +53,66 @@ const Home = () => { a collection of popular layouts and patterns made with CSS -
-
    -
  • -
    Zero dependencies
    -
    🎉
    -
  • -
  • -
    No frameworks
    -
    🎉
    -
  • -
  • -
    No CSS hacks
    -
    🎉
    -
  • -
  • -
    Real use cases
    -
    🎉
    -
  • -
  • -
    Good practices
    -
    soon
    -
  • -
  • -
    Accessibility
    -
    soon
    -
  • +
    +
      +
    • .awesome {
    • +
        +
      • +
        zero-dependencies:
        +
        🎉
        +
      • +
      • +
        no-frameworks:
        +
        🎉
        +
      • +
      • +
        no-css-hacks:
        +
        🎉
        +
      • +
      • +
        real-use-cases:
        +
        🎉
        +
      • +
      • +
        good-practices:
        +
        + soon +
        +
      • +
      • +
        accessibility:
        +
        + soon +
        +
      • +
      +
    • }