Category: Bootstrap
-
How to add bootstrap in Vuejs?
Hello to all, welcome to therichpost.com. In this post, I am telling you How to add bootstrap in Vuejs? I liked Vue Js code and its simple and clean. Vue Js is the good competitor of Angularjs. Here are the following steps for add bootstrap in Vuejs: 1. In your command line write below command:…
Written by
-
How to include bootstrap in angular 2?
Hello, welcome to therichpost.com. In this post, I will tell you How to include bootstrap in angular 2? Nowadays Angularjs is very popular and known as one page website. I am familiar with Angular 1 very well but Angular 2 is totally different with Angular 1. Angular2 is totally command based. Bootstrap is also very…
Written by
-
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…
Written by
-
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…
Written by