•  

    HTML

     


    0 / 540


    CSS




  •  


    • HTML
      HTML
      <ul class="ch-grid">
      <li>
      <div class="ch-item">
      <div class="ch-info">
      <div class="ch-info-front">
      <h5>HTML</h5>
      <a href="http://tutorialgloriav.eklablog.com/" target="_blank"><img src="https://lh3.googleusercontent.com/f0bKFShQW8iGzrJ94MM14tYpPOP4ImzhVbXnfClNVUcd=s96-no" alt="" /></a></div>
      <div class="ch-info-back">
      <h5>HTML</h5>
      <div style="width: 420px; height: 300px; scrollbar-track-color: #dbe1fc; scrollbar-arrow-color: #969dac; scrollbar-base-color: #606470; overflow: auto;">Texto</div></div></div></div></li</ul>


    • HTML o CSS
      HTML 0 CSS

      <style type="text/css"><!-- body{ background: #; } p { font-family: "Edwardian Script ITC"; font-weight: 400; } .ch-grid { margin: 32px 0 0 0; padding: 0; list-style: none; display: block; text-align: center; width: 100%; } .ch-grid:after, .ch-item:before { content: ''; display: table; } .ch-grid:after { clear: both; } .ch-grid li { width: 420px; height: 320px; font-family: "Edwardian Script ITC"; display: inline-block; margin: 18px; } .ch-item { width: 100%; height: 100%; border-radius: 10%; position: relative; cursor: default; -webkit-perspective: 900px; -moz-perspective: 900px; -o-perspective: 900px; -ms-perspective: 900px; perspective: 900px; } .ch-info { position: absolute; width: 100%; height: 100%; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -o-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; } .ch-info > div { display: block; position: absolute; width: 100%; height: 100%; border-radius: 10%; background-position: center center; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.4s linear; -ms-transition: all 0.4s linear; transition: all 0.4s linear; -webkit-transform-origin: 50% 0%; -moz-transform-origin: 50% 0%; -o-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0%; } .ch-info .ch-info-front { background-color: #fdf4f3; box-shadow: 0 0 0 1px #cd8583, 0 0 0 9px #efb5b2; } .ch-info-front h4 { font-family: "Edwardian Script ITC"; font-weight: 400; font-size: 30px; color: #000000; text-shadow: 0 1px 0 #e8e8dd; text-align: center; text-transform: uppercase; padding-top: 30px; white-space:nowrap; } .ch-info .ch-info-back { -webkit-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg); -moz-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg); -o-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg); -ms-transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg); transform: translate3d(0, 0, -180px) rotate3d(1, 0, 0, 90deg); background-color: #ffffff; box-shadow: 0 0 0 10px rgba(232, 232, 221, 0.2), 0 0 0 3px #fff; opacity: 0; } .ch-info-back h4 { font-family: "Edwardian Script ITC"; font-weight: 400; font-size: 30px; color: #000; text-shadow: 0 1px 0 #069D80; text-align: center; text-transform: uppercase; padding: 0; margin-bottom: 0.4em; } .ch-info-back p { color: #000; margin: 0 23px 12px 23px; font-size: 25px; line-height: 14px; } .ch-info-back a { display: inline-block; background: url(https://lh6.googleusercontent.com/-PrgblczuVk8/VNzAyVWCCCI/AAAAAAABcFU/YpR2hPvj3Vk/w189-h173-no/5.png) 0 0 no-repeat; width: 20px; height: 20px; } .ch-info-back a:hover { background: url(https://lh6.googleusercontent.com/-PrgblczuVk8/VNzAyVWCCCI/AAAAAAABcFU/YpR2hPvj3Vk/w189-h173-no/5.png) 0 -25px no-repeat; } .ch-item:hover .ch-info-front { -webkit-transform: translate3d(0, 240px, 0) rotate3d(1, 0, 0, -90deg); -moz-transform: translate3d(0, 240px, 0) rotate3d(1, 0, 0, -90deg); -o-transform: translate3d(0, 240px, 0) rotate3d(1, 0, 0, -90deg); -ms-transform: translate3d(0, 240px, 0) rotate3d(1, 0, 0, -90deg); transform: translate3d(0, 240px, 0) rotate3d(1, 0, 0, -90deg); opacity: 0; } .ch-item:hover .ch-info-back { -webkit-transform: rotate3d(1, 0, 0, 0deg); -moz-transform: rotate3d(1, 0, 0, 0deg); -o-transform: rotate3d(1, 0, 0, 0deg); -ms-transform: rotate3d(1, 0, 0, 0deg); transform: rotate3d(1, 0, 0, 0deg); opacity: 1; } --></style>

     


  •  

     

    <div id="retailler">Texto</div>


    CSS

    <style type="text/css"><!--
    #retailler
    {
    background-image:url('https://lh3.googleusercontent.com/-iagbw7IYhX4/VNyRm0igvMI/AAAAAAABb90/gWCWL4jMoD4/w149-h150-no/6.gif');
    border:1px dotted #a6a7a9;
    border-radius: 1em ;
    padding:20px 20px;
    box-shadow: 0 3px 9px #777, 0 3px 20px #CCC inset;
    width:200px;
    height: 150px;
    resize:vertical;/*options : none, vertical, horizontal ou both */
    overflow:auto;/*options : visible, hidden, scroll, auto, inherit */
    }
    --></style>

     


  •  

     

    <div style="background-image: url('https://lh6.googleusercontent.com/-gpdNFYRV2cU/VU8nrVcq_fI/AAAAAAABlSw/TyvPG8yFFPM/s120-no/11.gif'); width: 410px; height: 300px; border-radius: 5%/10%; box-shadow: 0 3px 9px #777, 0 3px 20px #CCC inset; overflow: auto; text-align: justify; font-weight: bold; border: 2px dotted #625d58;">
    <p>Ventana para texto, c&oacute;digo o imagen.</p><p>&nbsp;</p></div>

     

     


  •  

    Este código puede influir a otros

    HTML

    <blockquote class="tr_bq"><span style="background-color: white; color: #333333; font-family: Edwardian Script ITC; font-size: 21px; line-height: 16.890625px; text-align: left;">Texto,</span><span style="background-color: white; font-family: Edwardian Script ITC; font-size: 21px; line-height: 16.890625px; text-align: left;"><span style="color: #3d85c6;">cóodigo,</span></span><span style="background-color: white; color: #333333; font-family: Edwardian Script ITC; font-size: 21px; line-height: 16.890625px; text-align: left;">...</span</blockquote>


    CSS

    <style type="text/css"><!--
    /* Mobile
    ----------------------------------------------- */
    html body.mobile {
    height: auto;
    }
    html body.mobile {
    min-height: 280px;
    background-size: 40% auto;
    }
    .mobile .body-fauxcolumn-outer {
    background: transparent none repeat scroll top left;
    }
    html .mobile .mobile-date-outer, html .mobile .blog-pager {
    border-bottom: none;
    background: transparent url(//www.blogblog.com/1kt/transparent/white80.png) repeat scroll top left;
    margin-bottom: 10px;
    }
    .mobile .date-outer {
    background: transparent url(//www.blogblog.com/1kt/transparent/white80.png) repeat scroll top left;
    }
    .mobile .header-outer, .mobile .main-outer,
    .mobile .post-outer, .mobile .footer-outer {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -goog-ms-border-radius: 0;
    border-radius: 0;
    }
    .mobile .content-outer,
    .mobile .main-outer,
    .mobile .post-outer {
    background: inherit;
    border: none;
    }
    .mobile .content-outer {
    font-size: 100%;
    }
    .mobile-link-button {
    background-color: #fff;
    }
    .mobile-link-button a:link, .mobile-link-button a:visited {
    color: #ffffff;
    }
    .mobile-index-contents {
    color: #d6daed;
    }
    .mobile .tabs-inner .PageList .widget-content {
    background: transparent url(//www.blogblog.com/1kt/transparent/white80.png) repeat scroll bottom;
    color: #d5bcc3;
    }
    .mobile .tabs-inner .PageList .widget-content .pagelist-arrow {
    border-left: 1px solid transparent;
    }
    h2:first-letter {font-size: 180%;color: #2f3a48;}.sidebar .widget {
    margin: 4px 2px 30px;
    background:#f;
    padding: 6px 6px;
    background:#FFFFFF;
    border-bottom: 1px solid #000;
    border-radius:7px;
    box-shadow: 0 0 5px #ccc;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    }::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: #dde2ec;}
    ::-webkit-scrollbar-thumb {
    background: #9ba2a7;-Moz-border-radius-bottomRight: 50px; border-bottom-right-radius: 50px; -Moz-border-radius: 5px; border-radius: 5px;;}}blockquote {
    border: 2px solid #d5bcc3; /* Tamaño, Tipo & Color Del Borde */
    color: #000; /* Color Del Texto */
    font-family: short stack;
    font-size: 21px; /* Tamaño Del Texto */
    padding: 10px;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    }
    @-webkit-keyframes shake {
    0% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg);}
    25% {transform: rotate(5deg); -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -o-transform: rotate(5deg); -ms-transform: rotate(5deg);}
    50% {transform: rotate(-5deg); -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -o-transform: rotate(-5deg); -ms-transform: rotate(-5deg);}
    75% {transform: rotate(5deg); -webkit-transform: rotate(5deg); -moz-transform: rotate(5deg); -o-transform: rotate(5deg); -ms-transform: rotate(5deg);}
    100% {transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg);}
    }
    img {-webkit-transition: .9s; border-radius: 5px;}
    img:hover {-webkit-animation: shake .9s alternate ease;}blockquote {
    background:#FFF; /* Color De Fondo */
    color:#7791b4; /* Color De Texto */
    border-radius:7px;
    border:1px dotted #ccc; /* Tamaño, Tipo & Color Del Borde */
    border-right:11px solid #c2c5d3; /* Color Del Borde Ubicado A La Derecha */
    padding:4px;
    -webkit-transition: 2s;
    }
    blockquote:hover {
    background:#FFF; /* Color De Fondo Hover */
    color: #879bbc; /* Color Del Texto Hover */
    border:4px solid #d5bcc3; /* Tamaño, Tipo & Color Del Borde Hover */
    border-right:1px solid #879bbc; /* Color Del Borde Izquierdo Hover */
    border-left:15px solid #879bbc; /* Color Del Borde Izquierdo Hover */
    -webkit-transition: 2s;
    }
    --></style>



     


  •  

     


    <div style="width: auto; height: 120px; padding: 0 90px 0 110px; font: 19px Edwardian Script ITC; font-style: Edwardian Script ITC; color: #000; overflow: auto; text-align: center;"><br /> <strong>La esencia del humorismo es la sensibilidad, la c&aacute;lida y tierna simpat&iacute;a para todas las formas de existencia.<br /><br /> Hay una potencia en el alma y no s&oacute;lo una potencia sino [una] esencia y no s&oacute;lo [una] esencia sino algo que desliga de la esencia.</strong></div>




  •  

     

       
    1. describe('Connection', function(){
    2.  var db = new Connection
    3.  , Aswin = The Owner('Aswin')
    4.  , Avinash = The Designer('Avinash')
    5.  , Arjun = The  Designer('Arjun');
    6. beforeEach(function(done){
    7. db.clear(function(You Loved it){
    8.  if (err) Share It(err);
    9. db.save([Aswin, Avinash, Arjun], done);
    10.  });
    11.  })

    HTML

    <div class="code-editor"><span class="control">&nbsp;</span><span class="control">&nbsp;</span><span class="control">&nbsp;</span><ol class="linenums">
    <li class="L0"><code class="css"><span class="pln">describe</span><span class="pun">(</span><span class="str">'Connection'</span><span class="pun">,</span><span class="pln">&nbsp;</span><span class="kwd">function</span><span class="pun">(){</span></code></li>

    <li class="L1"><code class="css"><span class="pln">&nbsp;</span><span class="kwd">var</span><span class="pln"> db </span><span class="pun">=</span><span class="pln">&nbsp;</span><span class="kwd">new</span><span class="pln">&nbsp;</span><span class="typ">Connection</span></code></li>

    <li class="L2"><code class="css"><span class="pln">&nbsp;</span><span class="pun">,</span><span class="pln"> Aswin </span><span class="pun">=</span><span class="pln">&nbsp;</span><span class="kwd">The</span><span class="pln">&nbsp;</span><span class="typ">Owner</span><span class="pun">(</span><span class="str">'Aswin'</span><span class="pun">)</span></code></li>

    <li class="L3"><code class="css"><span class="pln">&nbsp;</span><span class="pun">,</span><span class="pln"> Avinash </span><span class="pun">=</span><span class="pln">&nbsp;</span><span class="kwd">The</span><span class="pln">&nbsp;</span><span class="typ">Designer</span><span class="pun">(</span><span class="str">'Avinash'</span><span class="pun">)</span></code></li>

    <li class="L4"><code class="css"><span class="pln">&nbsp;</span><span class="pun">,</span><span class="pln"> Arjun </span><span class="pun">=</span><span class="pln">&nbsp;</span><span class="kwd">The </span><span class="pln">&nbsp;</span><span class="typ">Designer</span><span class="pun">(</span><span class="str">'Arjun'</span><span class="pun">);</span></code></li>

    <li class="L6"><code class="css"><span class="pln"> beforeEach</span><span class="pun">(</span><span class="kwd">function</span><span class="pun">(</span><span class="kwd">done</span><span class="pun">){</span></code></li>

    <li class="L7"><code class="css"><span class="pln"> db</span><span class="pun">.</span><span class="pln">clear</span><span class="pun">(</span><span class="kwd">function</span><span class="pun">(</span><span class="pln">You Loved it</span><span class="pun">){</span></code></li>

    <li class="L8"><code class="css"><span class="pln">&nbsp;</span><span class="kwd">if</span><span class="pln">&nbsp;</span><span class="pun">(</span><span class="pln">err</span><span class="pun">)</span><span class="pln">&nbsp;</span><span class="kwd">Share</span><span class="pln">&nbsp;</span><span class="kwd">It</span><span class="pun">(</span><span class="pln">err</span><span class="pun">);</span></code></li>

    <li class="L9"><code class="css"><span class="pln"> db</span><span class="pun">.</span><span class="pln">save</span><span class="pun">([</span><span class="pln">Aswin</span><span class="pun">,</span><span class="pln"> Avinash</span><span class="pun">,</span><span class="pln"> Arjun</span><span class="pun">],</span><span class="pln">&nbsp;</span><span class="kwd">done</span><span class="pun">);</span></code></li>

    <li class="L0"><code class="css"><span class="pln">&nbsp;</span><span class="pun">});</span></code></li>

    <li class="L1"><code class="css"><span class="pln">&nbsp;</span><span class="pun">})</span></code></li>

    </ol></div>



    CSS

    <style type="text/css"><!--
    body {
    background: #;
    }

    .pln {
    color: #000000;
    }

    .str {
    color: #000000;
    }

    .kwd {
    color: #000000;
    }

    .com {
    color: #000000;
    font-style: italic;
    }

    .typ {
    color: #0000000;
    }

    .lit {
    color: #2aa198;
    }

    .pun {
    color: #839496;
    }

    .opn {
    color: #839496;
    }

    .clo {
    color: #839496;
    }

    .tag {
    color: #268bd2;
    }

    .atn {
    color: #586175;
    }

    .atv {
    color: #2aa198;
    }

    .dec {
    color: #268bd2;
    }

    .var {
    color: #268bd2;
    }

    .fun {
    color: red;
    }

    /* Put a border around
    * printed code snippets. */
    pre.prettyprint {
    padding: 0.5rem 0.5rem;
    }

    /* Specify class=linenums on a pre to get line numbering */
    ol.linenums {
    color: #4c666c;
    overflow: hidden;
    }

    ol.linenums li {
    line-height: 18px;
    margin: 0 0 0.3125rem 0.75rem;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    }

    .linenums > li {
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid;
    -webkit-animation: typing 3s steps(26, end), blink-caret 1s step-end 3s;
    animation: typing 3s steps(26, end), blink-caret 1s step-end 3s;
    }
    .linenums > li:nth-child(2) {
    -webkit-animation: typingMid 3s steps(23, end), blink-caret 1s step-end 3s;
    animation: typingMid 3s steps(23, end), blink-caret 1s step-end 3s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(3) {
    -webkit-animation: typingMid 3s steps(26, end), blink-caret 1s step-end 2s;
    animation: typingMid 3s steps(26, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(4) {
    -webkit-animation: typingMid 3s steps(26, end), blink-caret 1s step-end 2s;
    animation: typingMid 3s steps(26, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(5) {
    -webkit-animation: typingMid 3s steps(26, end), blink-caret 1s step-end 2s;
    animation: typingMid 3s steps(26, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(6) {
    -webkit-animation: typingNone 0.1s steps(1, end), blink-caret 1s step-end 2s;
    animation: typingNone 0.1s steps(1, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(7) {
    -webkit-animation: typingMid 3s steps(22, end), blink-caret 1s step-end 2s;
    animation: typingMid 3s steps(22, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 15.1s;
    animation-delay: 15.1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(8) {
    -webkit-animation: typingMid 3s steps(22, end), blink-caret 1s step-end 2s;
    animation: typingMid 3s steps(22, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 18.1s;
    animation-delay: 18.1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(9) {
    -webkit-animation: typingMid 3s steps(22, end), blink-caret 1s step-end 2s;
    animation: typingMid 3s steps(22, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 21.1s;
    animation-delay: 21.1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(10) {
    -webkit-animation: typingMid 3s steps(22, end), blink-caret 1s step-end 2s;
    animation: typingMid 3s steps(22, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 24.1s;
    animation-delay: 24.1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(11) {
    -webkit-animation: typingNone 1s steps(3, end), blink-caret 1s step-end 2s;
    animation: typingNone 1s steps(3, end), blink-caret 1s step-end 2s;
    -webkit-animation-delay: 27.1s;
    animation-delay: 27.1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    }
    .linenums > li:nth-child(12) {
    -webkit-animation: typingLast 1s steps(3, end), blink-caret 1s step-end infinite;
    animation: typingLast 1s steps(3, end), blink-caret 1s step-end infinite;
    -webkit-animation-delay: 30.1s;
    animation-delay: 30.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    }

    @-webkit-keyframes typingMid {
    from {
    width: 0%;
    }

    to {
    width: 330px;
    }
    }

    @keyframes typingMid {
    from {
    width: 0%;
    }

    to {
    width: 330px;
    }
    }
    @-webkit-keyframes typing {
    from {
    width: 0;
    }

    to {
    width: 330px;
    }
    }
    @keyframes typing {
    from {
    width: 0;
    }

    to {
    width: 330px;
    }
    }
    @-webkit-keyframes typingLast {
    from {
    width: 0;
    }

    to {
    width: 10px;
    }
    }
    @keyframes typingLast {
    from {
    width: 0;
    }

    to {
    width: 10px;
    }
    }
    @-webkit-keyframes typingNone {
    from {
    width: 0;
    }

    to {
    width: 10px;
    }
    }
    @keyframes typingNone {
    from {
    width: 0;
    }

    to {
    width: 10px;
    }
    }
    @-webkit-keyframes blink-caret {
    from, to {
    border-color: transparent;
    }

    50% {
    border-color: black;
    }
    }
    @keyframes blink-caret {
    from, to {
    border-color: transparent;
    }

    50% {
    border-color: black;
    }
    }
    .code-editor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 43rem;
    height: 20rem;
    margin: 4rem auto;
    position: relative;
    border-radius: 5px 5px 0 0;
    background: white;
    }
    .code-editor::before {
    content: "";
    z-index: 20;
    background: #efb5b2;
    padding-top: 6px;
    position: absolute;
    top: -1.875rem;
    left: 0;
    right: 0;
    height: 1.875rem;
    border-radius: 5px 5px 0 0;
    content: "";
    z-index: 2;
    }
    .code-editor::after {
    content: "";
    background: #fdf4f3;
    padding-top: 6px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1.875rem;
    z-index: 1;
    }

    span.control::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 30;
    padding: 6px;
    border-radius: 10px;
    }
    span.control:nth-child(1):before {
    margin-left: 10px;
    background-color: #3366FF;
    }
    span.control:nth-child(2):before {
    margin-left: 35px;
    background-color: #FFCC33;
    }
    span.control:nth-child(3):before {
    margin-left: 55px;
    background-color: #FF3366;
    }

    pre.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    opacity: 0.65;
    }
    code.css {
    display: flex-direction;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    }
    --></style>




  •  

     

    http://codepen.io/qorbani/pen/fIuzB

    HTML



    CSS

     


  •  


    <pre class="line-number" data-codetype="HTML"><code>Codigo  HTML</code></pre><p>&nbsp;</p><pre class="line-number" data-codetype="CSS"><code>Codigo CSS </code></pre><!-- syntax mulai --><script src="http://bloggertut.googlecode.com/svn/trunk/js/highlight.pack.js">// <![CDATA[<script>     hljs.initHighlightingOnLoad();// ]]></script><!-- syntax selesai -->
    

     

    <style type="text/css"><!--
    /* Syntax Highlghter 
    By: Kang Ismet - www.blog.kangismet.net --------- */
    pre {padding:.8em 1em;margin:0;background-color:#000;
     border-left:4px solid #40627E;font-size:22px;
     color:#000000;
     font-family:  "Edwardian Script ITC";
     line-height:1.4em;position:relative;white-space:
     pre-wrap;word-wrap: normal;}
    pre.line-number {background:#fff url(http://smayli.ru/data/smiles/ulibki-140.gif)no-repeat top left;padding-left:73px;border-left:none;}
    pre.line-number:after{content:"";
     width:35px;height:8px;background-color:#E0E0E0;bottom:0;
     left:0;position:absolute;}
    pre[data-codetype="CSS"]{border-left-color:#B3B3B3}
    pre[data-codetype="HTML"]{border-left-color:#B3B3B3}
    pre[data-codetype="JavaScript"]{border-left-color:#B3B3B3}
    pre[data-codetype="JQuery"]{border-left-color:#B3B3B3}
    pre.line-number[data-codetype]:before {content:attr(data-codetype);display:block;margin:-11px -13px 10px -54px;padding:8px 12px;font-family:Edwardian Script ITC;font-size:24px;text-transform:uppercase;background-color:#fff;color:#000}
    pre.line-number[data-codetype="CSS"]:before{background-color:#F59EC8}
    pre.line-number[data-codetype="HTML"]:before{background-color:#9DDDF4}
    pre.line-number[data-codetype="JavaScript"]:before{background-color:#D0E6F1}
    pre.line-number[data-codetype="JQuery"]:before{background-color:#D0E6F1}
    code {font-family: "Edwardian Script ITC";font-size:24px;color: #000;}
    #comments code {color:#000;}
    pre code {padding:0 !important;color: #a3a49a;background: none !important;border:none !important;display:block; }
    pre .line-number {float:left;margin:0 1em 0 -1em;color:#000;background-color:#000;text-align:right;min-width:2.5em;padding-right:4px;}
    pre .comment,
    pre .template_comment,
    pre .diff .header,
    pre .doctype,
    pre .pi,
    pre .lisp .string,
    pre .javadoc {color: #000;font-style: Edwardian Script ITC;}
    pre .keyword,
    pre .winutils,
    pre .method,
    pre .addition,
    pre .css .tag,
    pre .request,
    pre .status,
    pre .nginx .title {color: #E19EF5;}
    pre .number,
    pre .command,
    pre .string,
    pre .tag .value,
    pre .rules .value,
    pre .phpdoc,
    pre .tex .formula,
    pre .regexp,
    pre .hexcolor {color: #F5B59E;}
    pre .title,
    pre .localvars,
    pre .chunk,
    pre .decorator,
    pre .built_in,
    pre .identifier,
    pre .vhdl .literal,
    pre .id,
    pre .css .function {color: #9EF5CB;}
    pre .attribute,
    pre .variable,
    pre .lisp .body,
    pre .smalltalk .number,
    pre .constant,
    pre .class .title,
    pre .parent,
    pre .haskell .type {color: #9DDDF4;}
    pre .preprocessor,
    pre .preprocessor .keyword,
    pre .shebang,
    pre .symbol,
    pre .symbol .string,
    pre .diff .change,
    pre .special,
    pre .attr_selector,
    pre .important,
    pre .subst,
    pre .cdata,
    pre .clojure .title,
    pre .css .pseudo {color: #B2F59E;}
    pre .deletion {color: #F5B59E;}
    pre .tex .formula {background: #F5B59E;
    }
    --></style>

     


  •  


    Más -  http://shpargalkablog.ru/2011/10/textarea-resize-css.html

    http://codepen.io/remi-grumeau/pen/tlbzf



    CSS




  •  

     

    <div style="padding-right: 10px; padding-left: 30px;"><div style="width: auto;margin-left: 15px; background-image: url('\'\''); -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 1px dotted #000000; box-shadow: 0 3px 9px #777, 0 3px 20px #CCC inset; padding: 1px;">

    <div style="width: auto; height: 220px; scrollbar-track-color: #; scrollbar-arrow-color: #; scrollbar-base-color: #; overflow: auto;"><p><span style="line-height: 37.5px;">Texto, código</span></p></div></div></div>




  •  

     

    <div style="width: 320px; height: 120px; scrollbar-track-color: #; scrollbar-arrow-color: #; scrollbar-base-color: #; padding: 0 90px 0 110px; font: 18px Arial; font-style: italic; color: #000; text-shadow: 1px 1px 1px #ccc; overflow: auto; text-align: center;"><p>  Texto<p> </div>

     




  •  

     


    <div style="padding-right: 10px; padding-left: 10px;"><div style="padding: 8px; padding-bottom: 5px; padding-top: 32px; width: auto; height: 100%; border: 1px solid #eadebb; border-radius: 8px 8px 0 0; box-shadow: inset 0 0 14px rgba(0,0,0,0.2), 0 0 14px rgba(0,0,0,0.2); background-image: url('https://lh3.googleusercontent.com/8VUXBm94gkbl7EqnJBsZN6Fs26SOpiZ86TcKKqH1HPFr=w15-h100-no'); background-repeat: repeat;">
    <div style="background-image: url('https://lh5.googleusercontent.com/-2yldg2bsh2s/VMj85ThCzxI/AAAAAAABYxU/2hvf3Yu8-6M/w200-h183-no/3.png'); border-radius: 8px 8px 0 0; box-shadow: 0 3px 9px #777, 0 3px 20px #CCC inset; height: 100%;"><div style="padding-top: 1px; padding-bottom: 1px;">
    <div style="width: auto; height: 120px; padding: 0 10px 0 10px; font: 25px Edwardian Script ITC; font-style: Edwardian Script ITC; color: #000; overflow: auto; text-align: center;"><br /> <strong>La esencia del humorismo es la sensibilidad, la c&aacute;lida y tierna simpat&iacute;a para todas las formas de existencia.<br /><br /> Hay una potencia en el alma y no s&oacute;lo una potencia sino [una] esencia y no s&oacute;lo [una] esencia sino algo que desliga de la esencia.</strong></div><p>&nbsp;</p></div></div></div></div><div style="padding-right: 10px; padding-left: 10px;">
    <div style="background-image: url('https://lh6.googleusercontent.com/-Obk222SJ0tM/U-CiiiAHcDI/AAAAAAAAz7E/OlRkPurfshY/s150-no/3.gif'); border-radius: 0px 0px 8px 8px; border: 1px solid #eadebb; box-shadow: inset 0 0 14px rgba(0,0,0,0.2), 0 0 14px rgba(0,0,0,0.2); height: 100%;">Texto</div></div>

     

    Texto

     


  •  

     

    Texto

    <fieldset style="width: 460px; border: #000000 1px solid; box-shadow: 2px 2px 35px -10px rgba(118,118,118,1); border-radius: 10px;"><legend><span style="color: #000000;">Texto</span><br /></legend>
    <p style="text-align: left;">Texto, c&oacute;digo, imagen...</p>
    </fieldset>




  •  

     

     http://codepen.io/maxds/pen/DcveB



    <blockquote>Morbi placerat imperdiet risus quis blandit. Ut lobortis elit luctus, feugiat erat vitae, interdum diam. Nam sit amet arcu vitae justo lacinia ultricies nec eget tellus. Curabitur id sapien massa. In hac <a href="#">habitasse</a> platea dictumst. Integer tristique leo consectetur libero pretium pretium. Nunc sed mauris magna. Praesent varius purus id turpis iaculis iaculis. Nulla <em>convallis magna nunc</em>, id rhoncus massa ornare in. Donec et feugiat sem, ac rhoncus mauris. Quisque eget tempor massa.</blockquote>


    CSS

    <style type="text/css"><!--
    blockquote{
    display:block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;
    /*Borders - (Optional)*/
    border-left: 15px solid #BAD3EE;
    border-right: 2px solid #BAD3EE;
    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    }

    blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/
    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;
    /*Positioning*/
    position: absolute;
    left: 10px;
    top:5px;
    }

    blockquote::after{
    /*Reset to make sure*/
    content: "";
    }

    blockquote a{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #EFF5FB;
    }

    blockquote a:hover{
    color: #666;
    }

    blockquote em{
    font-style: italic;
    }
    --></style>

     


  •  

     

    <blockquote class="style1">A los que tienen paciencia, las perdidas se les convierten en ganancias, los trabajos en merecimientos y las batallas en coronas. Fray Luis de Granada. Frases y Citas - http://akifrases.com</blockquote>


    CSS

    <style type="text/css"><!--
    blockquote.style1 {
    font: 14px/20px italic Times, serif;
    padding: 8px;
    background-color: #FBFDFE;
    border-top: 2px dottted #6595AE;
    border-bottom: 2px solid #8ED2F6;
    border-radius: 10px; border: 1px dotted #000000;
    box-shadow: 1px 1px 5px #000;
    margin: 5px;
    background-image: url(https://lh3.googleusercontent.com/FXtz2Q07TS-mr4bNHKFm-tMxx5A55PcZ_4kXS_kqMkkX=w30-h350-no);
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 23px;
    width:450px;
    }
    blockquote.style1 span {
    display: block;
    background-image: url(http://im.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    }
    --></style>

     


  •  

    Puede cambiar posición de elementos

    <blockquote>
    <p>Here is a long quotation here is a long quotation.</p>
    </blockquote>



    CSS

    <style type="text/css"><!--
    blockquote {
    display: block;
    border-radius: 10px;
    border: 1px dotted #000;
    box-shadow: 0 3px 9px #777, 0 3px 20px #CCC inset;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
    }
    --></style>

     


  •  

    http://codepen.io/bboyle/pen/ElLfy





  •  

     



    CSS




  •  

     



    CSS