diff --git a/experimental/element_positions.css b/experimental/element_positions.css index 82dbddf..ff4c40d 100644 --- a/experimental/element_positions.css +++ b/experimental/element_positions.css @@ -1,5 +1,6 @@ html{ height: 100%; + overscroll-behavior-y: none; } body{ display: grid; diff --git a/grid_layouts.html b/experimental/grid_layouts.html similarity index 100% rename from grid_layouts.html rename to experimental/grid_layouts.html diff --git a/grid_styling.css b/experimental/grid_styling.css similarity index 100% rename from grid_styling.css rename to experimental/grid_styling.css diff --git a/homepage.css b/homepage.css index f09170e..39bf585 100644 --- a/homepage.css +++ b/homepage.css @@ -84,7 +84,7 @@ a { min-height: 200px; max-width: none; } -#testing { +#layouts { grid-row: 2; grid-column: 4/6; min-height: 200px; @@ -134,7 +134,7 @@ a { grid-row: 2; grid-column: 1; } - #testing { + #layouts { grid-row: 3; grid-column: 1; } diff --git a/index.html b/index.html index d54acaa..7d1395d 100644 --- a/index.html +++ b/index.html @@ -13,14 +13,15 @@

Welcome to KevinC.dev

Work in Progress

- View Stylesheet outbound + Index.html Stylesheet outbound + Experimental design outbound
-
-

Testing

- News Article Layout outbound
- News Article Stylesheet outbound
- Grid Stylesheet outbound
- Grid Layouts outbound +
+

Layouts

+ News Article Layout outbound
+ News Article Stylesheet outbound
+ Grid Stylesheet outbound
+ Grid Layouts outbound