diff --git a/common.css b/common.css index 8c9c695..6895fcd 100644 --- a/common.css +++ b/common.css @@ -1,5 +1,5 @@ @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); -@import url("https://tender-mccarthy-d4aa39.netlify.app/component.css"); +@import url("https://deploy-preview-36--tender-mccarthy-d4aa39.netlify.app/component.css"); * { margin: 0; @@ -76,6 +76,7 @@ body { .component-wrapper { margin: 1rem 0; border: 1px solid var(--dark-theme-light-color); + overflow: hidden; } .code-snippet { diff --git a/document/alert/alert.html b/document/alert/alert.html index 93d9c1a..7ca35f8 100644 --- a/document/alert/alert.html +++ b/document/alert/alert.html @@ -87,6 +87,22 @@
+ Use grid when you want sections in view. Check below some examples of side by side cards. +
+ ++ Add grid-2-col class on wrapper div which is wrapping 2 divs and grid-item for the individual grid children +
+ + + ++ Add grid-3-col class on wrapper div which is wrapping 3 divs and grid-item for the individual grid children +
+ + ++ Modals are positioned over everything else in the document and remove scroll from the page. It gets closed only with close button on modal pop-up. +
+ ++ You need to have wrapper div modal class. Inside that, you can wrap content inside div.modal-container that you need to show in pop-up +
+ + + ++ Sliders are used to decide range for something like sound in videos, price in shopping sites, etc. +
+ ++ Here it is a custom slider which i have created from scratch using html and css , i can use custom slider in my project as this is based on my Theme of Project +
+ + + +