Get LookoverLearn Get Lookover v0.5
<!-- import Get Lookover CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/get-lookover/cdn@v0.5/css/get-lookover.min.css">
<!-- import jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- import Get Lookover JS -->
<script src="https://cdn.jsdelivr.net/gh/get-lookover/cdn@v0.5/js/get-lookover.min.js"></script>
Use .navbar class to the header tag
Use .right-navbar / .left-navbar / .center-navbar , to
align the navbar links.
When using .sticky class to the header the .navbar-nav class getting absolute position
<!-- Navbar Without sticky class-->
<header class="navbar center-navbar bg-dark">
<h4 class="logo"><b>Brand</b></h4>
<nav class="navbar-nav">
<ul class="navbar-links">
<li class="navbar-items">
<a class="navtab active">Home</a>
</li>
<li class="navbar-items">
<a class="navtab">Download</a>
</li>
<li class="navbar-items">
<a class="navtab">Docs</a>
</li>
<li class="navbar-items">
<a class="navtab">About</a>
</li>
</ul>
</nav>
<span class="navmenu">☰</span>
</header>
<!-- Navbar with sticky class-->
<header class="navbar center-navbar sticky bg-dark">
<h4 class="logo"><b>Brand</b></h4>
<nav class="navbar-nav">
<ul class="navbar-links">
<li class="navbar-items">
<a class="navtab active">Home</a>
</li>
<li class="navbar-items">
<a class="navtab">Download</a>
</li>
<li class="navbar-items">
<a class="navtab">Docs</a>
</li>
<li class="navbar-items">
<a class="navtab">About</a>
</li>
</ul>
</nav>
<span class="navmenu">☰</span>
</header>
Use right-navbar / center-navbar / left-navbar to align the navigation link.
primary...
info...
success...
danger...
warning...
red...
pink...
purple...
indigo...
blue...
cyan...
green...
yellow...
orange...
brown...
dark...
light...
twitter...
messenger...
skype...
wordpress...
whatsapp...
snapchat...
behance...
quora...
pinterest...
linkedin...
facebook...
yahoo...
github...
reddit...
bg- before color's name.
<div class="bg-twitter">
...
</div>
text- before color's name.<div class="text-orange">
Text with orange Color
</div>
To use Alerts add.alert-${color-name} / .alert
bg-${color-name}.
<div class="alert-reddit">
<b>Alert</b> text here
</div>
<div class="alert bg-reddit">
<b>Alert</b> text here
</div>
<div class="alert bg-primary">
<b>Alert</b> text here
</div>
To use Alerts add after.alertClass following
classes-primary/-success/-danger/-warning/-info.
<div class="alert-danger">
<b>Alert</b> text here
</div>
Add a button/span with class.close / .close-slide to
deside the closing animation inside Alert parent class.
<-- Close with Fade closing animation -->
<div class="alert-info">
<spanclass="close">×</span>
<b>Alert</b> text here
</div>
<-- Close with Slide closing animation -->
<div class="alert-primary">
<spanclass="close-slide">×</span>
<b>Alert</b> text here
</div>
To use Buttons add.btnClass. To use Get Lookover
colors add.btn-${color-name} .
<button class="btn-green">Btn Green</button>
<button class="btn-red bar">Btn Red</button>
To use Buttons add.btn-out-${color-name}Class.
To use full width Buttons add.barClass.
<button class="btn-out-success">Btn Outline Success</button>
<button class="btn-out-dark">Btn Outline Dark</button>
To use a group of Buttons add inside.group-btnButtons
classes.
When using.barclass to button inside.group-btnit given the full width of the rest of empty
space.
When adding .barclass for all buttons it giving an
equal width.
<!-- Button Group -->
<div class="group-btn">
<button class="btn-danger">1st Button</button>
<button class="btn-primary">2nd Button</button>
<button class="btn-success">3rd Button</button>
<button class="btn-warning">4th Button</button>
<button class="btn-blue bar">5th Button</button>
</div>
<div class="group-btn">
<button class="btn-danger bar">1st Button</button>
<button class="btn-primary bar">2nd Button</button>
<button class="btn-success bar">3rd Button</button>
<button class="btn-warning bar">4th Button</button>
<button class="btn-blue bar">5th Button</button>
</div>
There is two types of containers:
To use Container add.containerClass.
To use Container Fluid add.container-fluidClass.
<!-- container -->
<div class="bg-red container">
A text Here
</div>
<!-- container-fluid -->
<div class="bg-red container-fluid">
A text Here
</div>
A text Here
A text Here
There is two types of containers:
To use Jumbotron add.jumboClass.
To use Jumbotron Fluid add.jumbo-fluidClass.
<!-- jumbo -->
<div class="bg-red jumbo">
A text Here
</div>
<!-- jumbo-fluid -->
<div class="bg-red jumbo-fluid">
A text Here
</div>
A text Here
A text Here
To use margin add.margin-class before margin sizes.
To use Margin for the Top side add.margin-topClass.
To use Margin for the Bottom side add.margin-bottomClass.
To use Margin for the Left side add.margin-leftClass.
To use Margin for the Right side add.margin-rightClass.
<!-- container with each margin value-->
<div class="margin-3em bg-red container">
A text Here
</div>
<div class="margin-bottom-04em bg-red container">
A text Here
</div>
<div class="margin-right-24rem bg-red container">
A text Here
</div>
<div class="margin-left-16px bg-red container">
A text Here
</div>
<div class="margin-top-30px bg-red container">
A text Here
</div>
A text Here
A text Here
A text Here
A text Here
A text Here
To use padding add.padding-class before padding sizes.
To use padding for the Top side add.padding-topClass.
To use padding for the Bottom side add.padding-bottomClass.
To use padding for the Left side add.padding-leftClass.
To use padding for the Right side add.padding-rightClass.
<!-- container with each padding value-->
<div class="padding-3em bg-red container">
A text Here
</div>
<div class="padding-bottom-04em bg-red container">
A text Here
</div>
<div class="padding-left-24rem bg-red container">
A text Here
</div>
<div class="padding-left-16px bg-red container">
A text Here
</div>
<div class="padding-top-30px bg-red container">
A text Here
</div>
A text Here
A text Here
A text Here
A text Here
A text Here
How to use display:
N.B : is required to add.display-containeras a
parent class.
<!--display-->
<div class="display-container color-reddit-bg" style="height: 15em; width:100%;">
<p class="display-top-left"> display-top-left </p>
<p class="display-top-center"> display-top-center </p>
<p class="display-top-right"> display-top-right </p>
<p class="display-left"> display-left </p>
<p class="display-center"> display-center </p>
<p class="display-right"> display-right </p>
<p class="display-bottom-left"> display-bottom-left </p>
<p class="display-bottom-center"> display-bottom-center </p>
<p class="display-bottom-right"> display-bottom-right </p>
</div>
display-top-left
display-top-center
display-top-right
display-left
display-center
display-right
display-bottom-left
display-bottom-center
display-bottom-right
How to use input:
<input type="text" name="input" placeholder="Normal input" class="input">
<input type="text" name="input" placeholder="Input Large" class="input-large">
<input type="text" name="input" placeholder="Input Large-x" class="input-large-x">
<input type="text" name="input" placeholder="Input Large-xx" class="input-large-xx">
<input type="text" name="input" placeholder="Input Large-xxx" class="input-large-xxx">
How to use input group:
-reverse if the label after the input.<!-- Inline group -->
<div class="group-input">
<label for="input" class="before-label"></label>
<input type="text" name="input" class="input">
</div>
<!-- Inline group reverse -->
<div class="group-input-reverse">
<input type="text" name="input reverse" class="input">
<label for="input" class="after-label"></label>
</div>
How to use form-control:
.form-controlto the <form> tag to design
a beautiful form.<!-- form-control v.1-->
<form class="form-control">
<!-- Inline group -->
<div class="group-input">
<label for="input" class="before-label color-dark-text">Normal Input group</label>
<input type="text" name="input" class="input">
</div>
<!-- Inline group reverse -->
<div class="group-input-reverse">
<input type="text" name="input reverse" class="input">
<label for="input" class="after-label color-dark-text">Reverse Input group</label>
</div>
</form>
<!-- form-control v.2 -->
<form class="form-control">
<label for="input">Label 1 here</label>
<input type="text" name="input" class="input">
<label for="input">Label 2 here</label>
<input type="text" name="input" class="input">
</form>
We add in those examples color-behance-bg for the background color and we add the borders class (you will be able to use border class in the next documentation)
How to use border:
.br-before the borders widths.br-top/bottom/left/rightbefore the borders
widths to add the border only for a specific side<div class="container bg-cyan br-14px">
A text here
</div>
<div class="container bg-cyan br-top-04em">
A text here
</div>
<div class="container bg-cyan br-right-1em">
A text here
</div>
<div class="container bg-cyan br-bottom-2rem">
A text here
</div>
<div class="container bg-cyan br-left-20px">
A text here
</div>
How to use rounded corners:
.round-before the border radius value<div class="container padding-1em bg-cyan round-50px">
A text here
</div>
<div class="container padding-1em bg-cyan round-04em">
A text here
</div>
<div class="container padding-1em bg-cyan round-1em">
A text here
</div>
<div class="container padding-1em bg-cyan round-2rem">
A text here
</div>
<div class="container padding-1em bg-cyan round-6px">
A text here
</div>
How to use note:
.noteClass to make a beautiful note container.
We add in those examples we add border class.
<div class="note bg-yellow br-7px">
A text here (we don't suggest using the border for all sides)
</div>
<div class="note bg-red br-top-7px">
A text here
</div>
<div class="note bg-pink br-right-7px">
A text here
</div>
<div class="note bg-pinterest br-bottom-7px">
A text here
</div>
<div class="note bg-reddit br-left-7px">
A text here
</div>
How to use columns:
.cols-containeras a parent class..col-1/-2/-3/-4to add equal width for each
column..col-5vw/-10vw/-15vw/.../-90vw/-100vw..col-8vw or -23vw or -18vw or ...or -92vw or
-98vw are not accepted..col-space-(numbers)-(unit).We add in those examples we add border class.
N.B : width for all columns for mobile devices is 100%.
How to use Grids:
.grid-containeras a parent class..col-span-1/-2/-3or.row-span-1/-2/-3to build Masonry Layout..grid-space-(numbers)-(unit).N.B : width for all grid-content for mobile devices is 100%.
We integrate Google material-symbols-rounded for the icons.
How to use Spacer and hr:
.spacer-before the spacer sizes value.hrclass to an <hr> tage<div class="container padding-06em bg-red">
A text here
</div>
<div class="spacer-04em">
<div class="container padding-06em bg-red">
A text here
</div>
<div class="spacer-1em">
<div class="container padding-06em bg-red">
A text here
</div>
<div class="spacer-2px">
<div class="container padding-06em bg-red">
A text here
</div>
<div class="spacer-10px">
<div class="container padding-06em bg-red">
A text here
</div>
<hr class="hr">
<hr style="width:50% !important;" class="hr">
<hr style="width:100% !important;" class="hr">
To add tabs to your HTML page you must specify the tab's container by adding .tabs.
.tab-btnsas a parent class,
add to the buttons.tab class and .active class to the opened Tab.
Add the content class by using.tab-content as the container of the content.
To add colors add .tabs-followed by the color's name.
Add unique id="..." to the .tab-content, to target the id using the tab button, add target-id="..tab-content-id.." Attribute to the .tab class.
<div class="tabs tabs-cyan">
<ul class="tab-btns">
<li class="tab active" target-id="tab1">Tab 1</li>
<li class="tab" target-id="tab2">Tab 2</li>
<li class="tab" target-id="tab3">Tab 3</li>
<li class="tab" target-id="tab4">Tab 4</li>
<li class="tab" target-id="tab5">Tab 5</li>
</ul>
<div class="tab-content" id="tab1">
<b>Tabs 1</b><br>
<p>Text here</p>
</div>
<div class="tab-content" id="tab2">
<b>Tabs 2</b><br>
<p>Text here</p>
</div>
<div class="tab-content" id="tab3">
<b>Tabs 3</b><br>
<p>Text here</p>
</div>
<div class="tab-content" id="tab4">
<b>Tabs 4</b><br>
<p>Text here</p>
</div>
<div class="tab-content" id="tab5">
<b>Tabs 5</b><br>
<p>Text here</p>
</div>
</div>
Text here
Text here
Text here
Text here
Text here
To use opacity class add.op-Class befor the number value.
The numbers values :
0 , 5 , 10 , 15 , ... , 90 , 95 , 100, For each number in the numbers values is define the percentage of the opacity.
To use the hover for the opacity class add .op-hoverClass
<div>
<p class="op-50">Text opacity 50%</p>
<p class="op-50 op-hover">Text Hover opacity 50%</p>
</div>
Hover the 2nd Text
Text opacity 50%
Text Hover opacity 50%
Font size
To use the font-size class add.fot-Class befor the number's value or the Size's name.
Font-size Size's Names :
The number's values :
the number are from 1 to 30 followed by the size unit em/px/remFont weight
To use the font-weight class add.fot-wg--Class befor the size's name.
Font-weight Size's Names :
Extra Large Text
Font size 27px
Light text
Bold text
To use accordion add .accordionclass to a button tag.
To use The collapsible panel add .panelclass to the next tag after the button.
To use The accordion button colors effect add .accordion-{color-name}class,
Or to use outline buttons add.accordion-out-{color-name}
To use accordion add .z-index-class followed by the number's value.
The number's values are from -2000 to 2000.