Card Glow Magnetic 

   
   
Click on RUN button to see the output
by

Bootstrap online editor

Write, Run & Share Bootstrap code online using OneCompiler's Bootstrap online editor for free. It's one of the robust, feature-rich online editor for Bootstrap. Getting started with the OneCompiler's Bootstrap online editor is really simple and pretty fast. The editor shows sample boilerplate code when you choose language as 'Bootstrap' and start writing code to learn and test online instantly.

About Bootstrap

Bootstrap is a free CSS framework for front-end web development. It contains CSS and JavaScript based design templates for styling like typography, forms, buttons, navigation, and other interface components. It helps developers to develop websites faster and also easy to use. You can use built-in classes hence you don't need to develop elements from scratch.

Syntax help

Colors

Text colors
.text-muted.text-primary.text-success.text-info
.text-warning.text-danger.text-secondary.text-white
.text-dark.text-body.text-light
Background colors
.bg-primary.bg-success.bg-info.bg-warning
.bg-danger.bg-secondary.bg-dark.bg-light

Tables

ClassDescription
.tablebasic
.table-stripedadds zebra-stripes to a table
.table-borderedadds borders on all sides of the table and cells
.table-hoveradds a hover effect with grey background color on table rows
.table-primaryadds Blue color to table row indicating an important action
.table-darkadds a black background to the table
.table-successadds Green color to table row indicating successful or positive action
.table-dangeradds Red color to table row indicating a negative action
.table-infoadds Light blue to table row indicating a neutral informative change or action
.table-warningOrange to table row indicating attention required
.table-activeapply the hover color Grey to the table row or table cell
.table-secondaryGrey: Indicates a slightly less important action
.table-lightLight grey table or table row background
.table-darkDark grey table or table row background
.thead-darkadds a black background to table headers
thead-lightadds a grey background to table header

Images


ClassDescription
.roundedadds rounded corners to an image
.rounded-circleshapes the image to a circle
.img-thumbnailshapes the image to a thumbnail
.float-right/.float-leftfloats image to right/left
.mx-auto.d-blockCenter an image by adding the utility classes .mx-auto (margin:auto) and .d-block (display:block)
.img-fluidResponsive images automatically adjust to fit the screen's size

Buttons

The below button classes can be used on <a>, <button> or <input>.


Spinners


Grid

ClassDescription
.col-extra small devices with screen width less than 576px
.col-sm-small devices with screen width equal to or greater than 576px
.col-md-medium devices with screen width equal to or greater than 768px
.col-lg-large devices with screen width equal to or greater than 992px
.col-xl-xlarge devices with screen width equal to or greater than 1200px

Tooltip

Add the data-toggle="tooltip" to create a tooltip to an element.



© Copyright 2025 One Compiler Pvt. Ltd. | Privacy Policy | Terms & Conditions