An user-interface (UI) design by using plain HTML and CSS, without using any library or frameworks.
Plain HTML and cascading-style-sheets (CSS)
https://marvelous-sunburst-781d52.netlify.app/
For Mobile Screen: @media all and (min-width: 320px) and (max-width:480px)
For Tablet Screen: @media all and (min-width: 481px) and (max-width:768px)
For Desktop Screen: Screen Size > 768px