Boilerplate - Actually boilerplate is a template but use for initial coding. It contains some files for initial step project development. B…
Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts
GitHub
HTML
.md file | README.md
March 1, 2018
Human readable - Human can read and understand easily. Plain text - Human readable text with no additional functionality like bold, italic, …
CSS
HTML
CSS Selector Priority | Simplicity
January 31, 2018
Simplicity in CSS Browser select which CSS properties(selectors) are appropriate for element. Actually precedence or priority or weight. How…
CSS
HTML
How solve padding overflow | box-sizing: border-box
January 31, 2018
When you set width of an element, it takes the element with width size. After adding padding or border then it over flow or mismatch. For …
CSS
HTML
How element's content in middle position | Center Behavior
January 29, 2018
CSS centering is very tricky. Several ways you have but you have to select which way is preferable. https://codepen.io/ept/pen/EQxxBm
⌚ CSS…

