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

              
                <body>
  <div class="page-wrap">

    <div class="container-lg scene-1">

      <div class="mio-wrap">
        <div class="m"> </div>
        <div class="i">
          <div class="i-inner">
            <h4>
              <small>Name:</small> Igor <br>
              <small>Age:</small> 29 <br>
              <small>Loc:</small> Ukraine <img src="https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/img/ukraine.png" title="Слава Україні" alt="Слава Україні">
            </h4>
            <h4>SUMMARY:</h4>
            <p>7 years experience as a Graphical Designer. Design for print publications, prepress.</p>
            <p>4 years experience as a Website Developer. Websites design, layout, scripting.</p>
            <h4>TOOLS:</h4>
            <p>HTML5, CSS3, JavaScript, jQuery, ActionScript, PHP, Bootstrap, Greensock(GSAP), Adobe Photoshop, Adobe Illustrator, Adobe Flash, Wacom.</p>
            <img src="https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/img/small-logo.png" alt="Hard work and patience" title="Hard work and patience" class="i-logo">
          </div>
        </div>
        <div class="o">
          <div class="skill-orbit"><i><!-- JS --></i></div>
          <div class="skill-orbit"><i><!-- CSS --></i></div>
          <div class="skill-orbit"><i><!-- HTML --></i></div>
          <div class="skill-orbit"><i><!-- Ai --></i></div>
          <div class="skill-orbit"><i><!-- Ps --></i></div>
        </div>
      </div>
 

    </div>

    <!-- BG -->
    <div class="sky-and-ground"></div>

  </div>
 
</body>
              
            
!

CSS

              
                @font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/fonts/Roboto-light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/fonts/Roboto-regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/fonts/Roboto-bold.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/fonts/Roboto-condensed-regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/fonts/Roboto-condensed-bold.woff) format('woff');
}
html,body{
  width: 100%;
  height: 100%;
  margin: 0;padding: 0;
  background: #604331
}






/*
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * BASIC
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.page-wrap{
  position: relative;
  height: 100%;
  height: 100%;
  min-height: 655px;
  z-index: 1;
  font-family: 'Roboto';
}
.page-wrap *,.page-wrap *:before,.page-wrap *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-lg{
  position: relative;
  width: 100%;
  /*height: 450px;*/
  margin: 0 auto;
  max-width: 1024px;
  /*-webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;*/
  border: 1px solid transparent;
  z-index: 1;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.hidden{
  display: none !important;
}




/*
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * MIO
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.mio-wrap{
  position: relative;
  margin: 20px auto 0;
  height: 400px;
  text-align: center;
  /*border: 1px solid #000;*/
}
.mio-wrap .m,
.mio-wrap .i,
.mio-wrap .o{
  position: absolute;
  height: 400px;
  border-radius: 15px;
  background: #C09670;
  cursor: pointer;
}
.mio-wrap .m{
  width: 250px;
  left: 86px;
}
.mio-wrap .m:hover:before  {
  background-position: top right;
}
.mio-wrap .m:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;left: 0;
  background: url(https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/img/m.png) no-repeat;
  background-position: 0 0;
  -webkit-animation: m-float 2s ease-in-out infinite;
  animation: m-float 2s ease-in-out infinite;
}
.mio-wrap .m:after{
  content: '';
  display: block;
  width: 40%;
  height: 4%;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  bottom: 20px;left: 0;right: 0;
  background: rgba(0,0,0,.2);
  -webkit-animation: m-float-shadow 2s ease-in-out infinite;
  animation: m-float-shadow 2s ease-in-out infinite;
}
@-webkit-keyframes m-float {
    0% {top: 0;}
    50% {top: 20px;}
    100% {top: 0px;}
}
@keyframes m-float {
    0% {top: 0;}
    50% {top: 20px;}
    100% {top: 0px;}
}
@-webkit-keyframes m-float-shadow {
    0% {width: 40%;}
    50% {width: 50%;}
    100% {width: 40%;}
}
@keyframes m-float-shadow {
    0% {width: 40%;}
    50% {width: 50%;}
    100% {width: 40%;}
}





.mio-wrap .i{
  width: 150px;
  left: 360px;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  -webkit-transition: background 1s, width .2s; 
  transition: background 1s, width .2s;
  z-index: 1;
}
.mio-wrap .i:before{
  content: '';
  position: absolute;
  left: 0;top: 0;
  display: block;
  width: 100%;
  height: 25%;
  border-radius: inherit;
  border-bottom-right-radius: 0;
  background: #C09670;
  z-index: -1;
}
.mio-wrap .i:after{
  content: '';
  position: absolute;
  left: 0;top: 28%;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border-top-right-radius: 0;
  background: #C09670;
  z-index: -1;
  -webkit-transition: 2s top;
  -o-transition: 2s top;
  transition: 2s top;
}

