No autoresizing to fit the code
Render blocking of the parent page
CofffeScript has come a long way, we've been using the 1.x branch forever, now added 2.x branch as the new default.
Apply local draft version or discard it
Dark theme
Line numbers
Line wrapping
Indent with tabs
Auto-run code (beta)
Auto-save code (bumps the version)
Auto-close HTML tags
Live code validation
Only auto-run validating code
Add title to make the fiddle public.
/echo simulates Async calls: JSON: /echo/json/ JSONP: //jsfiddle.net/echo/jsonp/ HTML: /echo/html/ XML: /echo/xml/
/echo
/echo/json/
//jsfiddle.net/echo/jsonp/
/echo/html/
/echo/xml/
See docs for more info.
Created and maintained by Piotr and @oskar.
Hosted on DigitalOcean
License
All code belongs to the poster and no license is enforced.
JSFiddle or its authors are not responsible or liable for any loss or damage of any kind during the usage of provided code.
Links
Bug tracker Roadmap (vote for features) About JSFiddle Status page by updown.io
Like JSFiddle?
If you don't mind tech-related ads, and want to keep us running, whitelist JSFiddle in your ad blocker.
Thank you! ❤️
xxxxxxxxxx
<div class="container"><h1>Title</h1></div>
x
h1 {
display: inline-block;
padding: 0 15px;
position: relative;
}
h1:before,
h1:after {
background: #ddd;
content: "+";
display: block;
height: 1px;
position: absolute;
top: 50%;
width: 400%;
h1:before {
right: 100%;
left: 100%;
.container {
overflow: hidden;
text-align: center;
Normalized CSS