What are the benefits of CSS sprites?

by oda.tromp , in category: Design , 4 years ago

What are the benefits of CSS sprites?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by dejon , 4 years ago

Benefits of using CSS sprites are

  • It is a technique where one has a large image containing a set of small images. Those images can be broken down with the help of CSS to disintegrate into multiple images.
  • It helps large images or pages to load faster hence, saving a lot of time. It cuts back HTTP requests. It is also flexible over website’s layout and design.
  • The concept of CSS sprites is used to reduce the loading time for a web page because it combines the various small images into one image. It reduces the number of http requests and hence the loading time.

Related Threads:

What is CSS?
What are the limitations of CSS?
Is CSS case sensitive?
What is CSS Box Model and what are its elements?
What are the advantages of CSS?
What is the difference between CSS and CSS3 ?