.mio-wrap .i-inner{
  width: 575px;
  height: 100%;
  padding: 20px;
  color: #535353;
  background: #F5F5F5;
  opacity: 0; 
  -webkit-transition: 1s all; 
  transition: 1s all;
}
.mio-wrap .i-inner h4:first-child{
  margin-top: 0;
}
.mio-wrap .i-inner h4{
  font-weight: 400;
  color: #000;
  margin: 20px 0 10px;
  text-align: left;
}
.mio-wrap .i-inner small{
  display: inline-block;
  width: 60px;
  color: #84CE4D;
}
.mio-wrap .i-inner p{
  font-weight: 100;
  letter-spacing: .5px;
  text-align: left;
  margin-top: 5px;
}
.mio-wrap .i-inner .i-logo{
  width: 30px;
  height: auto;
  margin-top: -10px;
  padding: 5px;
  background: rgba(0,0,0,.05);
}

.mio-wrap .i:hover .i-inner{
  opacity: 1; 
}
.mio-wrap .i:hover:after{
  top: 20%; 
}
.mio-wrap .i:hover{
  width: 575px;
  background: #fff;
}




.mio-wrap .o{
  width: 400px;
  left: 535px;
  border-radius: 50%;
  -webkit-transition: background 1.8s;
  -o-transition: background 1.8s;
  transition: background 1.8s;
}
.mio-wrap .o:after{
  content: '';
  position: absolute;
  top: 0;right: 0;bottom: 0;left: 0;
  margin: auto;
  background: inherit;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.mio-wrap .o .skill-orbit{
  position: absolute;
  top: 0;right: 0;bottom: 0;left: 0;
  margin: auto;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);
}
.mio-wrap .o i{
  display: block;
  position: absolute;
  top: -13px;
  left: 0;right: 0;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  text-align: center;
  font-style: normal;
  font-size: 11px;
  line-height: 26px;
  border-radius: 50%;
  background: #000;
}
.mio-wrap .o .skill-orbit:nth-child(1){
  width: 90%; height: 90%;
}
.mio-wrap .o .skill-orbit:nth-child(2){
  width: 75%; height: 75%;
}
.mio-wrap .o .skill-orbit:nth-child(3){
  width: 60%; height: 60%;
}
.mio-wrap .o .skill-orbit:nth-child(4){
  width: 45%; height: 45%;
}
.mio-wrap .o .skill-orbit:nth-child(5){
  width: 30%; height: 30%;
}
.mio-wrap .o .skill-orbit:nth-child(1) i{
  color:#FFF9BF;
  box-shadow: 0 0 0 2px #FFF9BF;
  background: #A9925F;
}
.mio-wrap .o .skill-orbit:nth-child(2) i{
  color:#A3B476;
  box-shadow: 0 0 0 2px #A3B476;
  background: #5F6151;
}
.mio-wrap .o .skill-orbit:nth-child(3) i{
  color:#C77751;
  font-size: 8px;
  box-shadow: 0 0 0 2px #C77751;
  background: #443F35;
}
.mio-wrap .o .skill-orbit:nth-child(4) i{
  color:#FBAF3F;
  box-shadow: 0 0 0 2px #FBAF3F;
  background: #6E391E;
}
.mio-wrap .o .skill-orbit:nth-child(5) i{
  color:#46BAEB;
  box-shadow: 0 0 0 2px #46BAEB;
  background: #0064B1;
}
.mio-wrap .o .skill-orbit:nth-child(1) i:after{ content: 'JS'; }
.mio-wrap .o .skill-orbit:nth-child(2) i:after{ content: 'CSS'; }
.mio-wrap .o .skill-orbit:nth-child(3) i:after{ content: 'HTML'; }
.mio-wrap .o .skill-orbit:nth-child(4) i:after{ content: 'Ai'; }
.mio-wrap .o .skill-orbit:nth-child(5) i:after{ content: 'Ps'; }
.mio-wrap .o:hover{
  background: transparent;
  -webkit-transition: background .1s;
  -o-transition: background .1s;
  transition: background .1s;
}
.mio-wrap .o:hover:after{
  width: 15%;
  height: 15%;
  background: #E9CC27;
  -webkit-box-shadow: 0 0 19px #E9CC27;
  box-shadow: 0 0 19px #E9CC27;
}
.mio-wrap .o:hover .skill-orbit:nth-child(1) i{
    -webkit-animation: travelOrbit 10s infinite linear;
    animation: travelOrbit 10s infinite linear;
    -webkit-transform-origin: 50% 740%;
    transform-origin: 50% 740%;
}
.mio-wrap .o:hover .skill-orbit:nth-child(1) i:after{
    -webkit-animation: unrotate 10s infinite linear;
    animation: unrotate 10s infinite linear;
}
.mio-wrap .o:hover .skill-orbit:nth-child(2) i{
    -webkit-animation: travelOrbit 8s infinite linear;
    animation: travelOrbit 8s infinite linear;
    -webkit-transform-origin: 50% 626%;
    transform-origin: 50% 626%;
}
.mio-wrap .o:hover .skill-orbit:nth-child(2) i:after{
    -webkit-animation: unrotate 8s infinite linear;
    animation: unrotate 8s infinite linear;
}
.mio-wrap .o:hover .skill-orbit:nth-child(3) i{
    -webkit-animation: travelOrbit 6s infinite linear;
    animation: travelOrbit 6s infinite linear;
    -webkit-transform-origin: 50% 510%;
    transform-origin: 50% 510%;
}
.mio-wrap .o:hover .skill-orbit:nth-child(3) i:after{
    -webkit-animation: unrotate 6s infinite linear;
    animation: unrotate 6s infinite linear;
}
.mio-wrap .o:hover .skill-orbit:nth-child(4) i{
    -webkit-animation: travelOrbit 4s infinite linear;
    animation: travelOrbit 4s infinite linear;
    -webkit-transform-origin: 50% 395%;
    transform-origin: 50% 395%;
}
.mio-wrap .o:hover .skill-orbit:nth-child(4) i:after{
    -webkit-animation: unrotate 4s infinite linear;
    animation: unrotate 4s infinite linear;
}
.mio-wrap .o:hover .skill-orbit:nth-child(5) i{
    -webkit-animation: travelOrbit 2s infinite linear;
    animation: travelOrbit 2s infinite linear;
    -webkit-transform-origin: 50% 275%;
    transform-origin: 50% 275%;
}
.mio-wrap .o:hover .skill-orbit:nth-child(5) i:after{
    -webkit-animation: unrotate 2s infinite linear;
    animation: unrotate 2s infinite linear;
}

