Skip to content

Instantly share code, notes, and snippets.

@UtaVile
UtaVile / index.html
Created February 16, 2022 16:51
Magic The Gathering Card (SCSS)
<body>
<div class="card">
<div class="card-background">
<div class="card-frame">
<div class="frame-header">
<h1 class="frame-header--name">Rotting Regisaur</h1>
<div class="icon-container">
<i class="ms ms-2" id="mana-cost"></i>
<i class="ms ms-b" id="mana-symbol"></i>
</div>
@UtaVile
UtaVile / 80s-typography.markdown
Created February 16, 2022 09:09
80s Typography

80s Typography

I've successfully combined 4 things I absolutely love, Typography, Design, Web Development and 80s style bravado. Super happy with the results. All done in CSS.

A Pen by UtaVile on CodePen.

License.

@UtaVile
UtaVile / 80s-typography.markdown
Created February 16, 2022 09:07
80s Typography

80s Typography

I've successfully combined 4 things I absolutely love, Typography, Design, Web Development and 80s style bravado. Super happy with the results. All done in CSS.

A Pen by David Parker on CodePen.

License.

@UtaVile
UtaVile / 80s-typography.markdown
Created February 16, 2022 08:58
80s Typography

80s Typography

I've successfully combined 4 things I absolutely love, Typography, Design, Web Development and 80s style bravado. Super happy with the results. All done in CSS.

A Pen by David Parker on CodePen.

License.

@UtaVile
UtaVile / index.html
Last active February 16, 2022 04:24
Magic The Gathering Card (SCSS)
<body>
<div class="card">
<div class="card-background">
<div class="card-frame">
<div class="frame-header">
<h1 class="frame-header--name">Rotting Regisaur</h1>
<div class="icon-container">
<i class="ms ms-2" id="mana-cost"></i>
<i class="ms ms-b" id="mana-symbol"></i>
</div>
@UtaVile
UtaVile / bootstrap-table-filter-sorting-export.markdown
Created February 16, 2022 03:54
Bootstrap table filter,sorting,export
// ## ## ######## #### ## ######
// ## ## ## ## ## ## ##
// ## ## ## ## ## ##
// ## ## ## ## ## ######
// ## ## ## ## ## ##
// ## ## ## ## ## ## ##
// ####### ## #### ######## ######
// https://stackoverflow.com/questions/17781472/how-to-get-a-subset-of-a-javascript-objects-properties courtesy of Brett Zamir
// pick(obj,'a','b') looks better than (({ a, b }) => ({ a, b }))(obj);