Ultimate Technology Maniacs
The progress element represents the completion progress of a task. A progress element must have both a start tag (i.e. <progress>) and an end tag (i.e. </progress>). Attributes: It can have two attributes: max – Indicates how much task needs to be done before it can be considered as complete. If not specified the default […]
Tags: CSS , CSS3 , HTML , javascript
- Janki Gandhi
6th May 2018
In this blog, I have to explain how to create a card layout using the grid. What is Grid Layout? The Grid layout is most effective layout in CSS. Grid Layout is optimized for two-dimensional layouts: those in which alignment of content is desired in both dimensions. It can handle both columns and rows. Grid layout […]
Tags: CSS , CSS3
24th Apr 2018