A Pen by chandan688 on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<h1>Light & dark mode, with user-switch button</h1> | |
<p>Inherits dark mode from the OS when enabled, and allows switching in-browser.</p> | |
<p>Reads the current OS preference and adds an attribute <code>data-lightMode</code> to the <code><body></code> tag reflecting its dark or light value. If unsupported in the OS the default is set to light, and switching is still made available. Uses local storage to persist user selection across pages and visits.</p> | |
<figure> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="pop"></div> | |
<div class="top"></div> | |
<div class="tabs"> | |
<div class="tab tab-one active">MOHAN</div> | |
<div class="tab tab-two">SUNDARAM</div> | |
</div> | |
<div class="tab-underline"></div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ideally this should be in <head> --> | |
<!-- videojs must be included first --> | |
<link rel="stylesheet" href="//vjs.zencdn.net/5.9.2/video-js.css"> | |
<script type="text/javascript" src="//vjs.zencdn.net/5.9.2/video.js"></script> | |
<!-- videojs-vast-vpaid --> | |
<link href="//cdn.rawgit.com/MailOnline/videojs-vast-vpaid/master/bin/videojs.vast.vpaid.min.css" rel="stylesheet"> | |
<script src="//cdn.rawgit.com/MailOnline/videojs-vast-vpaid/master/bin/videojs_5.vast.vpaid.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="title">Film</div> | |
<div class="description">Popis</div> | |
<div class="container"> | |
<video controls crossorigin playsinline poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg"> | |
<source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4" type="video/mp4" size="576"> | |
<source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-720p.mp4" type="video/mp4" size="720"> | |
<source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-1080p.mp4" type="video/mp4" size="1080"> | |
<!-- Caption files --> | |
<track kind="captions" label="English" srclang="en" src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.en.vtt" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<video controls crossorigin playsinline poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg"> | |
<source src="https://livestream.knowtable.xyz:5443/show/streams/show.m3u8" type="application/x-mpegURL" size="720"> | |
<source src="https://livestream.knowtable.xyz:5443/show/streams/show.m3u8" type="application/x-mpegURL" size="480"> | |
<!-- Fallback for browsers that don't support the <video> element --> | |
</div> | |
<!-- Plyr resources and browser polyfills are specified in the pen settings --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Smart Fixed Navigation, from : https://codyhouse.co/gem/smart-fixed-navigation/ --> | |
<header><!-- ... --></header> | |
<div id="cd-nav"> | |
<a href="#0" class="cd-nav-trigger">Menu<span></span></a> | |
<nav id="cd-main-nav"> | |
<ul> | |
<li><a href="#0">Homepage</a></li> |
https://dailyui.co/ #025
A Pen by Fabio Ottaviani on CodePen.
https://dailyui.co/ #025
A Pen by Fabio Ottaviani on CodePen.