#CSS Tricks That Use Only One Gradient: "In this article, we are not going to make complex stuff with CSS gradients. Instead, we’re keeping things simple and I am going to walk through all of the incredible things we can do with just one gradient." css-tricks.com/css-tricks-tha…
#HTML for People: "HTML isn't only for people working in the tech field. It's for everyone. Learn how to make a website from scratch in this beginner friendly web book." htmlforpeople.com
Default behavior of #CSS position absolute: "Many have a wrong information about the default behavior of position: absolute element. 'if an absolute positioned element has no positioned ancestors, it uses the body element' NO, this is false!"
Understanding the #CSS drop-shadow() Function: "In this article, we will explore the drop-shadow() function, its syntax, use cases, and how it differs from box-shadow."