This gist is just a backup of this page, made by @stig.
Constants and ValuesAttribute | Status | Feature |
<?php | |
namespace App\Listeners; | |
use TightenCo\Jigsaw\Jigsaw; | |
use App\PseudoCollectionGenerator; | |
use Illuminate\Support\Collection; | |
class AddArchivePages extends PseudoCollectionGenerator | |
{ |
.heart { | |
width: 100px; | |
height: 100px; | |
position: absolute; | |
left: 50%; | |
top: 50%; | |
transform: translate(-50%, -50%); | |
background: url(https://cssanimation.rocks/images/posts/steps/heart.png) no-repeat; | |
background-position: 0 0; | |
cursor: pointer; |
html { | |
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="36" style="font-size:28px"><text y="32">💩</text></svg>'), auto; | |
} |
.p-sm-0 {padding: 0!important;} | |
.p-sm-8 {padding: 8px!important;} | |
.p-sm-16 {padding: 16px!important;} | |
.pt-sm-0 {padding-top: 0!important;} | |
.pt-sm-8 {padding-top: 8px!important;} | |
.pt-sm-16 {padding-top: 16px!important;} | |
.pr-sm-0 {padding-right: 0!important;} | |
.pr-sm-8 {padding-right: 8px!important;} | |
.pr-sm-16 {padding-right: 16px!important;} | |
.pb-sm-0 {padding-bottom: 0!important;} |
<table cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr> | |
<td class="px-sm-16" style="padding: 0 24px;"> | |
<table cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr class="full-width-sm"> | |
<td class="col stack-sm-last" width="168" style="padding: 0 8px;"> | |
<h3 style="font-weight: 300;">Last on Mobile</h3> | |
</td> | |
<td class="col stack-sm-first" width="168" style="padding: 0 8px;"> | |
<h3 style="font-weight: 300;">Second on Mobile</h3> |
<table cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr> | |
<td class="px-sm-16" style="padding: 32px 24px;"> | |
<table cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr class="full-width-sm"> | |
<td class="col stack-sm-last" width="260" style="padding: 0 8px; vertical-align: middle;"> | |
<h2 style="font-weight: 300;">Last on Mobile</h2> | |
<p> | |
Title and text will appear underneath the image, on mobile devices. | |
</p> |