Kinda Code
Home/HTML & CSS/Page 8

HTML & CSS

CSS Gradient Text Color Examples

CSS Gradient Text Color Examples

Updated: Jul 29, 2021
A few examples of creating gradient text in CSS. Example 1: Linear-gradient text. Screenshot: The code: <html lang="en"> <head> <title>Kindacode.com</title> <style> .logo { margin:......
CSS: Styling Scrollbar Example

CSS: Styling Scrollbar Example

Updated: Jul 21, 2021
For WebKit browsers (Google Chrome, Microsoft Edge, Safari, etc), you can customize the style of a scrollbar such as background color, width, thumb, tract… by using pure CSS. Example Preview: The Code: <html......
← PreviousPage 8 of 8