initial for skilled e-learning landing page

This commit is contained in:
Robert McGovern 2022-11-01 22:07:51 +00:00
parent 220d4fc991
commit 2abe6df04c
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
/*
* Design Sizes:
* Mobile: 375x2615
* Tablet: 768×1760
* Desktop: 1440×1845
*/
*,
::before,
::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1440px) {
}