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 URL's 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 it's URL and the proper URL extention.
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.
body
section
.block.block--sm.block--header
.logo
h1 Hainer Savimaa
h5 Web Developer & UX-designer
hr
.social-links
i(class="fa fa-facebook" aria-hidden="true")
i(class="fa fa-codepen" aria-hidden="true")
i(class="fa fa-dribbble" aria-hidden="true")
i(class="fa fa-instagram" aria-hidden="true")
.block.block--hero-image
section
.block.block--sm.block--heading
h1 Exp</br>eri</br>ence-
.block.block--content.block--experience
article
p.date 2013 - 2016
h4 Freelancer
h5 @ Tallinn
hr
article
p.date 2014 - 2016
h4 Print Designer
h5 TTÜ Kirjastus
hr
article
p.date 2016 - present
h4 Front End Developer & Designer
h5 MediaMenu
hr
section.reverse
.block.block--sm.block--heading
h1 Skills-
.block.block--content.block--skills
article
h4 Web development
h5 HTML, CSS, JavaScript, Wordpress
hr
article
h4 Design
h5 Logos, branding, web design
hr
section
.block.block--sm.block--heading
h1 Edu</br>cat</br>ion-
.block.block--content.block--education
article
p.date 2006 - 2009
h4 Information Technology
h5 Pärnumaa Kutsehariduskeskus
hr
article
p.date 2011 - 2016
h4 Informatics & Digital Media
h5 Tallinn University
hr
section.reverse
.block.block--sm.block--heading
h1 Work-
.block.block--content.block--work
article
p.date 2016
h4: a(class="work-link" href="#") Travel blog
h5 Janne&Hainer
hr
article
p.date 2016
h4: a(class="work-link" href="#") Portfolio
h5 Hainer Savimaa
hr
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,600|Playfair+Display:400,700'
@mixin block-content-background()
position: relative
flex-direction: column
background: url(https://snap-photos.s3.amazonaws.com/img-thumbs/960w/5DP9O3VZWI.jpg)
background-size: cover
background-position: center
color: white
> *
position: relative
&:before
position: absolute
content: ''
top: 0
bottom: 0
left: 0
right: 0
background: rgba(20,45,49,0.90)
$dark-grey: rgba(20,45,49,1)
$linen: rgba(245,237,234,1)
$tomato: rgba(241,82,63,1)
html
box-sizing: border-box
font-family: 'Open Sans', sans-serif
*, *:before, *:after
box-sizing: inherit
body
background: #333
overflow-x: hidden
section
display: flex
flex-wrap: wrap
.block
display: flex
align-items: center
justify-content: center
height: 100vh
flex-basis: 100%
.block--sm
height: auto
.block--heading
background: $linen
h1
width: 200px
font-family: 'Playfair Display', serif
color: $dark-grey
font-size: 82px
letter-spacing: 1px
line-height: 1.2
transform: rotate(-5deg)
text-shadow: 9px 7px 0px $tomato
.block--header
color: white
@include block-content-background()
h1
font-family: 'Playfair Display', serif
margin-bottom: 5px
font-size: 36px
letter-spacing: 0.3px
h5
font-style: italic
font-weight: 400
letter-spacing: 0.3px
font-size: 14px
hr
border-color: $tomato
width: 70%
.social-links
i
font-size: 22px
margin: 10px
.block--hero-image
background: url(https://s30.postimg.org/h76qo2zn5/img.jpg)
background-size: cover
background-position: center
.block--content
background: $tomato
flex-direction: column
text-align: center
padding: 0 2%
article
color: white
margin: 8px 0
&:last-child
color: $dark-grey
.date
border-color: $dark-grey
h5
margin: 0 0 15px
font-weight: 400
font-style: italic
letter-spacing: 1.5px
font-size: 16px
font-family: 'Playfair Display', serif
h4
margin: 25px 0 0px
font-size: 18px
text-transform: uppercase
letter-spacing: 2.5px
.work-link
text-decoration: none
color: white
.date
display: inline-block
border: 3px solid white
padding: 5px 22px
margin: 0
font-size: 13px
letter-spacing: 1.5px
text-transform: uppercase
font-weight: 600
hr
width: 220px
height: 2px
background: white
border: 0
.reverse
.block--content
@include block-content-background()
.block--work, .block--skills
article
color: white
&:last-child
color: white
.date
border-color: white
hr
background: $tomato
@media only screen and (min-width: 720px)
section
height: 70vh
.reverse
.block:first-child
order: 2
.block
flex-basis: 50%
height: 100%
.block--heading
h1
font-size: 102px
.social-links i:hover
color: $tomato
cursor: pointer
.work-link
&:hover
color: $tomato
@media only screen and (min-width: 1000px)
.block--heading
h1
font-size: 112px
@media only screen and (min-width: 1300px)
section
max-width: 1300px
margin: 0 auto
@media only screen and (max-height: 600px) and (orientation: landscape)
h5
margin: 5px 0 !important
font-size: 14px !important
h4
margin: 5px 0 !important
font-size: 16px !important
.date
margin: 5px 0 !important
font-size: 12px !important
Also see: Tab Triggers