Official Core Web Vitals: Important web performance metrics: Popular Chrome extensions for Web Vitals measurements:https://chromewebstore.google.com/detail/core-web-vitals-visualize/mcffmgagphgpgkdclllnilokablhjcge https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?pli=1
Posted on July 27, 2017, 12:46 pm, by admin, under
css.
ol { counter-reset: list; } ol > li { list-style: none; } ol > li:before { content: counter(list) ") "; counter-increment: list; } Output: 1) Number1 2) Number2 3) Number3
Posted on June 29, 2017, 3:38 pm, by admin, under
css.
#rcorners1 { border-radius: 25px; }
Posted on June 15, 2017, 12:02 pm, by admin, under
css.
Main keywords which controls div contrainers position: float: left; and clear: left; Size by side example: 1 2 One on top of other example: 1 2
Posted on July 2, 2015, 6:36 am, by admin, under
css.
display: block comment: for example <div> element takes the whole line as 100% width. display: inline comment: for example <div> element takes only own length and leave rest of the line to next elements