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 class="srv-block">
        <div class="srv-block1">
          <h4 class="colored">Easy to Customize</h4>
          <p class="italic">Maecenas purus metus, interdum eu auctor eu, dignissim nec nisl. Suspendisse luctus placerat augue a cursus. Mauris sit amet odio ac urna placerat blandit at commodo eros. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
          <div class="quartercircletopleft"><a href="#"></a></div>
        </div><!-- srv-block1 -->
        <div class="srv-block2">
          <h4 class="colored">Support All Major Browsers</h4>
          <p class="italic">Legere semper everti at has, ea wisi periculis est, eos ut ullum error perfecto. Labores democritum ius cu, stet instructior mediocritatem eu mea. Ius ex saperet evertitur. Est in quot detraxit, soleat senserit no vis. Mei meis timeam maiorum et, te esse quas maluisset.</p>
          <div class="quartercircletopright"><a href="#"></a></div>
        </div><!-- srv-block1 -->
        <div class="srv-block3">
          <h4 class="colored">Clean &amp; Creative</h4>
          <p class="italic">Sed tale decore facete ad, lorem accusam electram at has. Iusto sententiae interpretaris mea ei, eum at eirmod vivendo. Soluta honestatis eam no, eu quo elitr semper, primis animal tamquam est eu. Vix id aliquam intellegam eloquentiam. Ne vel sumo ludus vivendum, cum eros magna delicata at. Dolore labores eos an, ut has quot commodo habemus.</p>
          <div class="quartercirclebottomleft"><a href="#"></a></div>
        </div><!-- srv-block1 -->
        <div class="srv-block4">
          <h4 class="colored">24 Hours Support</h4>
          <ul class="italic unstyled">
            <li>Backup &amp; recover data 24/7 for enhanced security.</li>
            <li><i class="icon-white icon-briefcase"></i>Project/Program assessment &amp; management.</li>
            <li>Internet-based data protection.</li>
                     </ul>
          <div class="quartercirclebottomright"><a href="#"></a></div>
        </div><!-- srv-block1 -->
      </div>
              
            
!

CSS

              
                body {
font-size: 12px;
position: relative;
background-color: #323439;
background-repeat: repeat;
line-height: 1.6em !important;
color: white;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.italic, italic, i {
font-style: italic;
}

.colored {
color: #FFFC00;
}

h4 {
font-size: 14px;
}


/* Services
-------------------------------------------------- */
.srv-block1, .srv-block3 { margin-left:30px; float:left; padding-right:60px; width: 374px;}
.srv-block2, .srv-block4 { float:left; margin-left: 0; padding-left: 60px; width: 374px; }
.srv-block1 { border-right: 1px solid #1E2126; border-bottom: 1px solid #1E2126; }
.srv-block2 { border-bottom: 1px solid #1E2126; }
.srv-block3 { border-right: 1px solid #1E2126; }
.srv-block3 h4, .srv-block4 h4 { margin-top: 40px; }
.srv-block1 h4, .srv-block2 h4 { margin: 15px 0 15px 0; }
.srv-block3 h4, .srv-block4 h4 { margin-bottom: 15px;}
.srv-block1 p, .srv-block2 p { margin-bottom: 40px; }
.srv-block3 p, .srv-block4 p { margin-bottom: 0; }
.srv-block1 p, .srv-block2 p, .srv-block3 p, .srv-block4 p { height:76px; overflow:hidden; color:#ccc; }
.srv-block { position: relative; }

.srv-block [class^="icon-"],
.srv-block [class*=" icon-"] { margin-right:5px; float:left; }
.srv-block ul { height: 77px; overflow: hidden; margin:0; }
.srv-block ul li { color:#ccc; }
.srv-block ul li p { height:auto; }

.quartercircletopleft, .quartercircletopright, .quartercirclebottomright, .quartercirclebottomleft {
     background-color: #212429;
     position: absolute;     
     width:54px;
     height:54px;
	background-image: url('http://html.color-theme.com/claystone/dark/img/ico/srvico.png');
	background-repeat:no-repeat;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.quartercircletopleft a, .quartercircletopright a, .quartercirclebottomright a, .quartercirclebottomleft a {
	display: block;
	width: 100%;
	height: 100%;
	}
.quartercircletopleft {
     border-radius: 90px 0 0 0;
     -moz-border-radius: 90px 0 0 0;
     -webkit-border-radius: 90px 0 0 0;
	top: 111px;
	left: 410px;
	background-position: 0 0;
}
.quartercircletopright {
     border-radius: 0 90px 0 0;
     -moz-border-radius: 0 90px 0 0;
     -webkit-border-radius: 0 90px 0 0;
	top: 111px;
	left: 465px;
	background-position: -54px 0;	
}
.quartercirclebottomright{
     border-radius: 0 0 90px 0;
     -moz-border-radius: 0 0 90px 0;
     -webkit-border-radius: 0 0 90px 0;
	top: 166px;
	left: 465px;
	background-position: -54px -54px;	
}
.quartercirclebottomleft{
     border-radius: 0 0 0 90px;
     -moz-border-radius: 0 0 0 90px;
     -webkit-border-radius: 0 0 0 90px;
	top: 166px;
	left: 410px;
	background-position: 0 -54px;
}
@-moz-document url-prefix() { 
	.quartercirclebottomleft, .quartercirclebottomright { top: 166px; }
	.quartercircletopleft, 	.quartercircletopright { top: 111px; }
}
.srv-block1:hover .quartercircletopleft { background-color: #FFFC00; }
.srv-block2:hover .quartercircletopright { background-color: #FFFC00; }
.srv-block3:hover .quartercirclebottomleft { background-color: #FFFC00; }
.srv-block4:hover .quartercirclebottomright { background-color: #FFFC00; }
              
            
!

JS

              
                
              
            
!
999px

Console