How To Create a Snackbar / Toast Bootstrap
Hi, Sometimes we need to show a piece of information to the user as a popup, but I can't use the Bootstrap modal for that. So that time we need to create a bootstrap Snackbar, or we can say that a Toast.
Read MoreHow To Add a YouTube Video to Your Web Site
Playing a YouTube Video in HTML To play a youtube video on a web page, do the following steps:
Read MoreHow to create arrows in CSS
Simple way to create arrow in your HTML page, just add few line of CSS and create it. There two step to add arrow in your page.
Read MoreHow do I hide an element when printing a web page
Sometime we need to show all content on the web page but hide some content for the print. So, you can use this trick for that.
Read MoreHow to justify content in div
You can justify the content of your page or content within the layout. The justify-content property aligns the flexible container's items when the items do not use all available space on the main-axis (horizontally).
Read More