Display a calendar in the middle of the screen (both horizontally and vertically). Use SCSS and follow BEM. Don’t use Javascript.
src/styles/main.scss instead of src/style.css.#eee) 100px square (including 1px black border)
Arial 30px) in the center of each day using ::before and @for1px gap and limit its width to exactly 7 columns + 10px paddings
px values if they are used several timesstart-day modifier for the calendar with mon, tue, wed, thu, fri, sat and sun values
margin-left for the first daymonth-length for the calendar with values 28, 29, 30 and 31 (use @for)
On hovering over a cell:
#FFBFCB)20px (use transform)Here are the Layout Tasks Instructions
Important note: In this task, you are allowed to link *.scss files directly in HTML <link> tags using href attribute.
This is possible because we use the Parcel library to bundle your solution’s source code.
.
❗️ Replace <your_account> with your Github username and copy the links to Pull Request description:
❗️ Copy this Checklist to the Pull Request description after links, and put - [x] before each point after you checked it.
Typical Mistakes from BEM lesson theory are checked.