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

              
                 <img src="https://Blur PNG">
<div id="box1" class="box blurred-bg tinted">
<div class="content">
<h1>
Transparent Background</h1>
<h3>
<span style="color:#6B006B">Source Code By. <a href="https://codepen.io/vollnixx/pen/AJDwo"target="_blank" title="Sumber Codepen"
onclick="window.open('https://codepen.io/ariona/pen/geFIK')">Vollnixx - Rian Ariona</a></h3>
<p>
<span style="color:#111">DRAG THIS BOX TO MOVE AROUND</b></p>
<p class="related">
See also: <a href="https://codepen.io/Myscript2010/pen/zoLmNx"target="_blank"title="Mari Belajar">Code in the edit codepen</a></p>
</div>
</div>
</div>

<div class="credits">
<p>
CODEPEN  : <a href="https://codepen.io/hello"target="_blank"title="Login/Signup">&nbsp; IS a PLACE TO WRITE</a>  <p>
DOWNLOAD : <a href="http://Link Download"title="Mari Belajar">&nbsp; FULL CODE</a>&nbsp; EDITED BY. <a href="http://myscript2010s.blogspot.co.id"target="_blank"title="Visit Myscript2010">&nbsp;M-2010</a>&nbsp; COPYRIGHT 2016 <a href="http://Link Download"title="Download Full Code">&nbsp;CIBEBER CIMAHI</a></p>
</div>

<div class="ap" id="ap">
<div align="center">
<a href="http://m-2010.blogspot.co.id/p/transparent-background.html" target="_blank"title="Myscript2010s"><h2>
FULL PAGE</2></a>  
</div>
<header> 
<div class="Top Title Header">
<div align="center">
<span style="color: #ddaadd; font-family: &quot;arial&quot;; font-size: x-small;">
<a href="http://sample-mys2010.blogspot.co.id/2016/12/transparent-background.html" target="_blank"title="Myscript2010s"><b>LET'S STUDY</b>
</div>
</header>
  
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
<script src='//assets.codepen.io/assets/common/stopExecutionOnTimeout.js?t=1'></script> 
              
            
!

CSS

              
                body {);color:red;height:100%;overflow:hidden;}
header {
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:20px 0;
  position: fixed;
  top: -15px;
  width: 100%;
text-align: center;
text-shadow: 0px 0px #fff;  
font-size:  6px;
background: -moz-linear-gradient(top, #CC0099 0%, #FE80DF 100%);
  border-bottom: 3px solid #CC0099; 
}
.ap {
position: fixed;
right: 0;
bottom: 0;
left: 0;
height: 60px;
margin: auto;
font-family: Arial, sans-serif;
font-size: 10px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
text-shadow: 0px 0px #FFf;  
font-size:  11px;
background:  #FE80DF;
border-top: 2px solid #CC0099;
z-index: 9999;
} 
h2 {
padding: 25px; 
background: -webkit-linear-gradient(transparent 10%, goldenrod 50%, transparent 90%); 
background: linear-gradient(transparent 10%, #CC0099 50%, transparent 90%); 
}
 /* text below */
body, html {
  height: 100%;
  font-family: 'agency fb', sans-serif;
}
.credits a  { color: #FF6347; }
.credits {
  position: absolute;
  bottom: 94px;
  left: 110px;
  color: #dad;
  font-weight: 400;
  font-size: 22px;
  z-index: 1;
 -webkit-animation: shadow 9s ease-in-out infinite;
          animation: shadow 9s ease-in-out infinite;
}
@keyframes shadow { 
  50% {
      text-shadow: 0 12px 7px #CCFF00,  
 0 -10px 24px #0033CC;
  }
}

body
{
  width: 95%; 
  height:100%;
  margin:0em 5%;
  background-color:#dad;
  background-image: url("https://2.bp.blogspot.com/-oLXVOqEZXyM/WExKgH833WI/AAAAAAAAdGM/IB-9pwYdqG8rLQ7dGBOY_6cd9uV7gMwpQCK4B/s1600/Grey-White-M2010.png");
  background-position: center bottom;
  animation: animatedBackground 30s linear infinite;
  /* Safari and Chrome: */   
-webkit-animation: animatedBackground 30s linear infinite;
}
@keyframes animatedBackground 
{
  from { background-position: 0 100%; }
  to { background-position: 100% 100%; }
}
@-webkit-keyframes  animatedBackground 
{
  from { background-position: 0 100%; }
  to { background-position: 100% 100%; }
}
#content
{
  position:fixed;
  top:5em;
  height:1em;
  width:19em;
  background-color:rgba(1,1,1,0.5);
  color:white;
  padding:2em;
  border-bottom-right-radius: 5em;
  -webkit-border-bottom-right-radius: 5em;
   border-top-left-radius: 5em;
  -webkit-border-top-left-radius: 5em;
}
/*end*/
 /* BLUR-M2010: */
.blurred-bg.tinted {
  background: rgba(4,000,000, .4);
}
.box {
  width: 500px;
  height: 300px;
left:380px;
  left: -webkit-calc( 50% - 250px );
  top: 20%;
  position: absolute;
  border-radius: 5px;
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  display: flex;
  transition: box-shadow .3s ease;
}
.box:active {
  cursor: move;
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
}
.box .content {
  margin: auto;
}
h1, h3, a, p {
  color: white;
  font-weight: 100;
}
.tinted h1, .tinted h3, .tinted a, .tinted p {
  color: #8E006B;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
}
h3 {
  font-size: 24px;
}
p {
  margin: 20px;
}
p.related {
  text-transform: uppercase;
  font-weight: 700;
  color: #6B006B;
}
p.related a {
  font-weight: 700;
  text-decoration: none;
}
p.related a:hover {
  text-decoration: underline;
}
              
            
!

JS

              
                 
/*Source Code :
Background Example Code by. Vollnixx - https://codepen.io/vollnixx/pen/AJDwo

Blurred Background CSS Code by. Rian Ariona - https://codepen.io/ariona/pen/geFIK

Design code is edited by.​ M2010 - http://sample-mys2010.blogspot.co.id/2016/12/transparent-background.html*/

$(function () {
    $('.box').draggable();
}); 
              
            
!
999px

Console