Prashant Shrestha
  • Home
  • Service
  • My Works
  • About Me
  • Blog
  • Contact

© 2025 Created by:
Prashant Shrestha

Check out my Blog

My Latest Posts

How to install and implement Gulp and Bower

  • 22 Mar 2023
  • Blog, Webtools

gulp is a toolkit for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.

Read more

Very First Step to Reduce Your Website Page Load Speed

  • 16 Feb 2023
  • Blog, Browser, CSS, Html, SEO

There are  lots of methods to speed up your web page load speed but today I am going to share very first (easily manageable) step of reducing page load speed via simple Info graphic. 1. HTTP Request Browsers  take  80% of a page load  time to fetch  external  content. Stylesheets, images, and scripts etc.  So […]

Read more

Browser Specific CSS For Your Website

  • 02 Jan 2023
  • Blog, Browser, CSS, Html, Rresponsive

To provide a browser specific CSS for different browser, you need to use a browser specific CSS. On this blog post i am going to provide you some important browser specific css code. A bowser specific CSS code can be a media query, selector or certain syntax construction that is read only by a certain browser. […]

Read more