'Calendar in Javascript
I need to make a functional calendar in javascript, html and cssthis is the way it should look like
Solution 1:[1]
I recommend this complete guide to flexboxes. It should clear things up when building your calendar. If you dont want to read it (I strongly reccomend it), just make the parent container flex, and play around in your browser's devTools.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Johnys |
