Skip to the content

WEB-DEV-LEARNING

One Destination For All Web Development Problems

  • HTML
  • CSS
  • JavaScript
  • Python
Copyright © 2023 WEB-DEV-LEARNING.
All rights reserved.
Theme: Dolpa By ThemeInWP.
Powered by WordPress.
  • Home
  • 2020
  • June
  • 24

Day: June 24, 2020

CSS
June 24, 2020
aakratigoel

CSS Variables ( Custom Property)

We can create variables in CSS to insert custom properties in our stylesheet. For example : If we want to use a particular color for...
CSS
June 24, 2020
aakratigoel

CSS Custom Property Cascade

CSS Custom properties follow the standard cascade rules. Following example will help you understand it clearly: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport"...

Recent Posts

  • CSS Specificity
  • Different ways to apply CSS to your HTML page
  • Parameters and Arguments in Javascript Functions
  • Functions In Javascript
  • Difference between var, let, and const based on declaration and initialization

Recent Comments

    Archives

    • November 2020
    • October 2020
    • July 2020
    • June 2020
    • April 2020

    Categories

    • CSS
    • HTML
    • JavaScript

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Recent Post

    CSS Specificity

    Different ways to apply CSS to your HTML page

    Parameters and Arguments in Javascript Functions

    Functions In Javascript

    Difference between var, let, and const based on declaration and initialization

    Top Category

    JavaScript

    CSS

    HTML

    • HTML
    • CSS
    • JavaScript
    • Python