Open DavidLagou opened 4 years ago
In order to solve this solution, I had to go inside the code and add a few lines.
// projects container
-ms-grid-columns: 1fr 1fr;
-ms-grid-rows: 4fr;
// individual cards
.cards.one {
-ms-grid-column: 1;
-ms-grid-row: 1;
}
.cards.two {
-ms-grid-column: 2;
-ms-grid-row: 1;
}
.cards.three {
-ms-grid-column: 1;
-ms-grid-row: 2;
}
Description:
CSS grid must be able to be viewed correctly on all browsers.
Steps to reproduce:
Expected Results:
Each card in either the web development page, UI UX page, and the graphic design page must be broken down into cards. And responsive based on the viewport
Actual Result:
CSS grid is incompatible with the current CSS grid features. Therefore there are no grids instead.
Configurations:
This bug was found on the following configurations labeled in Blue.
Severity:
High
Priority
High
Type:
Bug
Assignee:
David Lagou