-
Updated
Mar 28, 2020 - HTML
#
css-grid-layout
Here are 218 public repositories matching this topic...
Responsive dashboard templates 📊 ✨
charts
grid
dashboard
analytics
templates
css-grid
keen-io
css-grid-layout
analytics-dashboard
css-grid-template
SMART CSS GRID - CSS Framework
-
Updated
Jun 2, 2018 - HTML
A template for building a simple website with the Eleventy static site generator
static-site-generator
cms
boilerplate
css-grid
netlify
jamstack
css-grid-layout
netlify-cms
eleventy
-
Updated
Jun 24, 2020 - HTML
React layout component based on CSS Grid Layout and built with styled-components
-
Updated
Sep 24, 2017 - JavaScript
-
Updated
Oct 28, 2018
Katana is CSS Layout System made with Flexbox
css
html
sass
flex
grid
css3
flexbox
scss
css-framework
html-template
css-grid
html-css
flexbox-grid
css-library
sass-framework
scss-framework
scss-library
scss-styles
css-grid-layout
css-layout
-
Updated
Jun 6, 2018 - HTML
Solutions to CSS Grid Garden
-
Updated
Feb 17, 2020 - CSS
The Flex Grid is a responsive CSS flexbox grid. Because we can!
-
Updated
Apr 24, 2019 - CSS
Перевод списка багов в CSS Grid Layout, курируемого Рейчел Эндрю
-
Updated
Aug 20, 2017
A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content.
css
jekyll
grid
web
mixins
frontend
micro-framework
css-framework
css-grid
design-tools
sass-variables
css-grid-layout
cssgrid
-
Updated
Mar 13, 2020 - CSS
2D game engine for manage collisions. Made with javascript and CSS Grid Layout.
-
Updated
Jul 5, 2018 - JavaScript
Popular page layouts solved with css-grid
-
Updated
Mar 24, 2019 - HTML
Svelteit is a minimalistic UI/UX component library for Svelte and Sapper projects
framework
ux
css-framework
svelte
component-library
ui-components
responsive-layout
css-grid-layout
sapper
-
Updated
Apr 23, 2020 - HTML
Full featured flexbox grid in 40 lines of Sass
-
Updated
Feb 11, 2018 - CSS
CSS Grid 레이아웃 모듈 Level 1
-
Updated
Jul 16, 2018 - JavaScript
A field that lets you content manage CSS Grid in Craft CMS.
-
Updated
Oct 6, 2019 - PHP
theme
jsdoc
esdoc
custom-theme
css-grid-layout
css-variables
documentation-theme
reponsive
esdoc-template
-
Updated
Mar 5, 2018 - JavaScript
Display the structure of the elements in web template.
css
html
theme
website
design
web
html5
themes
css-grid
html-css
theme-development
css-grid-layout
css-grids
themes-css
-
Updated
Aug 15, 2018 - CSS
Simple grid system based on Flexbox and CSS Grid Layout.
-
Updated
Apr 5, 2018 - CSS
Powerful grid system with CSS grid layout. Works in all modern browsers and IE11.
-
Updated
Aug 28, 2019 - JavaScript
Examples and Exercises compiled. From the awesome Advanced Web Developer Bootcamp
javascript
css
html
web-development
html5
asynchronous
css3
es2015
ajax
css-grid
web-design
css-flexible-grid
css-grid-layout
object-oriented-programming
css-flexbox
css-flexbox-layout
-
Updated
Oct 23, 2019 - JavaScript
priyanjitdey94
commented
Aug 13, 2019
A space between the two arguements in repeat breaks implementation. For example, repeat(auto-fit,20) will work, but repeat(auto-fit, 20) won't(Notice the space).
style: {
.
.
gridTemplateColumns: repeat(auto-fit, 20)
.
.
}
Open
Add more unit tests
7
TheAdnan
commented
Oct 11, 2017
Just add a basic form validation for the input field, very simple.
Open
AJAX form
4
2
Hurro! Thanks for checking out the periodic table of Australian startups. Here are 118 completely selective startups we found on the internet and by far not exhaustive. Enjoy 🙏
-
Updated
Nov 24, 2018 - HTML
Guia de CSS Grid Layout con proyecto demostrativo, en el cual, se incluye en múltiples formas sus virtudes.
-
Updated
Mar 8, 2019 - HTML
This repository is contains example application using spring boot 2.0, webflux, spring security 5, reactive mongodb and mustache template engine: spring security 5, CSRF protection with mustache, spring webflux functional routes security, method security, authorization decision, etc
security
reactive
spring-boot
mongodb
maven
mustache
reactive-programming
css-grid
spring-security
csrf
spring-web
spring-mvc
csrf-protection
csrf-tokens
controller-advice
css-grid-layout
spring-webflux
webflux
reactive-mongo
-
Updated
Sep 4, 2018 - Java
Improve this page
Add a description, image, and links to the css-grid-layout topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the css-grid-layout topic, visit your repo's landing page and select "manage topics."
Demo:
Codepen: https://codepen.io/anon/pen/XLmXeL
Considing the following:
grid-template-columns: repeat(auto-fill, minmax(<X>px, <Y>%));for example:
grid-template-columns: repeat(auto-fill, minmax(400px, 25%));Expected behaviour:
Items are at least
Xpx(eg400px), but at most takeY%(eg25%) of the grid.When
Xpxis bigger thanY%(eg with grid-width800px->