Stacked Social Sharing Buttons for Bootstrap
Learn how-to create stacked social sharing buttons using Bootstrap, which is a great addition to any sidebar.
Learn how-to create stacked social sharing buttons using Bootstrap, which is a great addition to any sidebar.
Programming
In this tutorial I’m going to show you how-to display a “back to top” link only on small devices.
In Bootstrap, a jumbotron is a lightweight and flexible component to showcase key content on your website, web app or blog. By default, a jumbotron is light grey. You can change the colours but what if you wanted to use a background image. The background image should expand the full
Digital
This tutorial will show you how to utilize CSS to display the size of the web browser you are working on. This is done by placing a full width bar at the bottom of the web page.
Digital
Add Google Code Prettify to your website, to allow syntax highlighting of source code snippets in any web page.
Digital
By default, Twitter’s Bootstrap employs a flat website design. There is nothing wrong with this but you may want to add a little something to certain elements of your website. In this code snippet, I’m going to show you how-to add a shadow to your buttons to make
You can customize the WordPress administration panel by adding a function to your theme's function.php file. The custom CSS can be internal CSS, meaning the CSS is included in the web page or externally, meaning the CSS is grabbed elsewhere on your hosting account or another server.