what is diff between flex and -ms-flex code example
Example: css grid vs flexbox
.wrapper {
display: grid;
grid-template-columns: repeat(auto-fill, 200px);
}
.wrapper {
display: grid;
grid-template-columns: repeat(auto-fill, 200px);
}