Category: css

  • Some media queries working examples

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you Some media queries working examples. Media queries play very important role in responsiveness. There are lots of media queries hacks and I will tell some of them. @media(min-width:992px) @media(min-width:1200px) @media screen and (max-width:767px) @media(max-width:768px) @media(max-width:480px) @media only screen and (max-width:480px) @media(min-width:992px) and (max-width:1199px) There…

    bootstrap
  • Bootstrap modal popup design after mail sent

    , , , ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to create Bootstrap modal popup design after mail sent? Bootstrap is the most popular front-end framework. The popup design, which I will make in this post, can be used after send mail or data inserted successfully or any other success. Now In this…

    bootstrap
  • Important Css tricks

    ,

    Hello, welcome to therichpost.com. In this post, I will tell you Some Important Css tricks. Css plays very important role in every site. Css is like decorating the site. Here are some important css tricks: 1. Remove before from last li :- ul li:not(:last-child):before{} 2. Add css to div has not containing class name “content”…