Skip to content

Instantly share code, notes, and snippets.

View enasellithy's full-sized avatar

enas ellithy enasellithy

View GitHub Profile
@enasellithy
enasellithy / index.html
Created October 17, 2019 00:17 — forked from edwardlorilla/index.html
vue jquery datatable
<div id="tabledemo">
<h3>Vue Datatable example</h3>
Filter by anything: <input v-model="search">
<hr>
<data-table :comments="filteredComments"></data-table>
</div>
@enasellithy
enasellithy / twinky-btn.css
Last active August 25, 2016 12:35
button new hover(twinky)
.transition, .icon-btn-red, .icon-btn-sky, .icon-btn-purple, .icon-btn-pink, .icon-btn-green, .icon-btn-light {
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}
.icon-btn-red {
font-weight: bold;
color: #FFF;
@enasellithy
enasellithy / de-code.css
Last active August 24, 2016 23:30
Grid System & Image Class (de)
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.upper, h1 {
text-transform: uppercase;
text-align: center;
@enasellithy
enasellithy / SassMeister-input-HTML.html
Created August 24, 2016 17:08
Generated by SassMeister.com.
<div class="row">
<div class="row">
<div class="col-12">12/12</div>
<div class="col-11">11/12</div>
<div class="col-10">10/12</div>
<div class="col-9">9/12</div>
<div class="col-8">8/12</div>
<div class="col-7">7/12</div>
<div class="col-6">6/12</div>
<div class="col-5">5/12</div>
<h1>Hello</h1>
<h2>Hello</h2>
<h3>Hello</h3>
<h4>Hello</h4>
<h5>Hello</h5>