Introducing css

Introducing CSS

    In web development, CSS is a very important constituent of web development. CSS defined for Cascading Style Sheets. By the use of CSS, you can design a fashionable and attractive website. If you are interested in Web development coding, you will know that web development is made up of three elemental files

    • Html file
    • CSS file
    • JavaScript file
    While the HTML file and JavaScript file are responsible for templating and the dynamic elements respectively. CSS is responsible for one thing and that is Styling. So how does CSS actually command the style, well it does that by making sure how elements look like on a certain web page. It can command the
    • Colour of the element
    • Font
    • The positioning of the element
    • A little bit of animation





Comments