Tag: CSS
Misc
After adding CSS – Fixed left sidebar navigation Hello there, initially this was just a mental concept where I got an idea to create a fixed left-sidebar navigation for my tools site (free online web development tools)...
Dev Tools
CSS3 gradients display smooth transitions between two or more specified colors producing a nice effect. Earlier, you had to use background images for these effects. By using CSS3 gradients, you can reduce download time and bandwidth usage to download background...
Guest Post, Misc
The internet has become a part of almost every aspect of our lives. It has brought many changes to make your website more attractive and delicate; these changes include text-based websites adding pictures and videos. But behind all websites and web applications, there...
Misc
style anchor tag with no href attribute In website development, we often come across anchors/link tags that do not have an ‘href’ attribute. This may be due to many reasons like the anchor is used just for a dropdown, or initiation of a modal, and does not...
Misc
CSS Box-Sizing This is probably the most important concept for any web designer working with CSS. And it also seems confusing in beginning but is very simple to understand once we try it practically. Content-Box The default value of ‘box-sizing’ is...