Check the amazing color themes provided by the Ace library!
Previosuly posted on Sololearn, here: https://code.sololearn.com/Wk3CGLWq8qAZ/
A Pen by Massimo Piedimonte on CodePen.
<div class="container-fluid h-100 notes-app-container"> | |
<div class="row h-100 "> | |
<div class="col-2 p-0 folder-list"> | |
<ul class="list-group"> | |
<li class="d-flex justify-content-between align-items-center"> | |
All Notes | |
<span class="badge">51</span> | |
</li> | |
<li class="d-flex justify-content-between align-items-center"> | |
Daily Tasks |
Check the amazing color themes provided by the Ace library!
Previosuly posted on Sololearn, here: https://code.sololearn.com/Wk3CGLWq8qAZ/
A Pen by Massimo Piedimonte on CodePen.
Check the amazing color themes provided by the Ace library!
Previosuly posted on Sololearn, here: https://code.sololearn.com/Wk3CGLWq8qAZ/
A Pen by Massimo Piedimonte on CodePen.
<!-- Fonts --> | |
<link href="https://fonts.googleapis.com/css?family=Fredoka+One" rel="stylesheet"> | |
<!-- PAC MAN --> | |
<div id="app"> | |
<!-- Page Header --> | |
<h2 class="rela-block main-header">Package Builder</h2> | |
<!-- Show Final Package --> | |
<div :class="['editor-button', 'pack-button', package_code?'visible':'']" @click='show_package'>Show Package</div> |
<!-- Fonts --> | |
<link href="https://fonts.googleapis.com/css?family=Fredoka+One" rel="stylesheet"> | |
<!-- PAC MAN --> | |
<div id="app"> | |
<!-- Page Header --> | |
<h2 class="rela-block main-header">Package Builder</h2> | |
<!-- Show Final Package --> | |
<div :class="['editor-button', 'pack-button', package_code?'visible':'']" @click='show_package'>Show Package</div> |
A Pen by Eric Winton on CodePen.
Based on Mike Bostock's map, created topoJSON from Natural Earth data and population data obtained from the US Census Bureau. Map depicts poverty numbers for those under 18 by county in US, represented with bubbles. County names and poverty population figures are shown on mouseover where available.
A Pen by Amelia Power on CodePen.
A Pen by Tina Hammar on CodePen.
<body class="antialiased sans-serif"> | |
<div class="border-t-8 border-gray-700 h-2"></div> | |
<div | |
class="container mx-auto py-6 px-4" | |
x-data="invoices()" | |
x-init="generateInvoiceNumber(111111, 999999);" | |
x-cloak | |
> | |
<div class="flex justify-between"> | |
<h2 class="text-2xl font-bold mb-6 pb-2 tracking-wider uppercase">Invoice</h2> |