A Pen by Libor Gabrhel on CodePen.
This file contains 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> | |
<div class="container"> | |
<!-- Header --> | |
<section class="main-menu"> | |
<div class="title" id="header"> | |
<img class="twitch-logo" src="http://www.stickpng.com/assets/images/580b57fcd9996e24bc43c53d.png" /> | |
</div> | |
<!-- Filters --> | |
<ul class="selector row"> |
This file contains 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
<label class="folder"> | |
<input type="checkbox"/> | |
<span></span> | |
</label> |
A Pen by anthony rivera on CodePen.
This file contains 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
<!-- For SharePoint WebPart | |
Design: Anthony Rivera | |
--> | |
<script src="https://kit.fontawesome.com/6349215832.js" crossorigin="anonymous"></script> | |
<table> | |
<tr> | |
<td style="width: 120px;"></td> | |
<td style="width: 220px;"></td> | |
<td style="width: 600px;"> |
This file contains 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
<!-- CSS code to remove Left Navigation Menu on SharePoint --> | |
<style unselectable=”on”> | |
/* On site page hide left navigation menu */ | |
#sideNavBox { | |
display: none; | |
} | |
/* adjust position of content on site page | |
NOTE: each viewport may vary in sizes, so adjust | |
"margin-left:" to center your SharePoint WebPart Contents |
A Pen by anthony rivera on CodePen.
This file contains 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
<section class="navigation"> | |
<div class="nav-container"> | |
<div class="brand"> | |
<a href="#!">Logo</a> | |
</div> | |
<nav> | |
<div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div> | |
<ul class="nav-list"> | |
<li> | |
<a href="#!">Home</a> |