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

              
                
<div id="content">
	<div id="mainText">
	<img src="http://georgestefanis.com/assets/George.png">
	
	<div id="social">
	<h2>Elsewhere</h2>
	You can usually find me in all sorts of different websites and social media, but i mostly hang out in the following places:

	Twitter - The best way to contact me <br/>
	LinkedIn - More details about my career/education <br/>
	Instagram - Mostly photos of food and coffee <br/>
	Flickr - Me and my DSLR on adventures <br/>
	Github - Code and other silly experiments
	</div>
	
	<h1>Hi! I'm George and i'm a developer.</h1>
	
	My Name is George Stefanis. I'm a Greek developer, living in London striving to create modern, functional, intuitive, good looking apps. I'm very interested in modern front end technologies and frameworks, improving User Experience, photography, good coffee and nice burgers. I currently work for Disney during the day, developing my own projects during the night, being a superhero whenever i can. Other things that make me excited are objective-C, Go language, Unity3D, travelling the world and cooking.

	I'm very thrilled about everything new related to JavaScript, ES6, new CSS standards, modern frameworks and pretty much anything i can get my hands on. I'm also a big fan of minimal design, clean interfaces and functional apps. This page is created as an example to apply new CSS attributes.
	</div>

</div>

              
            
!

CSS

              
                img {
	float: left;
	margin: 5px;
	-webkit-clip-path: circle(140px, 120px, 120px);
	shape-outside: circle(134px at 50% 50%);
}

#mainText {
	float: left;
	text-align: justify;
	outline: solid lime;
}

#content {
  /*width: 1200px;*/
}

#social {
/*  outline: solid red;*/
	shape-inside: circle(143px);
	width: 300px;
	height: 310px;
	text-align: justify;
	float: right;
	shape-outside: circle(150px at 50% 50%);
}
              
            
!

JS

              
                
              
            
!
999px

Console