Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add width, height and a border for display the Grid in the filters #120

Open
thomas37000 opened this issue Oct 24, 2021 · 0 comments
Open

Comments

@thomas37000
Copy link

when we copy the Css code in Codepen for example there is no vue because we don't have a width height and border or background-color so oblige to add them in a new class for all child div

like that for exemple :
.alldiv {
width: 300px;
height: 200px;
border: 1px solid black;
border-radius: 10px;
}

my codepen that i do with you Css Grid Generator
https://codepen.io/thomaschalanson/pen/MWvJZqw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant