HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="block rotate">
<span class="anim anim2">R</span><span class="anim anim4">e</span><span class="anim anim5">s</span><span class="anim anim6"> </span><span class="anim anim7">P</span><span class="anim anim8">u</span><span class="anim anim9">b</span><span class="anim anim10">l</span><span class="anim anim11">i</span><span class="anim anim12">c</span><span class="anim anim13">a</span>
</div>
<div class="section">
<h4><span class="underline">sa ťa týka</span></h4>
<div class="dot">
</div>
</div>
<div class:"container">
<div class:"grid">
<div class="grid__col grid__col--2-of-12"> <h5><span class="underline2">01 písmo</span></h5><div class="dot-small"> </div>
<div class="dot-small">
</div>
<div class="dot-small">
</div>
</div>
<div class="grid__col grid__col--3-of-12"> <h3>Prvé republiky vznikli v antickom <a href="https://sk.wikipedia.org/wiki/Staroveké_Grécko" target="_blank">Grécku</a> a <a href="https://sk.wikipedia.org/wiki/Staroveký_R%C3%ADm" target="_blank">Ríme</a>. Ich forma bola obmedzená volebným právom, ktoré sa vzťahovalo na šľachtu (aristokratická republika), v niektorých prípadoch bolo volebné právo udeľované všetkým občanom republiky.
</h3>
</div>
<div class="grid__col grid__col--1-of-3 grid__col-centered">
<p>Prvé republiky vznikli v antickom <a href="https://sk.wikipedia.org/wiki/Staroveké_Grécko" target="_blank">Grécku</a> a <a href="https://sk.wikipedia.org/wiki/Staroveký_R%C3%ADm" target="_blank">Ríme</a>. Ich forma bola obmedzená volebným právom, ktoré sa vzťahovalo na šľachtu (aristokratická republika), v niektorých prípadoch bolo volebné právo udeľované všetkým občanom republiky (demokratická republika; medzi občanov sa však rátala len časť slobodných mužov). Antické republiky spolu s demokratickou formou štátneho zriadenia zaznamenali najväčší rozvoj v najvýznamnejších gréckych mestských štátoch (Atény), neskôr v Ríme. Obdobie rímskej republiky bolo de facto ukončené za Gaia Iulia Caesara.
</p>
</div>
</div>
</div>
<div class="grid__col grid__col--1-of-1 grid__col-centered">
<div class="section2 rotate">
<span class="anim anim8">T</span><span class="anim anim10">h</span><span class="anim anim12">e</span><span class="anim anim4"> </span><span class="anim anim4">&</span><span class="anim anim6">&</span><span class="anim anim8">&</span>
</div>
<p style="text-align: center; padding-top:50px;">2019 – Page test concept, <a href="https://marekmati.com" target="_blank">©MM</a></p><h4 style="margin-top:-15px;"><span style="padding-bottom: 3px; border-bottom:2px solid white;">Typography</span></h4>
</div>
/*This Pen is a fork of Antti Mattila's Pen Variable Fonts, Animated.*/
@font-face {
font-family: 'Phase-B';
src: url('https://v-fonts.com/assets/fonts/Phase-AGX.woff2') format('woff2');
font-display: swap;
}
@font-face {
font-family: 'Charybdis';
src: url('https://v-fonts.com/assets/fonts/charybdisVF.woff2') format('woff2');
}
@font-face {
font-family: 'Inter var';
font-weight: 100 900;
font-display: swap;
src: url("https://rsms.me/inter/font-files/Inter.var.woff2?v=3.8") format("woff2");
}
::-moz-selection {
color: black;
background-color: white;
}
::selection {
color: black;
background-color: white;
}
::-webkit-scrollbar {
width: 17px;
}
::-webkit-scrollbar-track {
background: black;
border: none;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
}
::-webkit-scrollbar-thumb {
border-radius: 8px;
background: white;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
background-color:black;
font-family: "Phase-B", Georgia, "New Times Roman", serif;
font-size: 13rem;
color:white;
font-weight: normal;
line-height: .8;
font-variation-settings:'phon' 0,'phtw' 0,'phth' 0;
}
h3 {
font-family: 'Charybdis', sans-serif;
font-variation-settings: "wdth" 800;
font-feature-settings: 'liga' 1, 'kern' 1;
line-height: 1.6;
font-size: 20px;
text-align: left;
-webkit-hyphens: auto;
-moz-hyphens: auto !important;
-ms-hyphens: auto !important;
hyphens: auto !important;
}
h4 {
font-family: 'Charybdis', sans-serif;
font-variation-settings: "wdth" 800;
font-feature-settings: 'liga' 1, 'kern' 1;
line-height: 1.6;
font-size: 25px;
text-transform: uppercase;
text-align: center;
-webkit-hyphens: auto;
-moz-hyphens: auto !important;
-ms-hyphens: auto !important;
hyphens: auto !important;
}
h5 {
font-family: 'Charybdis', sans-serif;
font-variation-settings: "wdth" 800;
font-feature-settings: 'liga' 1, 'kern' 1;
line-height: 1.6;
font-size: 20px;
text-transform: uppercase;
text-align: center;
-webkit-hyphens: auto;
-moz-hyphens: auto !important;
-ms-hyphens: auto !important;
hyphens: auto !important;
}
p {
font-family: 'Inter var', sans-serif;
text-rendering: optimizelegibility;
text-align: left;
line-height: 1.7;
font-size: 19px;
letter-spacing: -0.014em;
-webkit-hyphens: auto;
-moz-hyphens: auto !important;
-ms-hyphens: auto !important;
hyphens: auto !important;
font-feature-settings: 'liga' 1, 'calt' 1, 'ss01' 1, 'kern' 1, 'case' 1, 'cv10' 1, 'cv05' 1, 'cv06' 1;
-webkit-font-feature-settings: 'liga' 1, 'calt' 1, 'ss01' 1, 'kern' 1, 'case' 1, 'cv10' 1, 'cv05' 1, 'cv06' 1;
-moz-font-feature-settings: 'liga' 1, 'calt' 1, 'ss01' 1, 'kern' 1, 'case' 1, 'cv10' 1, 'cv05' 1, 'cv06' 1;
-ms-font-feature-settings: 'liga' 1, 'calt' 1, 'ss01' 1, 'kern' 1, 'case' 1, 'cv10' 1, 'cv05' 1, 'cv06' 1;
-o-font-feature-settings: 'liga' 1, 'calt' 1, 'ss01' 1, 'kern' 1, 'case' 1, 'cv10' 1, 'cv05' 1, 'cv06' 1;
}
a {
color:white;
font-variation-settings: "wdth" 1000;
text-decoration:none;
border-bottom:2px solid white;
padding-bottom: 3px;
}
a:hover {
animation: flow 3s ease-in-out infinite;
background: linear-gradient(-60deg, #904e95, #904e95, #e73c7e, #ee7752);
background-size: 800%;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
@keyframes flow {
0% {
background-position: 0 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
.rotate {
transform: rotate3d(20, 20, 1, 45deg);
z-index: -100;
}
.underline {
padding:15px 30px;
background-color:black;
}
.underline2 {
border: 2px solid white;
border-radius: 50%;
padding:25px 20px 20px;
background-color:black;
}
.section {
margin-top: 40px;
z-index:100;
}
.section2 {
margin-top: 50px;
padding-bottom:50px;
padding-top: 30px;
}
.block {
border-bottom: 2px solid white;
margin-top: 100px;
padding-top: 20px;
padding-bottom:100px;
}
.anim {
animation-name: bounce;
animation-duration: 2.5s;
animation-direction: alternate;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
.anim1 {
animation-delay: 0;
}
.anim2 {
animation-delay: 0.5s;
}
.anim3 {
animation-delay: 1s;
}
.anim4 {
animation-delay: 0s;
}
.anim5 {
animation-delay: 0.25s;
}
.anim6 {
animation-delay: 0.5s;
}
.anim7 {
animation-delay: 0.75s;
}
.anim8 {
animation-delay: 1s;
}
.anim9 {
animation-delay: 1.25s;
}
.anim10 {
animation-delay: 1.5s;
}
.anim11 {
animation-delay: 1.75s;
}
.anim12 {
animation-delay: 2s;
}
.anim13 {
animation-delay: 2.25s;
}
@keyframes bounce {
0% {
font-variation-settings:
'phon' 0,'phtw' 0,'phth' 0;
}
100% {
font-variation-settings:
'phon' 100,'phtw' 100,'phth' 100;
}
}
.dot {
margin-left:auto;
margin-right:auto;
border-radius: 50%;
margin-bottom:25px;
width: 60%;
height: 10px;
background-color: white;
}
.dot-small {
margin-top: 25px;
margin-left:auto;
margin-right:auto;
border-radius: 50%;
width: 15px;
height: 15px;
background-color: white;
}
----
@charset "UTF-8";
/*-----------------------------------*\
$TOAST-GRID
An insane grid.
You'd be mad to use it.
Usage
=====
Assuming default values:
<div class="grid">
<div class="grid__col grid__col--1-of-2">
A half-width column.
</div>
<div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
A quarter, pulled left by its own width. You get this, right?
</div>
</div>
Customisation
=============
$toast-grid-namespace and $toast-grid-column-namespace
adjusts the class names for the grid. With
default values, grid wrappers have a class
of '.grid' and columns '.grid__col'.
$toast-col-groups(n) adjusts column divisions.
For example, $toast-col-groups(12) will produce
a 12-column grid. $col-groups(3,6,8)
will produce a 3-, 6-, and 8-column grid.
$toast-gutter-width is—you guessed it—the gutter
width. Accepts any unit.
That's it. Have fun.
\*-----------------------------------*/
.grid {
list-style: none;
margin-left: -20px;}
.grid .grid__col {
display:inline-block;
}
.grid__col--2-of-2, .grid__col--3-of-3, .grid__col--4-of-4, .grid__col--5-of-5, .grid__col--6-of-6, .grid__col--8-of-8, .grid__col--12-of-12 {
width: 100%; }
.grid__col--1-of-2, .grid__col--2-of-4, .grid__col--3-of-6, .grid__col--4-of-8, .grid__col--6-of-12 {
width: 50%; }
.grid__col--1-of-3, .grid__col--2-of-6, .grid__col--4-of-12 {
width: 33.33333%; }
.grid__col--2-of-3, .grid__col--4-of-6, .grid__col--8-of-12 {
width: 66.66667%; }
.grid__col--1-of-4, .grid__col--2-of-8, .grid__col--3-of-12 {
width: 25%; }
.grid__col--3-of-4, .grid__col--6-of-8, .grid__col--9-of-12 {
width: 75%; }
.grid__col--push-2-of-2, .grid__col--push-3-of-3, .grid__col--push-4-of-4, .grid__col--push-5-of-5, .grid__col--push-6-of-6, .grid__col--push-8-of-8, .grid__col--push-12-of-12 {
margin-left: 100%; }
.grid__col--push-1-of-2, .grid__col--push-2-of-4, .grid__col--push-3-of-6, .grid__col--push-4-of-8, .grid__col--push-6-of-12 {
margin-left: 50%; }
.grid__col--push-1-of-3, .grid__col--push-2-of-6, .grid__col--push-4-of-12 {
margin-left: 33.33333%; }
.grid__col--push-2-of-3, .grid__col--push-4-of-6, .grid__col--push-8-of-12 {
margin-left: 66.66667%; }
.grid__col--push-1-of-4, .grid__col--push-2-of-8, .grid__col--push-3-of-12 {
margin-left: 25%; }
.grid__col--push-3-of-4, .grid__col--push-6-of-8, .grid__col--push-9-of-12 {
margin-left: 75%; }
.grid__col--pull-2-of-2, .grid__col--pull-3-of-3, .grid__col--pull-4-of-4, .grid__col--pull-5-of-5, .grid__col--pull-6-of-6, .grid__col--pull-8-of-8, .grid__col--pull-12-of-12 {
margin-left: -100%; }
.grid__col--pull-1-of-2, .grid__col--pull-2-of-4, .grid__col--pull-3-of-6, .grid__col--pull-4-of-8, .grid__col--pull-6-of-12 {
margin-left: -50%; }
.grid__col--pull-1-of-3, .grid__col--pull-2-of-6, .grid__col--pull-4-of-12 {
margin-left: -33.33333%; }
.grid__col--pull-2-of-3, .grid__col--pull-4-of-6, .grid__col--pull-8-of-12 {
margin-left: -66.66667%; }
.grid__col--pull-1-of-4, .grid__col--pull-2-of-8, .grid__col--pull-3-of-12 {
margin-left: -25%; }
.grid__col--pull-3-of-4, .grid__col--pull-6-of-8, .grid__col--pull-9-of-12 {
margin-left: -75%; }
.grid__col--1-of-5 {
width: 20%; }
.grid__col--push-1-of-5 {
margin-left: 20%; }
.grid__col--pull-1-of-5 {
margin-left: -20%; }
.grid__col--2-of-5 {
width: 40%; }
.grid__col--push-2-of-5 {
margin-left: 40%; }
.grid__col--pull-2-of-5 {
margin-left: -40%; }
.grid__col--3-of-5 {
width: 60%; }
.grid__col--push-3-of-5 {
margin-left: 60%; }
.grid__col--pull-3-of-5 {
margin-left: -60%; }
.grid__col--4-of-5 {
width: 80%; }
.grid__col--push-4-of-5 {
margin-left: 80%; }
.grid__col--pull-4-of-5 {
margin-left: -80%; }
.grid__col--1-of-6 {
width: 16.66667%; }
.grid__col--push-1-of-6 {
margin-left: 16.66667%; }
.grid__col--pull-1-of-6 {
margin-left: -16.66667%; }
.grid__col--5-of-6 {
width: 83.33333%; }
.grid__col--push-5-of-6 {
margin-left: 83.33333%; }
.grid__col--pull-5-of-6 {
margin-left: -83.33333%; }
.grid__col--1-of-8 {
width: 12.5%; }
.grid__col--push-1-of-8 {
margin-left: 12.5%; }
.grid__col--pull-1-of-8 {
margin-left: -12.5%; }
.grid__col--3-of-8 {
width: 37.5%; }
.grid__col--push-3-of-8 {
margin-left: 37.5%; }
.grid__col--pull-3-of-8 {
margin-left: -37.5%; }
.grid__col--5-of-8 {
width: 62.5%; }
.grid__col--push-5-of-8 {
margin-left: 62.5%; }
.grid__col--pull-5-of-8 {
margin-left: -62.5%; }
.grid__col--7-of-8 {
width: 87.5%; }
.grid__col--push-7-of-8 {
margin-left: 87.5%; }
.grid__col--pull-7-of-8 {
margin-left: -87.5%; }
.grid__col--1-of-12 {
width: 8.33333%; }
.grid__col--push-1-of-12 {
margin-left: 8.33333%; }
.grid__col--pull-1-of-12 {
margin-left: -8.33333%; }
.grid__col--2-of-12 {
width: 16.66667%; }
.grid__col--push-2-of-12 {
margin-left: 16.66667%; }
.grid__col--pull-2-of-12 {
margin-left: -16.66667%; }
.grid__col--5-of-12 {
width: 41.66667%; }
.grid__col--push-5-of-12 {
margin-left: 41.66667%; }
.grid__col--pull-5-of-12 {
margin-left: -41.66667%; }
.grid__col--7-of-12 {
width: 58.33333%; }
.grid__col--push-7-of-12 {
margin-left: 58.33333%; }
.grid__col--pull-7-of-12 {
margin-left: -58.33333%; }
.grid__col--10-of-12 {
width: 83.33333%; }
.grid__col--push-10-of-12 {
margin-left: 83.33333%; }
.grid__col--pull-10-of-12 {
margin-left: -83.33333%; }
.grid__col--11-of-12 {
width: 91.66667%; }
.grid__col--push-11-of-12 {
margin-left: 91.66667%; }
.grid__col--pull-11-of-12 {
margin-left: -91.66667%; }
.grid__col {
box-sizing: border-box;
display: inline-block;
margin-right: -.25em;
min-height: 1px;
padding-left: 20px;
vertical-align: top; }
@media (max-width: 700px) {
.grid__col {
display: block;
margin-left: 0;
margin-right: 0;
width: auto; } }
@media (max-width: 700px) and (min-width: 480px) {
.grid__col[class*="grid__col--m-"] {
display: inline-block;
margin-right: -.24em; }
.grid__col.grid__col--m-1-of-2, .grid__col.grid__col--m-2-of-4 {
width: 50%; }
.grid__col.grid__col--m-1-of-3 {
width: 33.33333%; }
.grid__col.grid__col--m-2-of-3 {
width: 66.66667%; }
.grid__col.grid__col--m-1-of-4 {
width: 25%; }
.grid__col.grid__col--m-3-of-4 {
width: 75%; } }
@media (max-width: 480px) {
.grid__col[class*="grid__col--s-"] {
display: inline-block;
margin-right: -.24em; }
.grid__col.grid__col--s-1-of-2, .grid__col.grid__col--s-2-of-4 {
width: 50%; }
.grid__col.grid__col--s-1-of-3 {
width: 33.33333%; }
.grid__col.grid__col--s-2-of-3 {
width: 66.66667%; }
.grid__col.grid__col--s-1-of-4 {
width: 25%; }
.grid__col.grid__col--s-3-of-4 {
width: 75%; } }
.grid__col--centered {
display: block;
margin-left: auto;
margin-right: auto; }
.grid__col--d-first {
float: left; }
.grid__col--d-last {
float: right; }
.grid--no-gutter {
margin-left: 0;
width: 100%; }
.grid--no-gutter .grid__col {
padding-left: 0; }
.grid--no-gutter .grid__col--span-all {
margin-left: 0;
width: 100%; }
.grid__col--ab {
vertical-align: bottom; }
.grid__col--am {
vertical-align: middle; }
/*# sourceMappingURL=grid.css.map */
Also see: Tab Triggers