# CSS
Quick Tip - CSS position absolute vs fixed
Positioning in CSS can be a tricky business. A common issue however is between deciding to use position:fixed or position:absolute. Here's a tip to help with that.
LinkHow to Use Linear Gradient with Images
linear-gradient() is a CSS function that creates an image containing a transition between two or more colors in a straight line. It's the most common type of gradient in web design.
Link