@-webkit-keyframes travelOrbit {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes travelOrbit {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes unrotate {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(-360deg); }
}
@keyframes unrotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}




 
.temp-menu{
  width: 200px;
  text-align: center;
  margin: 30px auto;
}
.temp-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.temp-menu li{
  margin: 10px 0;
  padding: 0;
}
.temp-menu li:last-child{
  margin-top: 25px;
  font-size: 11px;
}
.temp-menu li:last-child a{
  color: #C1C1C1;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0);
}
.temp-menu a{
  text-decoration: none;
  color: #DDDDDD;
  padding: 0 3px;
  display: inline-block;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}
.temp-menu a:hover{
  -webkit-box-shadow: inset 0 -20px 0 rgba(0,0,0,0.5);
  box-shadow: inset 0 -20px 0 rgba(0,0,0,0.5);
}
/*
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * BACKGROUND
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.sky-and-ground{
  position: absolute;
  top: 0;left: 0;
  height: 100%;
  width: 100%;
  background: url(https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/img/clouds.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: clouds 10s linear infinite;
  animation: clouds 10s linear infinite;
}
.sky-and-ground:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 51px 0 #005A7A,
                      inset 0 102px 0 #006988,
                      inset 0 153px 0 #1F7996,
                      inset 0 204px 0 #488BA6,
                      inset 0 255px 0 #6B9EB5,
                      inset 0 306px 0 #8FB4C6,
                      inset 0 357px 0 #B5CAD6,
                      inset 0 5550px 0 #569462;
  box-shadow:         inset 0 51px 0 #005A7A,
                      inset 0 102px 0 #006988,
                      inset 0 153px 0 #1F7996,
                      inset 0 204px 0 #488BA6,
                      inset 0 255px 0 #6B9EB5,
                      inset 0 306px 0 #8FB4C6,
                      inset 0 357px 0 #B5CAD6,
                      inset 0 5550px 0 #569462;
  z-index: -1;
}
.sky-and-ground:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;left: 0;
  width: 100%;
  height: 60px;
  background: #604331 url(https://532ecf1b0445a88674c8fb4753e5026ef0195dae-www.googledrive.com/host/0B2m-tKt8XpodR29yVjBVSVlxMTA/img/grass.png) repeat-x;
}

@-webkit-keyframes clouds {
    from {background-position: 0 0;}
    to {background-position: 889px 0;}
}
@keyframes clouds {
    from {background-position: 0 0;}
    to {background-position: 889px 0;}
}


              
            
!

JS

              
                
              
            
!
999px

Console