| by Arround The Web

How to Style the Bootstrap Modal

To style the Bootstrap modal window, add CSS properties like “transition”, “color”, and more to style the created modal window.

Share Button
Read More
| by Arround The Web

Bootstrap Image Resize

To make the image resizable according to the screen sizes, first, add the image using the “” element and associate the “img-fluid” class with it.

Share Button
Read More
| by Arround The Web

Bootstrap 4 Modal Video Autoplay and Stop When Closed

To create a video modal, Bootstrap “modal” class is used. Many classes are used to make a responsive video modal. JavaScript is used for further manipulation.

Share Button
Read More
| by Arround The Web

Bootstrap Forms | Explained

Three Bootstrap forms types are: inline, stacked, and horizontal. Many classes are used to set form element styles like “form-group”, “col-sm-2”, and others.

Share Button
Read More
| by Arround The Web

How Does Text Color Work in Bootstrap?

The text color works in Bootstrap by using several classes, such as “text-primary”, “text-info”, “text-light”, “text-dark”, “text-danger”, and more.

Share Button
Read More
| by Arround The Web

How to Left and Right Align Text Within a Div in Bootstrap

To left and right align text within a “

” container in Bootstrap, the “pull-left”, “pull-right”, and “float-left” classes can be utilized.
Share Button
Read More
| by Arround The Web

How do I Change the Color of a Striped Table in Bootstrap?

To change the color of the striped table in Bootstrap, the CSS “nth-child(n)” selector and the “background-color” property can be utilized.

Share Button
Read More
| by Arround The Web

Bootstrap Disabled Text Input fields

In Bootstrap, the text input fields can be disabled by specifying the “disabled” attribute inside the start tag of an element or by using the “disabled” class.

Share Button
Read More
| by Arround The Web

Bootstrap Buttons | Explained

The “btn” class is used to create a simply designed button that can be styled using the “btn-primary”, “btn-outline-danger”, “active”, and other classes.

Share Button
Read More
| by Arround The Web

Bootstrap Block Help Text Examples

To add help text in Bootstrap, the “form-text” class is used to add the block-level help text and the “text-muted” class is used to create inline help text.

Share Button
Read More
| by Arround The Web

Bootstrap | Badges and Labels

The Bootstrap “badge” class can be used to add badges to the website. Some classes are utilized to provide contextual information, such as labels.

Share Button
Read More
| by Arround The Web

Catching up!

A lot has changed since the last blog post (more than three years). I was happily running a successful business around Videocache till Google decided to push HTTPS really hard and enforced SSL even for video content. That rendered Videocache completely useless as YouTube video caching was the unique selling point. Though people are still … 

Share Button
Read More
| by Arround The Web

Summer Hacking

Summer has already started and we (a small group of current and ex-IIITians in Hyderabad) are planning to have some fun digging into Ruby on Rails and related technologies. If you are also interested in utilizing your summer in a productive and fun way, you can join us and share your knowledge while learning from … 

Share Button
Read More