Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

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.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

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.

+ add another resource

Packages

Add Packages

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.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                article
	header
		h1 Crossing borders in funk and jazz
	section
		p Jazz fusion, fusion, or jazz rock is a musical genre that developed in the late 1960s from mixing funk and rhythm and blues rhythms with the electric instruments, amplified sound, electronic effects and playing styles of rock music together with jazz&rsquo;s complex time signatures (which were derived from non-Western music) and jazz&rsquo;s complex chord progressions and altered and extended chords. Fusion musicians typically create extended instrumental compositions based around a melody and a chord progression and lengthy solo improvisations. Fusion songs use brass instruments such as trumpet and saxophone as melody and soloing instruments. The rhythm section typically consists of electric bass (in some cases fretless), electric guitar, electric piano/synthesizer (in contrast to the double bass and piano used in earlier jazz) and drums. As with jazz forms that preceded fusion, all of the instruments–including the rhythm section instruments–are used as soloing instruments and all demonstrate a high level of instrumental technique.
	aside
		p Davis&rsquo; 1969&rsquo;s In a Silent Way is considered his first fusion album. Composed of two side-long improvised suites edited heavily by record producer Teo Macero, this quiet, static album would be equally influential upon the development of ambient music.
	section	
		p The term &ldquo;jazz-rock&rdquo; is often used as a synonym for &ldquo;jazz fusion&rdquo; as well as for music performed by late 1960s and 1970s-era rock bands that added jazz elements to their music. It is different from the UK Canterbury Scene&rsquo;s progressive rock (&ldquo;prog&rdquo;) and other forms of prog-jazz fusion, in which extended prog instrumentals use improvisation and take on a jazz-influenced feel. After a decade of popularity during the 1970s, fusion expanded its improvisatory and experimental approaches through the 1980s, in parallel with the development of a radio-friendly style called smooth jazz. Experimentation continued in the 1990s and 2000s. Fusion albums, even those that are made by the same group or artist, may include a variety of musical styles. Rather than being a codified musical style, fusion can be viewed as a musical tradition or approach.
	section
		img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/5175/unsplash-concert-01.jpg' alt='Not Miles Davis'
	footer
		p 
			| Texts from 
			a href="https://en.wikipedia.org/wiki/Jazz_fusion" Wikipedia, the free encyclopedia
              
            
!

CSS

              
                @import 'modular-scale'
@import 'bourbon'
@import url(https://fonts.googleapis.com/css?family=Montserrat:400)

$ms-base: 1em
$ms-ratio: $major-third

$tomato: #e64949
$white: #f1f1f1
$black: #1a0303

=mq($w: 33em)
	@media (min-width: $w)
		@content

html
	background: $white
	color: $black
	font-family: 'Georgia', serif

body
	padding: 1em

article
	+clearfix
	max-width: 50em
	margin: 0 auto

header
	margin-bottom: -1.5em
	max-width: 36em
	text-align: right

h1
	color: $tomato
	font-size: calc(2.8em + 5vw)
	font-family: Montserrat, sans-serif
	display: inline
	background: linear-gradient(0, $tomato 0.08em, transparent 0)
	line-height: 1.15em

section
	float: right
	margin: 0 0 ms(1)
	position: relative // place on top of h1
	p
		max-width: 24em
		margin: 0
		line-height: ms(1)
		text-shadow: 0 0 0.66em $white
	
aside
	max-width: 24em
	font-size: ms(-1)
	float: left
	clear: both
	margin: 0 ms(1) ms(1) 0
	line-height: ms(2)

footer
	clear: both
	
img
	max-width: 100%
	vertical-align: middle
              
            
!

JS

              
                
              
            
!
999px

Console