Skip to content

Instantly share code, notes, and snippets.

<div class="te-content-box">
<h4 class="heading">Well done!</h4>
Aww yeah, you successfully read this <strong>important</strong> alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.
</div>
.te-content-box {
margin: 2rem 0;
padding: 2rem;
border: 1px solid transparent;
border-radius: 0.25rem;
border-color: #bcdff1;
background-color: #d9edf7;
color: #31708f;
}
html {
font-size: 62.5% !important;
}
body {
color: #222222;
font-size: 1.6em; // this set default font size to 16px
font-weight: 400;
line-height: 1.6;
}
.iframe-container {
overflow: hidden;
padding-top: 56.25%;
position: relative;
}
.iframe-container iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
<div class="iframe-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/TgKaCY5iS_s" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<iframe src="https://www.youtube.com/embed/TgKaCY5iS_s" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
.site-info { display:none; }
.container {
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
}
.container::-webkit-scrollbar { /* WebKit */
width: 0;
height: 0;
}
@swsalim
swsalim / Pinterest Rich Pins
Created June 30, 2019 11:46
Open Graph Tags for Rich Pin
<!-- Article Pin -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Exploring Kyoto's Sagano Bamboo Forest - CNN.com" />
<meta property="og:description" content="A constant inclusion on lists of "forests to see before you die," here's how to see the real thing." />
<meta property="og:url" content="http://www.cnn.com/2014/08/11/travel/sagano-bamboo-forest/" />
<meta property="og:site_name" content="CNN.com" />
<meta property="article:published_time" content="2014-08-12T00:01:56+00:00" />
<meta property="article:author" content="CNN Karla Cripps" />
<!-- Product Pin -->