/* Sets the height of columns - change to what you want */
.fl-height [class*="fl-col-"] {
height: 60px;
}
[class*="fl-col-"] {
float: left;
display: flex;
justify-content: center;
align-items: center;
font-size: 10px;
overflow: hidden;
}
/* Columns sizes */
/* If a new custom size is needed, just needs to be added to the CSS*/
/* E.g.: .fl-col-25 { width: 25% } */
/* Columns in a .row must accrue a total of 100% width */
.fl-col-10 {
width: 10%;
}
.fl-col-20 {
width: 20%;
}
.fl-col-30 {
width: 30%;
}
.fl-col-40 {
width: 40%;
}
.fl-col-50 {
width: 50%;
}
.fl-col-60 {
width: 60%;
}
.fl-col-60 {
width: 60%;
}
.fl-col-70 {
width: 70%;
}
.fl-col-80 {
width: 80%;
}
.fl-col-90 {
width: 90%;
}
.fl-col-100 {
width: 100%;
}
/* Colours */
/* This can also be done directly in the element with
style="background-color: #000;"
*/
/* Change the colours and classes names as you like, don't forget to find them in the elements in the HTML and change them too */
.fl-cyan {
background-color: #00abd1;
color: #fff;
}
.fl-magenta {
background-color: #d10038;
color: #fff;
}
.fl-yellow {
background-color: #ecd309;
color: #333;
}
.fl-green {
background-color: #64b448;
color: #fff;
}
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.