An example of how you can support dark mode using Tailwind CSS.
Design: https://dribbble.com/shots/14594771-Dashboard-UI
A Pen by Mert Cukuren on CodePen.
An example of how you can support dark mode using Tailwind CSS.
Design: https://dribbble.com/shots/14594771-Dashboard-UI
A Pen by Mert Cukuren on CodePen.
| <div id="form-ui"> | |
| <p> | |
| <label><input type="checkbox" value=".red" /> red</label> | |
| <label><input type="checkbox" value=".green" /> green</label> | |
| <label><input type="checkbox" value=".blue" /> blue</label> | |
| <label><input type="checkbox" value=".orange" /> orange</label> | |
| </p> | |
| <p id="output">--</p> | |
| <main> | |
| <div> | |
| <h1>Smooth Scrolling Sticky ScrollSpy Navigation</h1> | |
| <section id="introduction"> | |
| <h2>Introduction</h2> | |
| <p>…</p> | |
| </section> | |
| <section id="request-response"> | |
| <h2>Request & Response</h2> | |
| <p>…</p> |
| <?php | |
| class DateTimeFrench extends DateTime { | |
| public function format($format='j M Y'){ | |
| $days_full = array( | |
| 'Monday' => 'Lundi', | |
| 'Tuesday' => 'Mardi', | |
| 'Wednesday' => 'Mercredi', | |
| 'Thursday' => 'Jeudi', |
| <?php | |
| /* | |
| * PHP: Recursively Backup Files & Folders to ZIP-File | |
| * MIT-License - 2012-2018 Marvin Menzerath | |
| */ | |
| // Make sure the script can handle large folders/files | |
| ini_set('max_execution_time', 600); | |
| ini_set('memory_limit', '1024M'); |
| <?php | |
| /** | |
| * API Request Caching | |
| * | |
| * Use server-side caching to store API request's as JSON at a set | |
| * interval, rather than each pageload. | |
| * | |
| * @arg Argument description and usage info | |
| */ |
| <?php | |
| /* | |
| HTMLPurifier settings example | |
| 'cleaner_xss_clean' => 'no', | |
| 'cleaner_html_clean' => 'no', | |
| 'cleaner_allow_tags_in_post' => '', | |
| 'cleaner_allow_attr_in_template' => 'href, class, src, rel, width, height', | |
| 'cleaner_allow_tags_in_template' => 'img, h1, h2, h3, h4, h5, blockquote, strong, em, p, b, a, i, ul, li, ol, br', | |
| */ |
| <?php | |
| function json_response($code = 200, $message = null) | |
| { | |
| // clear the old headers | |
| header_remove(); | |
| // set the actual code | |
| http_response_code($code); | |
| // set the header to make sure cache is forced | |
| header("Cache-Control: no-transform,public,max-age=300,s-maxage=900"); |
| <http://sailortalk.podOmatic.com/rss2.xml> | |
| HTTP://www.knient.com/CAL/CAL-Podcast/CAL-Podcast.xml | |
| Http://feeds.feedburner.com/fridgeandhbomb | |
| Http://feeds.feedburner.com/wfodicks | |
| Http://ravenc-taouf.podomatic.com/rss2.xml | |
| Http://www.calvaryonline.org/podcasts/podcast.xml | |
| Http://www.changkhui.com/XML/teemateepai.xml | |
| httP://dtfreunde.podcaster.de/Deutsches_Theater.rss | |
| http://-myantioch.sermon.tv/rss/main |
| .slider | |
| .slider__slide.slider__slide--active( data-slide="1" ) | |
| .slider__wrap | |
| .slider__back | |
| .slider__inner | |
| .slider__content | |
| h1 Slide <br> One | |
| a.go-to-next next | |
| .slider__slide( data-slide="2" ) | |
| .slider__wrap |