Search Result for: Design Category

Articles

Drop shadow

Text Shadow name-of-div { text-shadow: 2px 2px 2px #ff0000; } text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit; Box or object based shadow Outer shdow .shadow
Read More

Changing the point at which Bootstrap Nav menus will collapse

Use the following code in your SCSS file that will allow you to change the max width at which a menu item is allowed to collapse. There is no need to edit the core bootstrap
Read More