From 9aae8687bc3427b21cea4a1fb14e344e9ab6cbff Mon Sep 17 00:00:00 2001 From: Egor Kloos Date: Tue, 9 Jan 2024 12:40:39 +0100 Subject: [PATCH] Completed basic content for the home --- index.html | 48 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index bf28c05..59acbef 100644 --- a/index.html +++ b/index.html @@ -23,16 +23,52 @@

system.css

Browsers have a mini design system

With this base stylesheet we can utilise a browsers system color and css keywords - implementation.With this base stylesheet we can utilise a browsers system color and css keywords implementation. + Let's build on top of that.

-

Let's build on top of that

+

This project has a number of goals

+
    +
  1. + Provide a default style via + system.css for basic html pages +
  2. +
  3. Provide the means to style the default using custom properties
  4. +
  5. No dependencies
  6. +
  7. Based on system colors and CSS keywords (The browser has defaults, so lets use those)
  8. +
+ +

Additionally, system.css also provides a simple form layout and validation setup.

+ +

Compatibility

+

- This paragraph text is using - system.css. Lorem ipsum dolor - sit amet consectetur adipisicing elit. + This solution uses features that might cause issues. Consider the following: Container Units, CSS + nesting, Sub Grid, color-mix(), :has(), @property, and + @layer.

+ +

These features work in following browsers:

+

+ + +

Acknowledgments

+

+ This is a heavily modified version of [new.css](https://newcss.net) For fonts we use what we are given + by the OS. My thanks to Modern Font Stacks. +

+ +

Inspiration

+

My admiration and recommendations to consider are:

+