concoction

Объявление

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » concoction » ХТМЛ и журнал » Тестовое сообщение


Тестовое сообщение

Сообщений 61 страница 90 из 297

61

<!-- Взаимный пиар -->
<script>
function getUrlParameterByName(e,t){e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var r=new RegExp("[\\?&]"+e+"=([^&#]*)").exec(t);return null==r?"":decodeURIComponent(r[1].replace(/\+/g," "))}function getRandomInt(e,t){return Math.floor(Math.random()*(t-e))+e}function copyAdvertisingToClipboard(e,t){e.preventDefault();var r=$(t).closest(".post").find(".permalink").attr("href"),n=$("<textarea>");$("body").append(n);var i=advertiseCodes[getRandomInt(0,advertiseCodes.length)]+"\nMust be the season of the witch";n.val(i).select(),document.execCommand("copy"),n.remove()}function addAdvertiseLink(e){getUrlParameterByName("id",window.location.href)==e&&$(".post").each(function(){var e=$("<li>").attr("class","pl-advlink").append('<a href="#" onclick="copyAdvertisingToClipboard(event, this);">Получить ссылку на взаимность</a>');$(this).find(".post-links ul").append(e)})}

var advertiseCodes=[
"--",
"--"
];

addAdvertiseLink(1);
</script>

0

62

[hideprofile][html]<style>

.blog-item img, .blog-item-taken img{
  display: block;
  width: 100%;
}

.blog-item{
    display: flex;
    padding: 10px;
    overflow: hidden;
    align-items: center;
    max-width: 800px;
    margin: auto;
    font-family: 'Alice', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all .3s ease;
    background: #0f7aa345;
}

.blog-item-taken{
    display: flex;
    padding: 10px;
    overflow: hidden;
    align-items: center;
    max-width: 800px;
    margin: auto;
    font-family: 'Alice', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all .3s ease;
    background: #a3a6b166;
    filter: blur(5px);
}

.blog-item-taken:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    filter: none;
}

.blog-item:hover {
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item .iconer, .blog-item-taken .iconer {
    width: 35%;
    object-fit: cover;
    margin-right: 50px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 15px 26px rgba(0, 0, 0, 0.4);
    width: 200px;
}

.blog-item .content, .blog-item-taken .content {
    width: 65%;
}

.blog-item .content .title, .blog-item-taken .content .title {
    font-size: 21px;
    text-transform: capitalize;
    color: #25aae1;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.blog-item .content .title .blog-date, .blog-item-taken .content .title .blog-date {
    font-size: 12px;
    margin-left: 20px;
    color: #333;
    font-family: 'Lato', sans-serif;
}

.blog-item .content .title .blog-date:before, .blog-item-taken .content .title .blog-date:before {
    content: '/';
    color: #2bb673;
    font-size: 25px;
    top: auto;
    position: relative;
    margin-right: 10px;
}

.blog-item .content .rounded, .blog-item-taken .content .rounded {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item .item-arrow, .blog-item-taken .item-arrow {
    height: 20px;
    width: 15%;
    position: relative;
    text-align: center;
    font-size: 35px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.blog-item a:hover > .item-arrow {
    color: #25aae1;
    left: 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.rounded {
    width: 70px;
    height: 5px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #25aae1, #40e495);
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: width 2s;
    transition-timing-function: cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

.rounded:hover {
  width: 400px;
  transition: width 2s;
  transition-timing-function: ease, step-start, cubic-bezier(0.1, 0.7, 1.0, 0.1);
}

</style>

<div class="blog-item">
        <div class="iconer">
            <img src="https://i.pinimg.com/564x/ac/14/88/ac1488c55116c58952d6b8b869423f52.jpg" alt="">
        </div>
        <div class="content">
            <div class="title">В поисках писаки<span class="blog-date">Клаус Всеволодович</span></div>
            <div class="rounded"></div>

            <p>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
            </p>
        </div>

        <div class="item-arrow">
            <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
        </div>

</div>

<div class="blog-item">
        <div class="iconer">
            <img src="https://i.pinimg.com/564x/56/b5/a6/56b5a64a4c7454af9284cb8f6c7fbb94.jpg" alt="">
        </div>
        <div class="content">
            <div class="title">Волшебник  <span class="blog-date">Тутмос Первый</span></div>
            <div class="rounded"></div>

            <p>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
            </p>
        </div>

        <div class="item-arrow">
            <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
        </div>

</div>

<div class="blog-item">
        <div class="iconer">
            <img src="https://i.pinimg.com/564x/48/a2/fd/48a2fd06c2cf6c7f4cfd40d146e37fc7.jpg" alt="">
        </div>
        <div class="content">
            <div class="title">Маг и чародей  <span class="blog-date">Аменхотеп</span></div>
            <div class="rounded"></div>

            <p>
                Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
            </p>
        </div>

        <div class="item-arrow">
            <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
        </div>

</div>

<div class="blog-item-taken">
        <div class="iconer">
            <img src="https://i.pinimg.com/564x/ef/0e/35/ef0e353c0aff678c5c148b1490d83e49.jpg" alt="">
        </div>
        <div class="content">
            <div class="title">Lorem Ipsum, dizgi ve baskı  <span class="blog-date">27.12.2017</span> Занято</div>
            <div class="rounded"></div>

            <p>
                Lorem Ipsum, dizgi ve baskı endüstrisinde kullanılan mıgır metinlerdir. Lorem Ipsum, adı
                bilinmeyen bir matbaacının bir hurufat numune kitabı...
            </p>
        </div>

        <div class="item-arrow">
            <i class="fa fa-long-arrow-right" aria-hidden="true"></i>
        </div>

</div>

[/html]

0

63

<script src="https://forumstatic.ru/files/0017/95/29/40399.js"></script>
<script>
$(document).ready(function() {
  hvStickerPack.init("ССЫЛКА_НА_ФАЙЛ_СО_СТИКЕРАМИ");
});
</script>

0

64

[hideprofile][html]
<style>
  .header-box{
    background-color: #00295D;
    background: -webkit-linear-gradient(#00295D, #ECE3D4);
  background:    -moz-linear-gradient(#00295D, #ECE3D4);
  background:         linear-gradient(#00295D, #ECE3D4);
    margin-top: 40px;
    margin-bottom: 40px;
padding: 40px;
  }
  .small-logo{
    width: 125px;
  }
 
 
  p{ 
    font-family:Decorative;
color: #000000;
    margin-top: 40px;
  font-size: 20px;
  }

 
  hr.style2 {
border-top: 8px double #73787b;
}
 
</style>
<div class="container-fluid">
<header>
<div class="header-box">
  <h2 class="text-center">Hayao Miyazaki</h2>
</div>
</header>

<div class="row">
  <div class="col-md-6"><p>Hayao Miyazaki is one of Japan's greatest animation directors. The entertaining plots, compelling characters, and breathtaking animation in his films have earned him international renown from critics as well as public recognition within Japan. The Walt Disney Company's commitment to introduce the films to the rest of the world has let more people appreciate the high-quality works he has given the movie-going public. Through a career that has spanned over five decades, Miyazaki has attained international acclaim as a masterful storyteller.</P>
    <p> In November 2014, Miyazaki was awarded an Honorary Academy Award for his impact on animation and cinema. He is the second Japanese filmmaker to win this award, after Akira Kurosawa in 1990. In 2002, American film critic Roger Ebert suggested that Miyazaki may be the best animation filmmaker in history, praising the depth and artistry of his films.</p>
</div>
  </div>
<hr class="style2">

[/html]

0

65

[hideprofile][html]
<style>
.pagetit { font-family: abril fatface, sans serif; font-size: 16px; letter-spacing: 3px; text-align: justify; margin-left: 50px; color: #000000; position: absolute; z-index: 10; text-transform: uppercase; }

.pagetit span { border-top: 4px solid #9c9a7f; padding-top: 30px; }

.canoninf { margin-left: -4px; background-color: rgba(156,154,127,0.1); width: 291px; height: 20px; overflow: auto; padding: 50px; font-family: Lora, sans serif; font-size: 8px; letter-spacing: 2px; text-align: justify; color: #000000; line-height: 220%; }

</style>

<table><tr><td valign=top><div style="background-color: #EEEEEE; width: 700px; padding: 50px; white-space: normal; overflow-y: hidden; overflow-x: hidden; text-overflow: ellipsis; z-index: 11;white-space: normal; overflow-y: hidden; overflow-x: hidden; text-overflow: ellipsis;">
 
  <div style="background-color: rgba(0,0,0,0.1); width: 800px; height: 1px; margin-left: -50px; margin-bottom: 32px;"></div>
 
    <div class="pagetit"><span>Athalía</span></div>
 
    <div style="background-color: rgba(0,0,0,0.1); width: 800px; height: 1px; margin-left: -50px; margin-top: 70px; margin-bottom: 30px;"></div>
 
  <div style="padding: 50px;">
   
     <div style="width: 570px; padding: 15px; background-color: #9c9a7f; font-family: yseva one, sans serif; font-size: 16px; letter-spacing: 2px; text-align: right; color: #FFFFFF; text-transform: uppercase;"><span style="color: #000000;">001.</span> OVERVIEW</div>
   
<div style="width: 500px; background-color: rgba(156,154,127,0.1); padding: 50px; font-family: Lora, sans serif; font-size: 12px; letter-spacing: 2px; text-align: justify; color: #000000; line-height: 220%;">
 
  <div style="border: 1px solid rgba(0,0,0,0.2); width: 120px; height: 180px; padding: 5px; margin-right: 50px; margin-bottom: 30px; float: left;"><div style="background-color: #101010; background-image: url(https://cdnw.nickpic.host/vNk7xO.png); width: 120px; height: 180px;"></div></div><div style="float: none;">Steeped in tradition and history, <b>Athalía</b> (<i>Ah-thah-lay-a</i>) sits on the northwestern shores of Minaea, bordered by Kimsara to the east, Nyperia to the southeast and N'Dadu to the south.
<br><br>
A warrior people, the Athalíans are ostentatiously proud of their culture, their heritage and their land, and will fight to the death to defend it. The kingdom is dominantly patriarchal and led by its king who, upon death, passes the mantle to his oldest son (or oldest male relative outside of his children). Women have very little claim to anything and cannot fight in the Athalían army: the <i>Verdaderos Guerreros</i>, meaning True Warriors.
<br><br>
<div style="border: 1px solid rgba(0,0,0,0.2); width: 120px; height: 180px; padding: 5px; margin-left: 50px; margin-bottom: 30px; float: right;"><div style="background-color: #101010; background-image: url(https://cdnw.nickpic.host/vNkALA.png); width: 120px; height: 180px;"></div></div>The Athalían people follow the Union religion and have ritual days where gifts are given to chosen Gods to increase harvests, as well as individual and private ceremonies where prayers can be given and items can be offered for luck, wealth, improved health or the producing of a healthy child.
<br><br>
The N’Dadu people find their neighbours rather old fashioned and have been warring with the Athalíans on and off for centuries. They have a good trade deal with Kimsara and produce exotic fur garments as well as grow beans, peas and berries that are a delicacy in Xian-Tsu.   
 
 
  </div></div>
    </div></td></tr></table>

[/html]

0

66

[hideprofile][html]
<style>
#TextnHead {
  background-color:#DCDCDC;
  width: 100%;
}

.pic{
  padding:10px 45px 10px;
  margin:auto;
  width:80%;
  background-color: #CD5C5C;
}
#pic1, #pic2, #pic3{
  width:30%;
 
}

#bodytext {
      text-align: justify;
  padding: 70px;
  background-color: #D3D3D3
}

#Pitalic{
  font-weight:bold;
  font-style:italic;
}
@media screen and (max-width: 767px){
   .pic{
       width:100% ;
  }
  #pic1, #pic2, #pic3{
   
  }
   
    #bodytext {
      text-align:center ;
        padding: 30px ;    }
  #saying, ul {
    text-align:left  }
}

</style>

<div class=" container" id="divall">

  <div id="TextnHead">
    <h1 class="text-center">Chief Moshood Kashimawo Abiola, CFR</h1>
    <h3 class="text-center center">A Hero, A Legend, A True Democrat</h3>
    <div class=" bw pic" id="divimg">
      <img src="https://i.pinimg.com/564x/07/ed/27/07ed278e5166097eb958756ebab77e07.jpg" id="pic1">
      <img src="https://i.pinimg.com/564x/07/ed/27/07ed278e5166097eb958756ebab77e07.jpg" id="pic2">
      <img src="https://i.pinimg.com/564x/07/ed/27/07ed278e5166097eb958756ebab77e07.jpg" id="pic3">
    </div>
   
  </div>
<div id="bodytext">
      <h4>Overview of M.K.O Abiola's Life</h4>
      <p>Chief Moshood Kashimawo Olawale Abiola, CFR born on the 23rd of August, 1937 was often referred to as M.K.O Abiola. Growing up, Abiola started his early life as an entrepreneur where he juggled schooling with business.</p>

    </div>
</div>
</div>

</div>

[/html]

0

67

[hideprofile][html]
<style>

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

.garden {
  color: #333;
  border: #ccc solid 1px;
  width: 530px;
  margin: 0 auto;
  padding: 5px;
  background: #fefefe;
}

.garden2 {
  border: #c8c8c8 solid 1px;
  background: #e3e3e3;
}

.gard-01 {
  border-bottom: rgba(199, 165, 176, 0.9) solid 1px;
  background: rgba(199, 165, 176, 0.3);
  padding: 100px 70px 50px;
  text-align: right;
}

.gard-01 h2 {
  margin: 0;
  display: inline-block;
  border: rgba(199, 165, 176, 0.8) solid 1px;
  background: #fefefe;
  border-radius: 5px;
  padding: 7px 15px;
  font: 18px poppins;
}

.gard-01 h2 b {
  font: 18px poppins;
  color: #c7a5b0;
}

.gard-side {
border-left: #ccc solid 1px;
background: #f3f3f3;
width: 200px;
float: right;
}

.gard-side icon {
  position: relative;
  display: block;
  border-bottom: #ccc solid 1px;
  padding: 40px;
  background: #eee;
}

.gard-side iconan {
  position: absolute;
  top: 35px;
  left: 35px;
  animation: infinite 1s rotate;
  display: block;
  padding: 3px;
  width: 107px;
  height: 107px;
  border: solid 2px;
  border-color: #c7a5b0 #c7a5b0 transparent transparent;
  border-radius: 100%;
}

.gard-side icon img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fefefe;
  padding: 3px;
}

.gard-side basic {display: block;}

.gard-side sideinfo {
  display: block;
  padding: 20px 20px 10px;
}

.gard-side basic {
  border: #ccc solid 1px;
  padding: 10px;
  font: bold 9px Poppins;
  text-transform: uppercase;
  background: #fefefe;
  margin: 0 0 10px 0;
}

.gardtabs {
position: relative;
height: 397px;
width: 190px;
left: 145px;
}

.gtabs {float: left;}
.gtabs [type=radio] {display: none;}

.gtabs label {
cursor: pointer;
display: inline-block;
position: relative;
top: 332px;
right: 0;
margin: 0 0px 0 10px;
font-size: 46px;
}

.gtabs label i {
  transition: 300ms;
  color: #c37e95;
  text-shadow: #fff 1px 1px, #fff -1px 1px, #fff 1px -1px, #fff -1px -1px;
}

.gct-01 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 220px;
  border: #ccc solid 1px;
  background: #fefefe;
  margin: 30px;
  padding: 30px;
}

.gct-02 {
  transform: scale(0);
  transition: 600ms;
  height: 180px;
  overflow: auto;
  font: 11px poppins;
  text-align: justify;
  padding: 0 5px 0 0;
}

.gct-02::-webkit-scrollbar {width: 5px;}

.tabcontain {
border-top: rgba(199, 165, 176, 0.9) solid 1px;
background: #d8cace;
position: absolute;
bottom: 0;
width: 327px;
height: 90px;
left: -145px;
}

.gct-02 h3 {
  font: italic 300 25px poppins;
  color: #555;
  margin: 0;
  padding: 10px;
}

.gct-02 h3 i.fa {
  color: #c37e95;
  font-family: FontAwesome;
  font-size: inherit;
}

.gct-02 p {
  border-left: #dad0d3 solid 1px;
  margin: 7px 0 7px 10px;
  padding: 0 0 0 10px;
}

.gct-02 b {
  font: 600 13px poppins;
  color: #c37e95;
}

.gct-02 i {
  font: 14px cutive mono;
  color: #c37e95;
}

.gtabs [type=radio]:checked ~ label i {color: #aaa;}
.gtabs [type=radio]:checked ~ label ~ .gct-01 {z-index: 2;}
.gtabs [type=radio]:checked ~ label ~ .gct-01 .gct-02 {transform: scale(1);}

</style>
<!-- Code désigné par Von appetit. Merci de créditer l'auteur ! Lien source : http://yourscent.jcink.net/index.php?showtopic=8 -->

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">

<div class="garden">
  <div class="garden2">
    <div class="gard-01"><h2><b>von's</b> requests</h2></div>
    <div class="gard-02 fl frowr bcet">
      <div class="gard-side flexs">
        <icon><iconan></iconan><img src="http://placehold.it/100"></icon>
        <sideinfo>
          <basic>gmt + 8</basic>
          <basic>17 years old</basic>
          <basic>likes kpop</basic>
          <basic>also anime</basic>
        </sideinfo>
      </div>
      <div class="gardtabs flex">
        <div class="tabcontain"></div>
        <div class="gtabs">
          <input type="radio" id="gtab1" name="gardentabs" checked>
          <label for="gtab1" title="index"><i class="fa fa-user-o"></i></label>
          <div class="gct-01">
            <div class="gct-02">
              <h3><i class="fa fa-chevron-right"></i> about me.</h3>
              <b>hey guys</b> im von, seventeen, and an avid aesthetic enthusiast. From images, to websites, to written poetry, I browse them all. Although, lately, I've been away at writing because of academics (which, apparently, took a heavy blow to my writing style). <br><br>
              I like starting my roleplay as <i>communications,</i> first and eventually might be promoted to threads.
            </div>
          </div>
        </div>
        <div class="gtabs">
          <input type="radio" id="gtab2" name="gardentabs">
          <label for="gtab2" title="faces"><i class="fa fa-heart-o"></i></label>
          <div class="gct-01">
            <div class="gct-02">
              <h3><i class="fa fa-chevron-right"></i> ideas.</h3>
              <i>plots i like</i>
              <p>bestfriend. travel partner. <b>korean entertainment.</b> idol-paparazzi. rivalries. power struggles. faction vs faction. college roommates (?). political warfare. high or epic fantasy. dystopian. <b>mythological.</b> modern gods. <b>harry potter au.</b> urban fantasy. first love. angst. more angst. adventure squad/gang. <b>mystery murder.</b> you can hit me up with more ideas. im open!</p>
            </div>
          </div>
        </div>
        <div class="gtabs">
          <input type="radio" id="gtab3" name="gardentabs">
          <label for="gtab3" title="plots"><i class="fa fa-folder-o"></i></label>
          <div class="gct-01">
            <div class="gct-02">
              <h3><i class="fa fa-chevron-right"></i> faces.</h3>
              <i>animanga boys</i>
              <p>ookurikara. <b>allen walker.</b> mystic messenger guys. <b>haikyuu boys.</b> nanase haruka. shintarou kisaragi. <b>gray fullbuster.</b> roy mustang. kekkai sensen!! and many more i forgot.
              </p><br>
              <i>animanga girls</i>
              <p>panty. <b>stockings.</b> nier. levy mcgarden. <b>lucy heartfilia.</b> saber of fate series. kiznaiver. <b>junko enoshima.</b> and many more I forgot also.</p>
            </div> 
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

[/html]

0

68

[hideprofile][html]
<style>

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

.garden {
  color: #333;
  border: #ccc solid 1px;
  width: 75%;
  margin: 0 auto;
  padding: 5px;
  background: #fefefe;
}

.garden2 {
    border: #c8c8c8 solid 1px;
    background-color: #e3e3e3;
    background-image: url(https://i.ibb.co/HXT4y1W/1.png);
    background-repeat: repeat-y;
    background-blend-mode: overlay;
}

.gard-01 {
    border-bottom: rgb(184 165 199 / 90%) solid 1px;
    background: rgb(201 136 217 / 28%);
    padding: 20px 70px 20px;
    text-align: right;
}

.gard-01 h2 {
  margin: 0;
  display: inline-block;
  border: rgba(199, 165, 176, 0.8) solid 1px;
  background: #fefefe;
  border-radius: 5px;
  padding: 7px 15px;
  font: 18px ;
}

.gard-01 h3 {
    margin: 0;
    display: inline-block;
    padding: 0px;
    font-size: 11px;
    color: #fff5f5;
    font-family: monospace;
    text-align: justify;
}

.gard-01 h2 b {
  font: 18px;
  color: #c7a5b0;
}

.gard-side {
border-left: #ccc solid 1px;
background: #f3f3f3;
width: 200px;
float: right;
}

.gard-side icon {
  position: relative;
  display: block;
  border-bottom: #ccc solid 1px;
  padding: 40px;
  background: #eee;
}

.gard-side iconan {
  position: absolute;
  top: 35px;
  left: 35px;
  animation: infinite 1s rotate;
  display: block;
  padding: 3px;
  width: 107px;
  height: 107px;
  border: solid 2px;
  border-color: #c7a5b0 #c7a5b0 transparent transparent;
  border-radius: 100%;
}

.gard-side icon img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fefefe;
  padding: 3px;
}

.gard-side basic {display: block;}

.gard-side sideinfo {
  display: block;
  padding: 20px 20px 10px;
  height: 180px;
  overflow-y: auto;
}

.gard-side basic {
  border: #ccc solid 1px;
  padding: 10px;
  font: bold 9px;
  text-transform: uppercase;
  background: #fefefe;
  margin: 0 0 10px 0;
}

.gardtabs {
position: relative;
height: 397px;
width: 260px;
left: 145px;
}

.gtabs {float: left;}
.gtabs [type=radio] {display: none;}

.gct-01 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  border: #ccc solid 1px;
  background: #fefefe;
  margin: 30px;
  padding: 30px;
}

.gct-02 {
  transform: scale(0);
  transition: 600ms;
  height: 280px;
  overflow: auto;
  font: 12px;
  text-align: justify;
  padding: 0 5px 0 0;
}

.gct-02 p {
  border-left: #dad0d3 solid 1px;
  margin: 7px 0 7px 10px;
  padding: 0 0 0 10px;
}

.gct-02 b {
  font: 600 14px;
  color: #c37e95;
}

.gct-02 i {
  font: 14px cutive mono;
  color: #c37e95;
}

.gct-02::-webkit-scrollbar {width: 5px;}

.gtabs [type=radio]:checked ~ label i {color: #aaa;}
.gtabs [type=radio]:checked ~ label ~ .gct-01 {z-index: 2;}
.gtabs [type=radio]:checked ~ label ~ .gct-01 .gct-02 {transform: scale(1);}
</style>
<!-- Code désigné par Von appetit. Merci de créditer l'auteur ! Lien source : http://yourscent.jcink.net/index.php?showtopic=8 -->

<div class="garden">
  <div class="garden2">
    <div class="gard-01"><h2><b>Название</b> название</h2><h3>Люди сами себе устраивают проблемы — никто не заставляет их выбирать скучные профессии, жениться не на тех людях или покупать неудобные туфли.</h3></div>
    <div class="gard-02 fl frowr bcet">
      <div class="gard-side flexs">
        <icon><iconan></iconan><img src="https://i.pinimg.com/564x/d4/db/b8/d4dbb8b9b7692e8cec0cc7a29e97ee7f.jpg"></icon>
        <sideinfo>
          <basic>Имя Имя</basic>
          <basic>Имя Имя</basic>
          <basic>Имя Имя</basic>
          <basic>Имя Имя</basic>         
        </sideinfo>
      </div>
      <div class="gardtabs flex">
        <div class="tabcontain"></div>
        <div class="gtabs">
          <input type="radio" id="gtab1" name="gardentabs" checked>
          <label for="gtab1" title="index"></label>
          <div class="gct-01">
            <div class="gct-02">
              <b>Софи Хаттер</b> была старшей из трех сестер. И ладно бы она родилась в семье бедного дровосека — это сулило бы хоть какую-то надежду на успех. Напротив, родители Софи были люди вполне обеспеченные и держали лавку дамских шляпок в процветающем городке под названием <i>Маркет-Чиппинг</i>. Правда, родная мама Софи умерла, когда малышке было два, а ее сестренке Летти — всего-то годик, и тогда отец женился на младшей продавщице, прехорошенькой блондинке по имени Фанни. Очень скоро Фанни родила третью сестру — Марту. Это должно было превратить Софи и Летти в Злых Старших Сестриц, — само собой, страшных дурнушек, — но на самом деле все три девочки выросли очень даже симпатичные, хотя никто не сомневался, что самой красивой была все-таки Летти. Фанни одинаково нежно относилась ко всем трем девочкам и не выделяла Марту ничем и никогда.
            </div>
          </div>
        </div>
 
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

[/html]

0

69

[hideprofile][html]
<style>
/****************
    Cлайдер
**************/

/* Oбщие настройки */
.slider,
.slider * {
  margin:0;
  padding:0;
}
.slider {
  overflow:hidden;
  border:none 0 transparent!important;
  border-collapse:collapse;
  /*outline:solid red 2px;*/
  /*position:relative;z-index:1000;*/
}
.button-left.hide,.button-right.hide{
  display:none;
}
.slider img.button-left,
.slider img.button-right{
  cursor:pointer;
}
div.Wrap-slids {
  text-align:left;
  overflow:hidden;
  position:relative;
}
div.train {
  text-align:left;
  overflow:hidden;
  white-space:nowrap;
  position:absolute;
}

.slider-content{
  margin:0;padding:0;
  white-space: normal;/* Поменял с nowrap; и добавка ниже*/
  word-break: normal;
  text-align:center;
  overflow-y:auto;
  overflow-x:auto;
  display:none;
  /*outline:solid red 1px;*/
}

.slider-content.active {
   display:block;
}
/* End Cлайдер */

/****************
    Индикатор
**************/

#indexActive{ /*Задаём Позицию индикаторов*/
  position:absolute;
  z-index:1000;
  margin-left: 580px;
  margin-top: -6px;
}

span[id^="active_Ind"]{ /*Фон и размеры индикатор*/
  display:inline-block;
  cursor:pointer;
  float:right;
  background:transparent url(http://s3.uploads.ru/geZ4A.png) no-repeat center top;
  /*border:solid 2px blue!important;*/
  height:11px;
  width:10px;
  padding:0 1px 0 1px;
  margin:10px 6px;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0010/b4/f8/39493.js"></script>

<!-- Cлайдер -->
   <div id="slider" slide-width="772" slide-height="210" class="slider" style="padding:0;height:0;width:0">
<!-- Две Кнопки слайдера -->
    <img button-width="42" class="button-left hide" src="//s3.uploads.ru/KcP7S.png"/>
    <img button-width="42" class="button-right" src="//s2.uploads.ru/aIH0D.png"/>
<!-- 1-й Контейнер слайдера -->
<div class="slider-content active">
    1-й Контент
</div>
<!-- 2-й Контейнер слайдера -->
<div class="slider-content">
    2-й Контент
</div>
<!-- 3-й Контейнер слайдера -->
<div class="slider-content">
    3-й Контент
</div>
   </div><script>$("#slider2").slideF(660,4);</script><!--//End Cлайдер -->
[/html]

0

70

[html]
<style>
.slides {
    padding: 0;
    width: 609px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 609px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
width: 100%;
bottom: 9px;
height: 11px;
display: block;
position: absolute;
text-align: center;
}

.nav-dots .nav-dot {
top: -5px;
width: 11px;
height: 11px;
margin: 0 4px;
position: relative;
border-radius: 100%;
display: inline-block;
background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
cursor: pointer;
background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
background: rgba(0, 0, 0, 0.8);
}

</style>

<ul class="slides">
    <input type="radio" name="radio-btn" id="img-1" checked />
    <li class="slide-container">
    <div class="slide">
    <img src="http://farm9.staticflickr.com/8072/8346734966_f9cd7d0941_z.jpg" />
        </div>
    <div class="nav">
    <label for="img-6" class="prev">&#x2039;</label>
    <label for="img-2" class="next">&#x203a;</label>
    </div>
    </li>

    <input type="radio" name="radio-btn" id="img-2" />
    <li class="slide-container">
        <div class="slide">
          <img src="http://farm9.staticflickr.com/8504/8365873811_d32571df3d_z.jpg" />
        </div>
    <div class="nav">
    <label for="img-1" class="prev">&#x2039;</label>
    <label for="img-3" class="next">&#x203a;</label>
    </div>
    </li>

    <input type="radio" name="radio-btn" id="img-3" />
    <li class="slide-container">
        <div class="slide">
          <img src="http://farm9.staticflickr.com/8068/8250438572_d1a5917072_z.jpg" />
        </div>
    <div class="nav">
    <label for="img-2" class="prev">&#x2039;</label>
    <label for="img-4" class="next">&#x203a;</label>
    </div>
    </li>

    <input type="radio" name="radio-btn" id="img-4" />
    <li class="slide-container">
        <div class="slide">
          <img src="http://farm9.staticflickr.com/8061/8237246833_54d8fa37f0_z.jpg" />
        </div>
    <div class="nav">
    <label for="img-3" class="prev">&#x2039;</label>
    <label for="img-5" class="next">&#x203a;</label>
    </div>
    </li>

    <input type="radio" name="radio-btn" id="img-5" />
    <li class="slide-container">
        <div class="slide">
          <img src="http://farm9.staticflickr.com/8055/8098750623_66292a35c0_z.jpg" />
        </div>
    <div class="nav">
    <label for="img-4" class="prev">&#x2039;</label>
    <label for="img-6" class="next">&#x203a;</label>
    </div>
    </li>

    <input type="radio" name="radio-btn" id="img-6" />
    <li class="slide-container">
        <div class="slide">
          <img src="http://farm9.staticflickr.com/8195/8098750703_797e102da2_z.jpg" />
        </div>
    <div class="nav">
    <label for="img-5" class="prev">&#x2039;</label>
    <label for="img-1" class="next">&#x203a;</label>
    </div>
    </li>

    <li class="nav-dots">
      <label for="img-1" class="nav-dot" id="img-dot-1"></label>
      <label for="img-2" class="nav-dot" id="img-dot-2"></label>
      <label for="img-3" class="nav-dot" id="img-dot-3"></label>
      <label for="img-4" class="nav-dot" id="img-dot-4"></label>
      <label for="img-5" class="nav-dot" id="img-dot-5"></label>
      <label for="img-6" class="nav-dot" id="img-dot-6"></label>
    </li>
</ul>

[/html]

0

71

[html]
<style>
img {
  --b: 10px; /* control the size */
  padding: var(--b);
  border: calc(2*var(--b)) solid #0000;
  outline: 1px solid #000;
  outline-offset: calc(-1*var(--b));
  background: conic-gradient(from 90deg at 1px 1px,#0000 90deg,#000 0);
}

</style>
<script>

</script>

<img src="https://picsum.photos/id/1021/200/200" >

[/html]

0

72

[html]
<style>

.no-padding{
  padding:0px;
}
.glyphicon-icon-rpad .glyphicon,.glyphicon-icon-rpad .glyphicon.m8,.fa-icon-rpad .fa,.fa-icon-rpad .fa.m8{ padding-right:8px; }
.glyphicon-icon-lpad .glyphicon,.glyphicon-icon-lpad .glyphicon.m8,.fa-icon-lpad .fa,.fa-icon-lpad .fa.m8{ padding-left:8px; }
.glyphicon-icon-rpad .glyphicon.m5,.fa-icon-rpad .fa.m5{ padding-right:5px; }
.glyphicon-icon-lpad .glyphicon.m5,.fa-icon-lpad .fa.m5{ padding-left:5px; }
.glyphicon-icon-rpad .glyphicon.m12,.fa-icon-rpad .fa.m12{ padding-right:12px; }
.glyphicon-icon-lpad .glyphicon.m12,.fa-icon-lpad .fa.m12{ padding-left:12px; }
.glyphicon-icon-rpad .glyphicon.m15,.fa-icon-rpad .fa.m15{ padding-right:15px; }
.glyphicon-icon-lpad .glyphicon.m15,.fa-icon-lpad .fa.m15{ padding-left:15px; }

ul.nav-menu-list-style .nav-header .menu-collapsible-icon{position:absolute; right:3px; top:16px; font-size:9px; }

ul.nav-menu-list-style{
  margin:0;
}
ul.nav-menu-list-style .nav-header{
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #e8e8e8;
  display:block;
  margin:0;
  line-height:42px;
  padding:0 8px;
  font-weight:600;
}
ul.nav-menu-list-style> li{
  position:relative; }
ul.nav-menu-list-style> li a{
  border-top:1px solid #FFFFFF;
  border-bottom:1px solid #e8e8e8;
  padding:0 10px;
  line-height:32px;
}
ul.nav-menu-list-style> li:first-child a{
}

ul.nav-menu-list-style{list-style:none; padding:0px; margin:0px;}
ul.nav-menu-list-style li .badge,ul.nav-menu-list-style li .pull-right,ul.nav-menu-list-style li span.badge,ul.nav-menu-list-style li label.badge{float:right; margin-top:7px;}
ul.bullets{list-style:inside disc}
ul.numerics{list-style:inside decimal}
.ul.kas-icon-aero{}
ul.kas-icon-aero li a:before{font-family: 'Glyphicons Halflings'; font-size:9px; content: "\e258"; padding-right:8px; }

</style>
<script>
$('.tree-toggle').click(function () { $(this).parent().children('ul.tree').toggle(200);
});
$(function(){
$('.tree-toggle').parent().children('ul.tree').toggle(200);
})
</script>

<div class="container">
  <div class="row">
    <h1>Bootstrap Tree Menu Example</h1>
  </div>
</div>
<div class="container">
<div class="row">
  <div class="col-md-3">
    <div class="well no-padding">
        <div>
            <ul class="nav nav-list nav-menu-list-style">
                <li><label class="tree-toggle nav-header glyphicon-icon-rpad"><span class="glyphicon glyphicon-folder-close m5"></span>Bootstrap
                            <span class="menu-collapsible-icon glyphicon glyphicon-chevron-down"></span></label>
                    <ul class="nav nav-list tree bullets">
                        <li><a href="#">JavaScript</a></li>
                        <li><a href="#">CSS <span class="badge">42</span></a></li>
                        <li><label class="tree-toggle nav-header">Buttons</label>
                            <ul class="nav nav-list tree">
                                <li><a href="#">Colors</a></li>
                                <li><a href="#">Sizes</a></li>
                                <li><label class="tree-toggle nav-header">Forms</label>
                                    <ul class="nav nav-list tree">
                                        <li><a href="#">Horizontal</a></li>
                                        <li><a href="#">Vertical</a></li>
                                    </ul>
                                </li>
                            </ul>
                        </li>
                    </ul>
                </li>
                <li class="divider"></li>
                <li><label class="tree-toggle nav-header">Responsive</label>
                    <ul class="nav nav-list tree">
                        <li><a href="#">Overview</a></li>
                        <li><a href="#">CSS</a></li>
                        <li><label class="tree-toggle nav-header">Media Queries</label>
                            <ul class="nav nav-list tree">
                                <li><a href="#">Text</a></li>
                                <li><a href="#">Images</a></li>
                                <li><label class="tree-toggle nav-header">Mobile Devices</label>
                                    <ul class="nav nav-list tree">
                                        <li><a href="#">iPhone</a></li>
                                        <li><a href="#">Samsung</a></li>
                                    </ul>
                                </li>
                            </ul>
                        </li>
                        <li><label class="tree-toggle nav-header">Coding</label>
                            <ul class="nav nav-list tree">
                                <li><a href="#">JavaScript</a></li>
                                <li><a href="#">jQuery</a></li>
                                <li><label class="tree-toggle nav-header">HTML DOM</label>
                                    <ul class="nav nav-list tree">
                                        <li><a href="#">DOM Elements</a></li>
                                        <li><a href="#">Recursive</a></li>
                                    </ul>
                                </li>
                            </ul>
                        </li>
                    </ul>
                </li>
            </ul>
        </div>
    </div>
    </div>
    </div>
</div>

[/html]

0

73

[html]
<style>
@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}

:root {
  --card-height: 500px;
  --card-width: calc(var(--card-height) / 1.5);
}

#container5 {
  min-height: 100vh;
  background: #212534;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}

.card {
  background: #191c29;
  width: var(--card-width);
  height: var(--card-height);
  padding: 3px;
  position: relative;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  font-size: 1.5em;
  color: rgb(88 199 250 / 0%);
  cursor: pointer;
  font-family: cursive;
}

.card:hover {
  color: rgb(88 199 250 / 100%);
  transition: color 1s;
}
.card:hover:before, .card:hover:after {
  animation: none;
  opacity: 0;
}

.card::before {
  content: "";
  width: 104%;
  height: 102%;
  border-radius: 8px;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    position: absolute;
    z-index: -1;
    top: -1%;
    left: -2%;
    animation: spin 2.5s linear infinite;
}

.card::after {
  position: absolute;
  content: "";
  top: calc(var(--card-height) / 6);
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.8);
  filter: blur(calc(var(--card-height) / 6));
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
  transition: opacity .5s;
  animation: spin 2.5s linear infinite;
}

@keyframes spin {
  0% {
    --rotate: 0deg;
  }
  100% {
    --rotate: 360deg;
  }
}

a {
  color: #212534;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 2rem;
}

</style>
<script>

</script>
<container5>
<div class="card">
  Magic Card
</div>

<a href="https:/" target="_blank">Mythrill</a>
</container5>

[/html]

0

74

[html]
<style>
h41 {
  font-size: 100px;
  line-height: 20px;
}

.gradient-text {
  color: transparent;
  background: conic-gradient(
    #D9D7F1 12%,
    #BAABDA 12%, #BAABDA 33%,
    #E7FBBE 33%, #E7FBBE 55%,
    #FFCBCB 55%, #FFCBCB 70%,
    #B5DEFF 70%, #B5DEFF 87%,
    #F7D1BA 87%);
  background-size: 50%;
  background-clip: text; 
  -webkit-background-clip: text;

  animation: expand-rev 0.5s ease forwards;

  cursor: pointer;
}

.gradient-text:hover {
  animation: expand 0.5s ease forwards;
}

@keyframes expand {
  0% {
    background-size: 50%;
    background-position: 0 0;
  }
  20% {
    background-size: 55%;
    background-position: 0 1em;
  }
  100% {
    background-size: 325%;
    background-position: -10em -4em;
  }
}

@keyframes expand-rev {
  0% {
    background-size: 325%;
    background-position: -10em -4em;
  }
  20% {
    background-size: 55%;
    background-position: 0 1em;
  }
  100% {
    background-size: 50%;
    background-position: 0 0;
  }
}
</style>
<h41 class="gradient-text"><br>hello world!<h41>
[/html]

0

75

[html]
<style>
img {
  border-radius: 50%;
  cursor: pointer;
  padding: 40px;
  clip-path: circle(calc(50% - 40px));
  --_p: 100px;
  --_g1: radial-gradient(50% 50%,#e71e24 90%,#0000); /* color 1 */
  --_g2: radial-gradient(50% 50%,#fcc010 90%,#0000); /* color 2 */
  --_g3: radial-gradient(50% 50%,#85c341 90%,#0000); /* color 3 */
  --_g4: radial-gradient(50% 50%,#eb2288 90%,#0000); /* color 4 */
  background:
     var(--_g1) calc(20% - var(--_p)) calc(20% - var(--_p)),
     var(--_g2) calc(80% + var(--_p)) calc(10% - var(--_p)),
     var(--_g3) calc(80% + var(--_p)) calc(80% + var(--_p)),
     var(--_g3) 55%                   calc(12% - var(--_p)),
     var(--_g1) calc(18% - var(--_p)) calc(88% + var(--_p)),
     var(--_g2) calc(10% - var(--_p)) calc(70% + var(--_p)),
     var(--_g2) calc(88% + var(--_p)) 40%,
     var(--_g1) calc(82% + var(--_p)) calc(28% - var(--_p)),
     var(--_g4) calc(12% - var(--_p)) 30%,
     var(--_g4) 65%                   calc(85% + var(--_p)),
     var(--_g3) calc(20% - var(--_p)) calc(10% - var(--_p)),
     var(--_g4) calc(30% - var(--_p)) calc(85% + var(--_p));
  background-size: 15px 15px, 20px 20px, 30px 30px;
  background-repeat: no-repeat;
  filter: grayscale(80%);
  transition: .5s;
}
img:hover {
  filter: grayscale(0%);
  clip-path: circle(50%);
  --_p: 0px;
}

</style>
<img src="https://picsum.photos/id/360/200/200" alt="a few flowers">
<img src="https://picsum.photos/id/64/200/200" alt="a girl holding flowers">

[/html]

0

76

[html]<style>
p3 {
text-transform: uppercase;
letter-spacing: .5em;
display: inline-block;
border: 4px double rgba(255,255,255,.25);
border-width: 4px 0;
padding: 1.5em 0em;
position: absolute;
top: 18%;
left: 50%;
width: 40em;
margin: 0 0 0 -20em;
 
  span {

  font: 700 4em/1 "Oswald", sans-serif;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255,255,255,.5);

/* Clip Background Image */

  background: url(https://i.ibb.co/RDTnNrT/animated-text-fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;

/* Animate Background Image */

  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;

/* Activate hardware acceleration for smoother animations */

  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;

  }
}

/* Animate Background Image */

@-webkit-keyframes aitf {
0% { background-position: 0% 50%; }
100% { background-position: 100% 50%; }
}
</style>
<p3>
  Spice up your type with CSS
  <span>
    Animated text fill
  </span>
  &mdash; no JavaScript required &mdash;
</p3>[/html]

0

77

[html]<style>
body{
  background-color: #f0f0f0;
  width: 700px;
  float: center;
}

hr.style1{
border-top: 1px solid #8c8b8b;
}

hr.style2 {
border-top: 3px double #8c8b8b;
}

hr.style3 {
border-top: 1px dashed #8c8b8b;
}

hr.style4 {
border-top: 1px dotted #8c8b8b;
}

hr.style5 {
background-color: #fff;
border-top: 2px dashed #8c8b8b;
}

hr.style6 {
background-color: #fff;
border-top: 2px dotted #8c8b8b;
}

hr.style7 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}

hr.style8 {
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}
hr.style8:after {
content: '';
display: block;
margin-top: 2px;
border-top: 1px solid #8c8b8b;
border-bottom: 1px solid #fff;
}

hr.style9 {
border-top: 1px dashed #8c8b8b;
border-bottom: 1px dashed #fff;
}

hr.style10 {
border-top: 1px dotted #8c8b8b;
border-bottom: 1px dotted #fff;
}

hr.style11 {
height: 6px;
background: url(http://ibrahimjabbari.com/images/hr-11.png) repeat-x 0 0;
    border: 0;
}

hr.style12 {
height: 6px;
background: url(http://ibrahimjabbari.com/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
height: 10px;
border: 0;
box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.style14 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

hr.style15 {
border-top: 4px double #8c8b8b;
text-align: center;
}
hr.style15:after {
content: '\002665';
display: inline-block;
position: relative;
top: -15px;
padding: 0 10px;
background: #f0f0f0;
color: #8c8b8b;
font-size: 18px;
}

hr.style16 {
  border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}

hr.style17 {
border-top: 1px solid #8c8b8b;
text-align: center;
}
hr.style17:after {
content: '§';
display: inline-block;
position: relative;
top: -14px;
padding: 0 10px;
background: #f0f0f0;
color: #8c8b8b;
font-size: 18px;
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
transform: rotate(60deg);
}

hr.style18 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.style18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

</style>
<br>
<hr class="style1">
<br>
<hr class="style2">
<br>
<hr class="style3">
<br>
<hr class="style4">
<br>
<hr class="style5">
<br>
<hr class="style6">
<br>
<hr class="style7">
<br>
<hr class="style8">
<br>
<hr class="style9">
<br>
<hr class="style10">
<br>
<hr class="style11">
<br>
<hr class="style12">
<br>
<hr class="style13">
<br>
<hr class="style14">
<br>
<hr class="style15">
<br>
<hr class="style16">
<br>
<hr class="style17">
<br>
<hr class="style18">
[/html]

0

78

[html]
<style>
/*
    Auther: Abdelrhman Said
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  display: grid;
  height: 100%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  place-items: center;
  background: linear-gradient(315deg, #ffffff, #d7e1ec);
}

.wrapper {
  display: inline-flex;
  list-style: none;
}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}

</style>
<ul class="wrapper">
  <li class="icon facebook">
    <span class="tooltip">Facebook</span>
    <span><i class="fab fa-facebook-f"></i></span>
  </li>
  <li class="icon twitter">
    <span class="tooltip">Twitter</span>
    <span><i class="fab fa-twitter"></i></span>
  </li>
  <li class="icon instagram">
    <span class="tooltip">Instagram</span>
    <span><i class="fab fa-instagram"></i></span>
  </li>
  <li class="icon github">
    <span class="tooltip">Github</span>
    <span><i class="fab fa-github"></i></span>
  </li>
  <li class="icon youtube">
    <span class="tooltip">Youtube</span>
    <span><i class="fab fa-youtube"></i></span>
  </li>
</ul>

[/html]

0

79

[html]
<style>
body {
  margin: 0;
  padding: 0;
  background: rgb(230,230,230);
 
  color: rgb(50,50,50);
  font-family: 'Open Sans', sans-serif;
  font-size: 112.5%;
  line-height: 1.6em;
}

/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
 
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
 
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
 
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
 
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
 
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
width: 100%;
padding: 4em 0 1em 0;
}

.timeline li {
padding: 2em 0;
}

.direction-l,
.direction-r {
float: none;
width: 100%;

text-align: center;
}

.flag-wrapper {
text-align: center;
}

.flag {
background: rgb(255,255,255);
z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
left: 50%;
content: ' ';
display: block;
width: 12px;
height: 12px;
margin-left: -9px;
background: #fff;
border-radius: 10px;
border: 4px solid rgb(255,80,80);
z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
content: "";
position: absolute;
left: 50%;
top: -8px;
height: 0;
width: 0;
margin-left: -8px;
border: solid transparent;
border-bottom-color: rgb(255,255,255);
border-width: 8px;
pointer-events: none;
}

.time-wrapper {
display: block;
position: relative;
margin: 4px 0 0 0;
z-index: 14;
}

.direction-l .time-wrapper {
float: none;
}

.direction-r .time-wrapper {
float: none;
}

.desc {
position: relative;
margin: 1em 0 0 0;
padding: 1em;
background: rgb(245,245,245);
-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
box-shadow: 0 0 1px rgba(0,0,0,0.20);

  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
position: relative;
margin: 1em 1em 0 1em;
padding: 1em;

  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
margin: 1em 4em 0 4em;
}

}

</style>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
 
<!-- The Timeline -->

<ul class="timeline">

<!-- Item 1 -->
<li>
    <div class="direction-r">
    <div class="flag-wrapper">
        <span class="flag">Freelancer</span>
        <span class="time-wrapper"><span class="time">2013 - present</span></span>
    </div>
    <div class="desc">My current employment. Way better than the position before!</div>
    </div>
</li>
 
<!-- Item 2 -->
<li>
    <div class="direction-l">
    <div class="flag-wrapper">
        <span class="flag">Apple Inc.</span>
        <span class="time-wrapper"><span class="time">2011 - 2013</span></span>
    </div>
    <div class="desc">My first employer. All the stuff I've learned and projects I've been working on.</div>
    </div>
</li>

<!-- Item 3 -->
<li>
    <div class="direction-r">
    <div class="flag-wrapper">
        <span class="flag">Harvard University</span>
        <span class="time-wrapper"><span class="time">2008 - 2011</span></span>
    </div>
    <div class="desc">A description of all the lectures and courses I have taken and my final degree?</div>
    </div>
</li>
 
</ul>

[/html]

0

80

[html]
<style>
*{margin: 0;padding: 0;}
body {
  background: #ddd;
}

#container
{
height: 600px;
width: 100%;
background-color: #ddd;
overflow: hidden;
position: relative;
#overflow-x: scroll;
  margin-top: 30px;
  display: inline-block;
}

#thumbs
{
background-color: #ddd;
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: auto;
overflow: hidden;
white-space: nowrap;
padding: 30px 100px;
}

.history-block {
  height: 100%;
  width: 300px;
  background-color: #cdcdcd;
  margin: 0 -2px;
  border-right: 1px solid #fff;
  display: inline-block;
  font-family: 'roboto condensed', sans-serif;
  font-size:60px;
  font-weight: 100;
  color: #FFF;
  cursor: pointer;
  box-shadow: 2px 5px 20px rgba(0,0,0,0.8);
  transition: width 0.2s;
}

.history-block:last-of-type {
  border-right: none;
}

.cover {
  width: 100%;
  height: 100%;
  transition: background .5s;
  background: rgba(0,0,0,0.8);
}

.cover:hover {
  width: 100%;
  height: 100%;
  transition: background .5s;
  background: rgba(0,0,0,0.8);
}

.year {
  position: absolute;
    top: 0px;
    font-size: 30px;
  font-weight:500;
    margin: 40px 30px;
}

.title {
  position: absolute;
  display: block;
  width: 260px;
    top: 60px;
    font-size: 15px;
    margin: 30px;
  white-space: normal;
  transition: width 0.2s;
}

.timeline {
  display:none;
  position: absolute;
  bottom: 80px;
    font-size: 20px;
    margin: 20px;
  transition: display 0.8s;
}

.timeline ul {
  margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.timeline ul li {
  display: inline;
  font-size: 15px;
  font-weight: 100;
  padding: 0px 5px;
}

.timeline ul li {
  display: inline;
  font-size: 15px;
  font-weight: 100;
  padding: 0px 5px;
}

.timeline ul li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: rgba(255,255,255,0.5);
  content: '\f10c';
  position: absolute;
  top: 30px;
  margin-left:10px;
  transition: all 0.5s;
}

.timeline ul li:after {
  content: '';
  position: absolute;
  top: 40px;
  margin-left:-10px;
  width: 36px;
  height:2px;
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.5s;
}

.timelineYear, .timelineYear:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.8s;
}

.timeline ul li:hover:before {
  content: '\f111';
  color: #ffffff;
  font-size: 18px;
  transition: all 0.5s;
  top: 29px;
  margin-left:9px
}

.timeline ul li:hover:after {
  content: '';
  position: absolute;
  top: 40px;
  margin-left:-10px;
  width: 36px;
  height:2px;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.timeline ul li:hover .timelineYear {
  position: static;
  top:-10px;
}

.bg-66 {
  background: url(http://www.unido.org/uploads/tx_templav … ory_07.jpg);
  background-size:cover;
}

.bg-76 {
  background: url(http://austria-forum.org/attach/Wissens … hav_25.jpg);
  background-size:cover;
}

.bg-86 {
  background: url('https://upload.wikimedia.org/wikipedia/commons/e/e8/Power_Plant_(Tianjin,_China).jpg');
  background-size:cover;
}

.bg-96 {
  background: url(http://www.oxfordbusinessgroup.com/site … b6e6a7d34c);
  background-size:cover;
}

.bg-06 {
  background: url(http://www.3adi.org/tl_files/3ADIDocume … -32-54.jpg);
  background-size:cover;
}

.bg-16 {
  background: url(https://i.dailymail.co.uk/i/pix/2012/07 … 68x665.jpg);
  background-size:cover;
}

</style>
<script>
var viewportWidth, divWidth, tb;
$(function() {
   
    viewport = $('#container').innerWidth();
    tb = $('#thumbs');
    divWidth = tb.outerWidth();
   
    $('#container').mousemove(function(e)
    {
      tb.css({left: ((viewport - divWidth)*((e.pageX / viewport).toFixed(3))).toFixed(1) +"px" });
    });
   
    $('.history-block').on('click', function(){
      $('.history-block').css('width', '300px');
      $('.history-block').find('.title').css('width', '260px');
       $('.history-block .timeline').hide(300);
        $(this).css('width', '600px');
        $(this).find('.title').css('width', '500px');
       $(this).find('.timeline').show(800);
      $('#container').mousemove(function(e)
        {
          tb.css({left: ((viewport - divWidth-300)*((e.pageX / viewport).toFixed(3))).toFixed(1) + 300 + "px" });
          });
    });
   
    $('.timeline ul li').on('click', function(){
        $(this).parent().blink();
    });
});
</script>
<div id="container">
    <div id="thumbs">
    <div class="history-block bg-66">
      <div class="cover"></div>
      <div class="year">1966 - 1976</div>
      <div class="title">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</div>
      <div class="timeline">
        <ul>
          <li><a href="" class="timelineYear">1966</a></li>
          <li><a href="" class="timelineYear">1967</a></li>
          <li><a href="" class="timelineYear">1968</a></li>
          <li><a href="" class="timelineYear">1969</a></li>
          <li><a href="" class="timelineYear">1970</a></li>
          <li><a href="" class="timelineYear">1971</a></li>
          <li><a href="" class="timelineYear">1972</a></li>
          <li><a href="" class="timelineYear">1973</a></li>
          <li><a href="" class="timelineYear">1974</a></li>
          <li><a href="" class="timelineYear">1975</a></li>
          <li><a href="" class="timelineYear">1976</a></li>
        </ul>
      </div>
    </div>
    <div class="history-block bg-76">
      <div class="cover"></div>
      <div class="year">1976 - 1986</div>
      <div class="title">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</div>
      <div class="timeline">
      <ul>
          <li><a href="" class="timelineYear">1976</a></li>
          <li><a href="" class="timelineYear">1977</a></li>
          <li><a href="" class="timelineYear">1978</a></li>
          <li><a href="" class="timelineYear">1979</a></li>
          <li><a href="" class="timelineYear">1980</a></li>
          <li><a href="" class="timelineYear">1981</a></li>
          <li><a href="" class="timelineYear">1982</a></li>
          <li><a href="" class="timelineYear">1983</a></li>
          <li><a href="" class="timelineYear">1984</a></li>
          <li><a href="" class="timelineYear">1985</a></li>
          <li><a href="" class="timelineYear">1986</a></li>
        </ul>
      </div>
    </div>
    <div class="history-block bg-86">
      <div class="cover"></div>
      <div class="year">1986 - 1996</div>
      <div class="title">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</div>
      <div class="timeline">
      <ul>
          <li><a href="" class="timelineYear">1986</a></li>
          <li><a href="" class="timelineYear">1987</a></li>
          <li><a href="" class="timelineYear">1988</a></li>
          <li><a href="" class="timelineYear">1989</a></li>
          <li><a href="" class="timelineYear">1990</a></li>
          <li><a href="" class="timelineYear">1991</a></li>
          <li><a href="" class="timelineYear">1992</a></li>
          <li><a href="" class="timelineYear">1993</a></li>
          <li><a href="" class="timelineYear">1994</a></li>
          <li><a href="" class="timelineYear">1995</a></li>
          <li><a href="" class="timelineYear">1996</a></li>
        </ul>
      </div>
    </div>
    <div class="history-block bg-96">
      <div class="cover"></div>
      <div class="year">1996 - 2006</div>
      <div class="title">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</div>
      <div class="timeline">
      <ul>
          <li><a href="" class="timelineYear">1996</a></li>
          <li><a href="" class="timelineYear">1997</a></li>
          <li><a href="" class="timelineYear">1998</a></li>
          <li><a href="" class="timelineYear">1999</a></li>
          <li><a href="" class="timelineYear">2000</a></li>
          <li><a href="" class="timelineYear">2001</a></li>
          <li><a href="" class="timelineYear">2002</a></li>
          <li><a href="" class="timelineYear">2003</a></li>
          <li><a href="" class="timelineYear">2004</a></li>
          <li><a href="" class="timelineYear">2005</a></li>
          <li><a href="" class="timelineYear">2006</a></li>
        </ul>
      </div>
    </div>
    <div class="history-block bg-06">
      <div class="cover"></div>
      <div class="year">2006-2016</div>
      <div class="title">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</div>
      <div class="timeline">
      <ul>
          <li><a href="" class="timelineYear">2006</a></li>
          <li><a href="" class="timelineYear">2007</a></li>
          <li><a href="" class="timelineYear">2008</a></li>
          <li><a href="" class="timelineYear">2009</a></li>
          <li><a href="" class="timelineYear">2010</a></li>
          <li><a href="" class="timelineYear">2011</a></li>
          <li><a href="" class="timelineYear">2012</a></li>
          <li><a href="" class="timelineYear">2013</a></li>
          <li><a href="" class="timelineYear">2014</a></li>
          <li><a href="" class="timelineYear">2015</a></li>
          <li><a href="" class="timelineYear">2016</a></li>
        </ul>
      </div>
    </div>
    <div class="history-block bg-16">
      <div class="cover"></div>
      <div class="year">FUTURE</div>
      <div class="title">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam</div>
      <div class="timeline">
      To our bright future!!! :)
      </div>
    </div>
    </div>
</div>
[/html]

0

81

[html]<style>
body {
   font-family:sans-serif;
   margin:0;
   padding:0;
   width:100%;
   background:url(https://i.imgur.com/EOjzXGI.jpg);
   background-size:cover;
}
html {
   width:100%;
}

/* ****** */

.timeline-parcours {
   width:960px;
   height:auto;
   min-height:10px;
   margin:100px auto;
}
.container-info  {
   width:960px;
   margin:0 auto;
   height:auto;
   min-height:187px;
}
.timeline-section-tl {
   width:236px;
   height:auto;
   min-height:10px;
   display:inline-block;
}
.infobox {
   width:226px;
   height:auto;
   min-height:10px;
   background-color:white;
   padding:5px;
   border-radius:10px;
   display:inline-block;
   margin:0px 1px;
}
.fleche-bloc {
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 15px 15px 0 15px;
   border-color: #ffffff transparent transparent transparent;
   margin:auto;
}
.parcours-box {
   opacity:0;
   z-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.container-time-line {
   width:960px;
   margin:auto;
}
.time-line-parcours {
   width:730px;
   height:10px;
   background-color:#432828;
   margin:auto;
}
.timeline-indicator {
   width:0px;
   height:10px;
   background-color:rgb(120, 131, 208);
   -webkit-transition: all 100ms ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.tl-round {
   width:20px;
   height:20px;
   border-radius:50%;
   background-color:rgb(85, 69, 69);
   margin:auto;
    -webkit-transition: all 100ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.container-bulle {
   margin-top:-15px;
}
/* animation classe */

.anim-phase-1 {
   width:240px;
   -webkit-transition: all 100ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 100ms ease;
-o-transition: all 100ms ease;
transition: all 100ms ease;
}
.anim-phase-2 {
   width:475px;
   -webkit-transition: all 100ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 100ms ease;
-o-transition: all 100ms ease;
transition: all 100ms ease;
}
.anim-phase-3 {
   width:720px;
   -webkit-transition: all 100ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 100ms ease;
-o-transition: all 100ms ease;
transition: all 100ms ease;
}
.parcours-active {
   opacity:1;
   z-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

</style>
<script>
$( document ).ready(function() {
   $(".parcours-box").removeClass("parcours-active");
   
   
   $(".round1").on("click",function(){
      $(".tl-round").css("background-color","rgb(85, 69, 69)");
      $(".round1").css("background-color","white");
      $(".parcours-active").removeClass("parcours-active");
      $(".parc1").addClass("parcours-active");
      $(".timeline-indicator").css("width","0");
   })
   
   $(".round2").on("click",function(){
      $(".tl-round").css("background-color","rgb(85, 69, 69)");
      $(".round1").css("background-color","white");
      $(".round2").css("background-color","white");
      $(".parcours-active").removeClass("parcours-active");
      $(".parc2").addClass("parcours-active");
      $(".timeline-indicator").css("width","240");
   })
   
   $(".round3").on("click",function(){
      $(".tl-round").css("background-color","rgb(85, 69, 69)");
      $(".round1").css("background-color","white");
      $(".round2").css("background-color","white");
      $(".round3").css("background-color","white");
      $(".parcours-active").removeClass("parcours-active");
      $(".parc3").addClass("parcours-active");
      $(".timeline-indicator").css("width","480");
   })
   
   $(".round4").on("click",function(){
      $(".tl-round").css("background-color","rgb(85, 69, 69)");
      $(".round1").css("background-color","white");
      $(".round2").css("background-color","white");
      $(".round3").css("background-color","white");
      $(".round4").css("background-color","white");
      $(".parcours-active").removeClass("parcours-active");
      $(".parc4").addClass("parcours-active");
      $(".timeline-indicator").css("width","720");
   })
   
});
</script>
<html>
   <head>
      <title>test</title>
      <meta charset="utf-8">
      <link rel="stylesheet" type="text/css" href="style.css">
      <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
   </head>
   <body>
      <div class="timeline-parcours">
         <div class="container-info">
            <div class="timeline-section-tl">
               <div class="parcours-box parc1">
                  <div class="infobox date1">
                     <h3>Titre titre 1</h3>
                     <p class="subt-infobox">ceci est un test</p>
                     <p class="infobox-text">ceci est un court texte d'information par rapport à un évènement</p>
                  </div>
                  <div class="fleche-bloc"></div>
               </div>
            </div>
            <div class="timeline-section-tl">
               <div class="parcours-box parc2">
                  <div class="infobox date1">
                     <h3>Titre titre 2</h3>
                     <p class="subt-infobox">ceci est un test</p>
                     <p class="infobox-text">ceci est un court texte d'information par rapport à un évènement</p>
                  </div>
                  <div class="fleche-bloc"></div>
               </div>
            </div>
            <div class="timeline-section-tl">
               <div class="parcours-box parc3">
                  <div class="infobox date1">
                     <h3>Titre titre 3</h3>
                     <p class="subt-infobox">ceci est un test</p>
                     <p class="infobox-text">ceci est un court texte d'information par rapport à un évènement</p>
                  </div>
                  <div class="fleche-bloc"></div>
               </div>
            </div>
            <div class="timeline-section-tl">
               <div class="parcours-box parc4">
                  <div class="infobox date1">
                     <h3>Titre titre 4</h3>
                     <p class="subt-infobox">ceci est un test</p>
                     <p class="infobox-text">ceci est un court texte d'information par rapport à un évènement</p>
                  </div>
                  <div class="fleche-bloc"></div>
               </div>
            </div>
         </div>

         <div class="container-time-line">
            <div class="time-line-parcours">
               <div class="timeline-indicator">
                  <p class="indicator-val"></p>
               </div>
            </div>
         </div>
         <div class="container-bulle">
            <div class="timeline-section-tl">
               <div class="tl-round round1"></div>
            </div>
            <div class="timeline-section-tl">
               <div class="tl-round round2"></div>
            </div>
            <div class="timeline-section-tl">
               <div class="tl-round round3"></div>
            </div>
            <div class="timeline-section-tl">
               <div class="tl-round round4"></div>
            </div>
         </div>

      </div>
      <script type="text/javascript" src="script.js"></script>
      <script>

         function reste_a_faire()
         {
            return true;
         }

         if(reste_a_faire())
            console.log('rien n\'est fait');

      </script>
   </body>
</html>
[/html]

0

82

[html]
<style>
@keyframes blink {
  50% { opacity: 1; }
  100% { opacity: 0; }
}
container5 {
background-color: #151515;
color: #eee;
font-family: 'Share Tech Mono', monospace;
user-select: none;
}
.hidden {
display: none;
}

.password {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 60px;
letter-spacing: 5px;
text-transform: uppercase;
}

.granted {
position: absolute;
top: 75%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
}

.info {
position: absolute;
top: 0;
left: 0;
p { margin: 10px; }
}

.button {
background-color: #111;
border: solid 1px #888;
padding: 8px 25px;
font-size: 26px;
letter-spacing: 2px;
cursor: pointer;
}
.rerun {
position: absolute;
bottom: 15px;
right: 115px;
}
.start {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.blink {
    animation: blink 0.8s steps(1, start) infinite alternate;
}
</style>
<script>
var passwords = ['маминабулка', 'админ95', 'жопкадятла', 'повелительподвала', 'ворота69'];
var indexOld;
var index = Math.floor((Math.random() * passwords.length));
var password = passwords[index];
var characters = [];
var counter = 0;

var interval = setInterval(function(){
    for(i = 0; i < counter; i++) {
    characters[i] = password.charAt(i);
    }
    for(i = counter; i < password.length; i++) {
    characters[i] = Math.random().toString(36).charAt(2);
    }
    $('.password').text(characters.join(''));
}, 25);

function hack() {
counter++;
if(counter == password.length){
    $('.granted, .rerun').removeClass('hidden');
}
}
$(window).on('keydown', hack);
$('.password').on('click', hack);

$('.rerun').on('click', function() {
//prevent from displaying the same password two times in a row
indexOld = index;
do {
    index = Math.floor((Math.random() * passwords.length));
} while(index == indexOld);

$('.granted, .rerun').addClass('hidden');
password = passwords[index];
characters = [];
counter = 0;
});

//keyboard events won't fire if the iframe isn't selected first in Full Page view
$('.start').on('click', function() {
$(this).addClass('hidden');
$('.info p:last-child, .password').removeClass('hidden');
});
</script>
<container5>
<link
<div class="info">
<p>Добро пожаловать в нейросеть!<br> Пройди простой тест "Кто ты сегодня".</p>
<p class="hidden">Жмякай на кнопку, чтобы увидеть<span class="blink">_</span></p>
</div><br><br><br>
<div class="password hidden"></div><br><br><br>
<div class="button start">НАЧАТЬ</div><br><br><br><br>
<div class="blink granted hidden">Личность принята! Поздравляем!</div><br><br><br>
<div class=" button rerun hidden">Заново</div><br><br><br>
</container5>

[/html]

0

83

[hideprofile][html]
<style>
.hideprofile .post-author,.hideprofile .pl-email,.hideprofile .pl-website{display:none!important}
.hideprofile .post-body,.hideprofile .post-links,.hideprofile .post-links ul,.post.hideprofile h3>span{margin-left:0!important}
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Share+Tech+Mono&display=swap");

:root {
  --font-body: "Share Tech Mono", monospace;
  --font-headings: "Audiowide", cursive;
  --neon-pink: 341, 100%, 58%;
  --neon-blue: 184, 96%, 46%;
  --very-light-blue: 190, 100%, 91%;
  --dark-blue: 240, 95%, 9%;
  --yellow: 44, 97%, 72%;
  --border: hsl(var(--neon-blue)), hsl(var(--neon-pink)), hsl(var(--neon-blue));
  --padding-wrapper: 1.5em;
  --border-image: linear-gradient(-45deg, var(--border)) 10% stretch;
  --background-lines: linear-gradient(
      hsla(184, 96%, 46%, 0) 90%,
      hsla(184, 96%, 46%, 0.25) 95%
    )
    top left / 100% 0.5rem;
}

/* === GLOBAL STYLES === */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  padding: 1em;
  background: hsl(var(--dark-blue)) var(--background-lines);
  color: hsl(var(--very-light-blue));
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 0.7rem + 0.9vw, 4rem);
  line-height: 1.2;
  overflow-x: hidden;
  max-width: 112.5rem;
}

@media (min-width: 48rem) {
  body {
    margin-left: 13em;
  }
}

h1,
h2,
h3,
h4 {
  z-index: 2;
  position: relative;
  color: hsl(var(--yellow));
  font-family: var(--font-headings);
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h2,
h3,
h4 {
  z-index: 3;
  position: relative;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 1rem + 2vw, 3rem);
}

h3 {
  margin-top: 1em;
}

strong {
  color: hsl(var(--yellow));
}

li {
  list-style-type: none;
}

a {
  color: hsl(var(--neon-pink));
}

a:hover,
a:active {
  color: hsl(var(--very-light-blue));
  top: -0.03rem;
  left: -0.03rem;
  -webkit-filter: drop-shadow(0 0 0.2rem hsla(var(--neon-pink), 0.4))
    drop-shadow(0.5rem 0.5rem 0.2rem hsla(var(--neon-pink), 0.6))
    drop-shadow(-0.5rem 0.5rem 0.2rem hsla(var(--neon-pink), 0.6))
    drop-shadow(0.5rem -0.5rem 0.2rem hsla(var(--neon-pink), 0.6))
    drop-shadow(-0.5rem -0.5rem 0.2rem hsla(var(--neon-pink), 0.6));
  filter: drop-shadow(0 0 0.2rem hsla(var(--neon-pink), 0.4))
    drop-shadow(0.5rem 0.5rem 0.2rem hsla(var(--neon-pink), 0.6))
    drop-shadow(-0.5rem 0.5rem 0.2rem hsla(var(--neon-pink), 0.6))
    drop-shadow(0.5rem -0.5rem 0.2rem hsla(var(--neon-pink), 0.6))
    drop-shadow(-0.5rem -0.5rem 0.2rem hsla(var(--neon-pink), 0.6));
}

p:not(:first-child) {
  margin-top: 1.5em;
}

p:last-child {
  margin-bottom: 1.5em;
}

h1::before,
h2::before,
h3::before,
h4::before {
  z-index: -1;
  position: absolute;
  top: 0.2rem;
  left: -0.2rem;
  width: 100%;
  height: 100%;
  color: hsl(var(--neon-pink));
  opacity: 0.7;
  animation: glitch 0.3s linear infinite alternate-reverse;
}

h1::after,
h2::after,
h3::after,
h4::after {
  z-index: -1;
  position: absolute;
  top: 0.1rem;
  left: 0.2rem;
  width: 100%;
  height: 100%;
  color: hsl(var(--neon-blue));
  opacity: 0.7;
  animation: glitch 0.3s 0.1s linear infinite alternate-reverse;
  -webkit-clip-path: polygon(3% 100%, 14% 28%, 67% 15%, 103% 67%);
  clip-path: polygon(3% 100%, 14% 28%, 67% 15%, 103% 67%);
}

aside {
  width: 100%;
  border: 0.4rem solid hsl(var(--neon-blue));
  padding: 1.5em;
  margin-top: 2em;
  background-color: hsl(var(--dark-blue));
  -o-border-image: var(--border-image);
  border-image: var(--border-image);
}

aside ul {
  margin-top: 0.5rem;
  display: -ms-grid;
  display: grid;
}

aside li {
  margin: 1em;
}

.profile .container > a,
[class^="link"] {
  display: block;
  margin-top: 1em;
  border: 0.2rem solid hsl(var(--yellow));
  padding: 0.6em 1.2em;
  color: hsl(var(--neon-blue));
  text-decoration: none;
  text-align: center;
  font-size: 0.95em;
  max-width: 35ch;
  margin-left: auto;
  margin-right: auto;
}

.profile .container > a:hover,
[class^="link"]:hover {
  -webkit-transform: translate(-0.1rem, -0.1rem);
  transform: translate(-0.1rem, -0.1rem);
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: 0px 0px 25px hsl(var(--yellow));
  box-shadow: 0px 0px 25px hsl(var(--yellow));
  border-color: hsl(var(--very-light-blue));
}

::-moz-selection {
  background-color: hsl(var(--yellow));
  color: hsl(var(--dark-blue));
}

::selection {
  background-color: hsl(var(--yellow));
  color: hsl(var(--dark-blue));
}

:focus {
  outline: 2px solid transparent;
}

:focus-visible {
  outline-color: hsl(var(--neon-pink));
  outline-offset: 2px;
}

/* === SKIP LINK === */
.skip-link:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.skip-link:hover,
.skip-link:active {
  top: 0;
  left: 0;
  -webkit-filter: none;
  filter: none;
}

.skip-link {
  z-index: 100;
  position: fixed;
  left: 0;
  width: 100vw;
  top: 0;
  margin: 0 auto;
  padding: 0.3rem;
  background-color: hsl(var(--dark-blue));
  -webkit-filter: none;
  filter: none;
  text-align: center;
}

@media (min-width: 48rem) {
  .skip-link,
  .skip-link:hover,
  .skip-link:active {
    display: inline-block;
    width: initial;
    top: 2em;
    left: 1em;
  }
}

/* === HEADER === */
header {
  width: 100%;
  border: 0.4rem solid hsl(var(--neon-blue));
  padding: 1.5em;
  background-color: hsl(var(--dark-blue));
  -o-border-image: var(--border-image);
  border-image: var(--border-image);
  text-align: center;
}

header h1 {
  max-width: 5ch;
  font-size: 3rem;
  font-size: clamp(3rem, 2.5rem + 2.5vw, 6rem);
  overflow: hidden;
  opacity: 0.9;
}

header h1::before,
header h1::after {
  content: "Style Stage";
}

header h2 {
  margin-top: 0.5em;
  max-width: 25ch;
  color: hsl(var(--very-light-blue));
  font-size: 1.3rem;
  font-size: clamp(1.3rem, 1.3rem + 1.7vw, 4rem);
  font-family: var(--font-body);
  text-transform: none;
  line-height: 1;
}

.link-github svg {
  width: 1.5rem;
  vertical-align: middle;
  stroke: hsl(var(--neon-pink));
  stroke-width: 0.15rem;
  fill: transparent;
}

/* === NAVIGATION === */
nav {
  border: 0.4rem solid hsl(var(--neon-blue));
  margin-top: 2em;
  -o-border-image: var(--border-image);
  border-image: var(--border-image);
  background-color: hsl(var(--dark-blue));
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  margin-top: 0;
  border: 1px solid hsl(var(--neon-blue));
  padding: 0.5em;
  width: 100%;
  text-align: center;
}

nav a {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

@media screen and (min-width: 48rem) {
  nav {
    position: fixed;
    left: 1em;
    top: 3em;
    width: 12em;
  }

  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav li:not(:last-child) {
    -ms-flex-preferred-size: content;
    flex-basis: content;
  }
}

/* === ABOUT === */
[id="about"] > .container {
  width: 100%;
  border: 0.4rem solid hsl(var(--neon-blue));
  padding: 1.5em;
  margin-top: 2em;
  background-color: hsl(var(--dark-blue));
  -o-border-image: var(--border-image);
  border-image: var(--border-image);
}

[id="about"] ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5em auto;
  font-size: 0.8em;
  text-align: center;
}

[id="about"] li {
  border: 0.2rem solid hsl(var(--very-light-blue));
  padding: 1em;
  margin: 0.5em;
  border-radius: 15%;
  background: hsl(var(--dark-blue));
  -webkit-box-shadow: 0 0 1.2rem hsla(var(--neon-blue), 0.3),
    0.1rem 0.1rem 1.2rem hsla(var(--neon-blue), 0.3),
    -0.1rem 0.1rem 1.2rem hsla(var(--neon-blue), 0.3),
    0.1rem -0.1rem 1.2rem hsla(var(--neon-blue), 0.3),
    -0.1rem -0.1rem 1.2rem hsla(var(--neon-blue), 0.3),
    0 0 1.5rem hsla(var(--neon-blue), 0.4) inset,
    0.1rem 0.1rem 1.5rem hsla(var(--neon-blue), 0.2) inset,
    -0.1rem 0.1rem 1.5rem hsla(var(--neon-blue), 0.2) inset,
    0.1rem -0.1rem 1.5rem hsla(var(--neon-blue), 0.2) inset,
    -0.1rem -0.1rem 1.5rem hsla(var(--neon-blue), 0.2) inset;
  box-shadow: 0 0 1.2rem hsla(var(--neon-blue), 0.3),
    0.1rem 0.1rem 1.2rem hsla(var(--neon-blue), 0.3),
    -0.1rem 0.1rem 1.2rem hsla(var(--neon-blue), 0.3),
    0.1rem -0.1rem 1.2rem hsla(var(--neon-blue), 0.3),
    -0.1rem -0.1rem 1.2rem hsla(var(--neon-blue), 0.3),
    0 0 1.5rem hsla(var(--neon-blue), 0.4) inset,
    0.1rem 0.1rem 1.5rem hsla(var(--neon-blue), 0.2) inset,
    -0.1rem 0.1rem 1.5rem hsla(var(--neon-blue), 0.2) inset,
    0.1rem -0.1rem 1.5rem hsla(var(--neon-blue), 0.2) inset,
    -0.1rem -0.1rem 1.5rem hsla(var(--neon-blue), 0.2) inset;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

[id="about"] li:nth-child(3n) {
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

[id="about"] li:nth-child(2n + 2) {
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

[id="about"] li:hover {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: flicker 0.4s linear;
  animation: flicker 0.4s linear;
}

[id="about"] :first-child h2::before,
[id="about"] :first-child h2::after {
  content: "Setting the Stage";
}

[id="about"] :last-child h2::before,
[id="about"] :last-child h2::after {
  content: "Modern CSS Under the Spotlight";
}

blockquote {
  position: relative;
  margin: 1em 0 1em 2em;
}

blockquote::before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 0.5rem;
  height: 100%;
  background-color: hsla(var(--very-light-blue), 0.25);
  top: 0;
  left: -2em;
  border-radius: 30%;
  -webkit-filter: drop-shadow(0 0 0.2rem hsla(var(--neon-blue), 0.6))
    drop-shadow(0.2rem 0.5rem 0.2rem hsla(var(--neon-blue), 0.6))
    drop-shadow(-0.2rem 0.5rem 0.2rem hsla(var(--neon-blue), 0.6))
    drop-shadow(0.2rem -0.5rem 0.2rem hsla(var(--neon-blue), 0.6))
    drop-shadow(-0.2rem -0.5rem 0.2rem hsla(var(--neon-blue), 0.6));
  filter: drop-shadow(0 0 0.2rem hsla(var(--neon-blue), 0.6))
    drop-shadow(0.2rem 0.5rem 0.2rem hsla(var(--neon-blue), 0.6))
    drop-shadow(-0.2rem 0.5rem 0.2rem hsla(var(--neon-blue), 0.6))
    drop-shadow(0.2rem -0.5rem 0.2rem hsla(var(--neon-blue), 0.6))
    drop-shadow(-0.2rem -0.5rem 0.2rem hsla(var(--neon-blue), 0.6));
}

blockquote::after {
  content: "";
  z-index: 3;
  position: absolute;
  width: 0.5rem;
  height: 100%;
  top: 0;
  left: -2em;
  border-radius: 15%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, hsla(var(--very-light-blue), 0)),
    color-stop(35%, hsla(var(--very-light-blue), 0.8)),
    color-stop(99%, hsla(var(--very-light-blue), 0))
  );
  background-image: linear-gradient(
    hsla(var(--very-light-blue), 0) 1%,
    hsla(var(--very-light-blue), 0.8) 35% 60%,
    hsla(var(--very-light-blue), 0) 99%
  );
  background-position: top left;
  background-size: 100% 30%;
  background-repeat: no-repeat;
  animation: blockquote-animation 1s ease-in-out infinite alternate-reverse;
}

/* === GUIDELINES === */
[id="guidelines"] {
  width: 100%;
  border: 0.4rem solid hsl(var(--neon-blue));
  padding: 1.5em;
  margin-top: 2em;
  background-color: hsl(var(--dark-blue));
  -o-border-image: var(--border-image);
  border-image: var(--border-image);
}

[id="guidelines"] h2::before,
[id="guidelines"] h2::after {
  content: "Guidelines";
}

/* === CONTRIBUTE === */
[id="contribute"] {
  width: 100%;
  border: 0.4rem solid hsl(var(--neon-blue));
  padding: 1.5em;
  margin-top: 2em;
  background-color: hsl(var(--dark-blue));
  -o-border-image: var(--border-image);
  border-image: var(--border-image);
}

[id="contribute"] h2::before,
[id="contribute"] h2::after {
  content: "Contribute";
}

[id="contribute"] ol {
  margin: 1em 0 0 3em;
  counter-reset: contribution-steps;
}

[id="contribute"] li {
  position: relative;
  margin-top: 1em;
  text-align: left;
  counter-increment: contribution-steps;
}

[id="contribute"] li::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: counter(contribution-steps);
  position: absolute;
  top: 0rem;
  left: -3em;
  border: 0.2rem solid hsl(var(--neon-blue));
  width: 2ch;
  height: 2ch;
  border-radius: 50%;
  color: hsl(var(--neon-blue));
  text-align: center;
}

[id="contribute"] li:hover:before {
  color: hsl(var(--very-light-blue));
  border-color: hsl(var(--very-light-blue));
  -webkit-box-shadow: 0 0 1rem hsla(var(--neon-blue), 0.3),
    0.05rem 0.05rem 1rem hsla(var(--neon-blue), 0.3),
    -0.05rem 0.05rem 1rem hsla(var(--neon-blue), 0.3),
    0.05rem -0.05rem 1rem hsla(var(--neon-blue), 0.3),
    -0.05rem -0.05rem 1rem hsla(var(--neon-blue), 0.3),
    0 0 0.1rem hsla(var(--neon-blue), 0.4) inset,
    0.05rem 0.05rem 0.5rem hsla(var(--neon-blue), 0.2) inset,
    -0.05rem 0.05rem 0.5rem hsla(var(--neon-blue), 0.2) inset,
    0.05rem -0.05rem 0.5rem hsla(var(--neon-blue), 0.2) inset,
    -0.05rem -0.05rem 0.5rem hsla(var(--neon-blue), 0.2) inset;
  box-shadow: 0 0 1rem hsla(var(--neon-blue), 0.3),
    0.05rem 0.05rem 1rem hsla(var(--neon-blue), 0.3),
    -0.05rem 0.05rem 1rem hsla(var(--neon-blue), 0.3),
    0.05rem -0.05rem 1rem hsla(var(--neon-blue), 0.3),
    -0.05rem -0.05rem 1rem hsla(var(--neon-blue), 0.3),
    0 0 0.1rem hsla(var(--neon-blue), 0.4) inset,
    0.05rem 0.05rem 0.5rem hsla(var(--neon-blue), 0.2) inset,
    -0.05rem 0.05rem 0.5rem hsla(var(--neon-blue), 0.2) inset,
    0.05rem -0.05rem 0.5rem hsla(var(--neon-blue), 0.2) inset,
    -0.05rem -0.05rem 0.5rem hsla(var(--neon-blue), 0.2) inset;
}

/* === FILES === */
[id="files"] {
  margin-top: 1.5em;
}

[id="files"] .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[id="files"] h3 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

[id="files"] a {
  margin: 1em;
}

/* === PROFILE === */
.profile h4::before,
.profile h4::after {
  content: "Currently Staged Style";
}

.profile {
  text-align: center;
}

.profile li {
  margin: 0;
}

.profile ul > * + * {
  margin-top: 1em;
}

/* === STYLES === */
[id="styles"] {
  text-align: center;
}

[id="styles"] h2::before,
[id="styles"] h2::after {
  content: "Featured Styles";
}

[id="styles"] li {
  margin: 0;
}

[id="styles"] ul > * + * {
  margin-top: 1em;
}

/* === FOOTER === */
.page-footer {
  width: 100%;
  border: 0.4rem solid hsl(var(--neon-blue));
  padding: 1.5em;
  margin-top: 2em;
  background-color: hsl(var(--dark-blue));
  -o-border-image: var(--border-image);
  border-image: var(--border-image);
}

.page-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1em;
}

.page-footer li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30ch;
  flex: 0 1 30ch;
  margin: 1em 1em 0 1em;
}

.page-footer a {
  margin: 0;
  width: 100%;
}

/* === ANIMATIONS === */
@-webkit-keyframes flicker {
  50% {
    border-color: hsl(184, 96%, 46%, 0.5);
  }
}
@keyframes flicker {
  50% {
    border-color: hsl(184, 96%, 46%, 0.5);
  }
}

@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-0.1rem, -0.1rem);
    transform: translate(-0.1rem, -0.1rem);
  }
  40% {
    -webkit-transform: translate(-0.1rem, -0.1rem);
    transform: translate(-0.1rem, -0.1rem);
  }
  60% {
    -webkit-transform: translate(0.1rem, 0.1rem);
    transform: translate(0.1rem, 0.1rem);
  }
  80% {
    -webkit-transform: translate(0.1rem, -0.1rem);
    transform: translate(0.1rem, -0.1rem);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes glitch {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-0.1rem, -0.1rem);
    transform: translate(-0.1rem, -0.1rem);
  }
  40% {
    -webkit-transform: translate(-0.1rem, -0.1rem);
    transform: translate(-0.1rem, -0.1rem);
  }
  60% {
    -webkit-transform: translate(0.1rem, 0.1rem);
    transform: translate(0.1rem, 0.1rem);
  }
  80% {
    -webkit-transform: translate(0.1rem, -0.1rem);
    transform: translate(0.1rem, -0.1rem);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes blockquote-animation {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}

@keyframes blockquote-animation {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}

/* === DISABLE ANIMATIONS === */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

</style>
<script>

</script>
<a href="#main" class="skip-link">Skip to main content</a>
<header>
  <div class="container">
    <h1>Style Stage</h1>
    <h2>A modern CSS showcase styled by community contributions</h2>
    <p>
      Maintained by <a href="https://twitter.com/5t3ph">Stephanie Eckles</a> of
      <a href="https://moderncss.dev">ModernCSS.dev</a>
    </p>
    <a href="https://github.com/5t3ph/stylestage" class="link-github"><span><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true" focusable="false">
          <path d="M32 12.408l-11.056-1.607-4.944-10.018-4.944 10.018-11.056 1.607 8 7.798-1.889 11.011 9.889-5.199 9.889 5.199-1.889-11.011 8-7.798z"></path>
        </svg>
      </span>
      Star on Github</a>
  </div>
</header>
<nav>
  <ul>
    <li><a href="#about">About</a></li>
    <li><a href="#guidelines">Guidelines</a></li>
    <li><a href="#contribute">Contribute</a></li>
    <li><a href="#files">Files</a></li>
    <li><a href="/styles/">All Styles</a></li>
    <li><a href="/resources/">Resources</a></li>
  </ul>
</nav>

<main id="main" tabIndex="-1">
  <div class="container">
    <article id="about">
      <section class="container">
        <h2>Setting the Stage</h2>
        <p>
          In 2003, <a href="http://daveshea.com/projects/zen/">Dave Shea</a> began a legendary
          project called <a href="http://www.csszengarden.com/">CSS Zen Garden</a> that provided
          a demonstration of "what can be accomplished through CSS-based design" until
          submissions stopped in 2013.
        </p>
        <p>
          <strong>Style Stage</strong> seeks to rekindle that spirit by providing this page as
          the base HTML for contributors - like you! - to re-style by submitting an alternate
          stylesheet.
        </p>
        <blockquote>
          <p>
            <strong>How it works:</strong> Visit the
            <a href="/styles/">"All Styles"</a> directory page and select a style to view. A
            page with identical content to this one will be presented with a new design provided
            from a contributed stylesheet. CSS practitioners of any skill level are invited to
            <a href="#contribute">submit a stylesheet</a>!
          </p>
        </blockquote>
        <p>
          The HTML for this page was created to be semantic, accessible, and free of nearly all
          other opinions. Nested sectioning elements with the class `.container` serve as
          additional style aids since you do not have access to alter the base HTML. IDs are
          included where needed for nav anchors or accessibility, and a small number of
          additional classes are provided for key elements without IDs. Don't forget the
          `.skip-link`!
        </p>
      </section>
      <section class="container">
        <h2>Modern CSS Under the Spotlight</h2>
        <p>
          Modern CSS has increased and improved the available CSS properties and layout
          behaviors, and browser support is nearly in sync for most high-touch features.
        </p>
        <p>Some examples of modern CSS include:</p>
        <ul>
          <li>Flexbox</li>
          <li>Grid</li>
          <li>custom variables</li>
          <li>@supports()</li>
          <li>gradients</li>
          <li>animation</li>
          <li>3D transforms</li>
          <li>object-fit</li>
          <li>:focus-within</li>
          <li>calc()</li>
          <li>min() / max() / clamp()</li>
          <li>viewport units</li>
          <li>scroll-(margin/padding/snap)</li>
          <li>position: sticky</li>
          <li>two-value display</li>
          <li>expanded media query values</li>
          <li>variable fonts</li>
        </ul>
        <p>
          We also collectively have an improved understanding of what it takes to make
          accessible experiences.
        </p>
        <p>
          <a href="#contribute">Join Style Stage as a contributor</a> to refresh your CSS
          skills, and learn from others!
        </p>
      </section>
    </article>
    <article id="guidelines">
      <section class="container">
        <h2>Guidelines</h2>
        <p>
          Contributing a stylesheet to Style Stage means you agree to abide by
          <a href="/guidelines/">our full guidelines</a>.
        </p>
        <h3>TL;DR</h3>
        <p>
          All submissions will be autoprefixed and prepended with the
          <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA license</a>
          as well as attribution using the metadata you provide. You may use any build setup you
          prefer, but the final submission should be the compiled, unminified CSS. You retain
          the copyright to original graphics and must ensure all graphics used are appropriately
          licensed. All asset links, including fonts, must be absolute to external resources.
          Stylesheets will be saved into the Github repo, and detected changes that violate the
          guidelines are cause for removal.
        </p>
        <p>
          Ensure your design is responsive, and that it passes accessible contrast (we'll be
          using aXe to verify). Animations should be removed via `prefers-reduced-motion`.
          Cutting-edge techniques should come with a fallback if needed to not severely impact
          the user experience. No content may be permanently hidden, and hidden items must come
          with an accessible viewing technique. Page load time should not exceed 3 seconds.
        </p>
        <p>
          Most importantly - have fun and learn something new! Check out the
          <a href="/resources/">resources</a> for tips and inspiration.
        </p>
        <a href="/guidelines/" class="link-guidelines">Review full guidelines</a>
      </section>
    </article>
    <article id="contribute">
      <section class="container">
        <h2>Contribute</h2>
        <p>All who enjoy the craft of writing CSS are welcome to contribute!</p>
        <p>
          By participating as a contributor, your work will be shared with your provided
          attribution as long as Style Stage is online, your stylesheet link and any asset links
          remain valid, and all <a href="/guidelines/">contributor guidelines</a> are adhered
          to.
        </p>
      </section>
      <section class="container">
        <h3>Steps to Contribute</h3>
        <ol>
          <li>
            Download the source files listed below to use as a reference to build your
            stylesheet.
          </li>
          <li>
            Host your completed stylesheet at a public URL, and ensure all asset links are
            absolute URLs to external resources.
          </li>
          <li>
            <a href="https://github.com/5t3ph/stylestage">Create a pull request</a> to add your
            information as a unique .json file to: src/_data/styles. The schema is detailed in
            the repo README, and you can review the FAQ on
            <a href="/guidelines/#how-do-i-create-a-pull-request-pr">creating a pull request</a>.
          </li>
          <li>
            If your contribution abides by the previously listed guidelines, your submission
            will be added!
          </li>
        </ol>
      </section>
      <footer id="files">
        <div class="container">
          <h3>Source Files</h3>
          <a href="/source-files/style.css" class="link-downloadcss" download>Download CSS</a>
          <a href="/source-files/stylestage.html" class="link-downloadhtml" download>Download HTML</a>
          <a href="https://codepen.io/5t3ph/pen/b493845ae41e836889dd84fdbb0f5291" class="link-codepen" download>Fork the CodePen</a>
        </div>
      </footer>
    </article>
  </div>
</main>
<aside class="profile" aria-labelledby="profile-title">
  <div class="container">
    <h4 id="profile-title">Currently Staged Style</h4>
    <ul>
      <li class="profile-title"><span>Title:</span> <span>Retro Cyberpunk</span></li>
      <li class="profile-author"><span>Author:</span> <span>Inès K.</span></li>
      <li class="profile-twitter">
        <span>Twitter:</span> <span><a href="https://twitter.com/inescodes">inescodes</a></span>
      </li>
    </ul>
    <a href="/styles/css/retro-cyberpunk.css">View Stylesheet</a>
  </div>
</aside>
<aside id="styles">
  <div class="container">
    <h2>Featured Styles</h2>
    <ul class="features">
      <li>
        <span>
          <a href="/styles/web-2.0-lobster-party">Web 2.0 Lobster Party<span aria-hidden="true"></span></a>
          <span>by Andy Bell</span>
        </span>
      </li>
      <li>
        <span>
          <a href="/styles/retroish">Retroish<span aria-hidden="true"></span></a>
          <span>by Jean Louise Tiston</span>
        </span>
      </li>
      <li>
        <span>
          <a href="/styles/transparency">Transparency<span aria-hidden="true"></span></a>
          <span>by Jens Oliver Meiert</span>
        </span>
      </li>
    </ul>

    <a href="/styles/" class="link-allstyles">View All Styles</a>
  </div>
</aside>
<footer class="page-footer">
  <div class="container">
    <p>
      Created and maintained by
      <a href="https://twitter.com/5t3ph">Stephanie Eckles (@5t3ph)</a>
    </p>
    <ul>
      <li>
        <a href="https://twitter.com/5t3ph" class="link-twittercontact">Contact on Twitter</a>
      </li>
      <li>
        <a href="https://github.com/5t3ph/stylestage" class="link-github"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" aria-hidden="true" focusable="false">
            <path d="M32 12.408l-11.056-1.607-4.944-10.018-4.944 10.018-11.056 1.607 8 7.798-1.889 11.011 9.889-5.199 9.889 5.199-1.889-11.011 8-7.798z"></path>
          </svg>
          Star on Github</a>
      </li>
      <li><a href="/feed/" class="link-rss">RSS Feed</a></li>
      <li><a href="/subscribe/" class="link-support">Subscribe to Updates</a></li>
    </ul>
    <p>
      Crafted with semantic, accessible HTML and CSS, <strong>Style Stage</strong> is generated
      with <a href="https://11ty.dev">11ty</a> and hosted on
      <a href="https://netlify.com">Netlify</a>. This project uses
      <a href="https://postcss.org/">PostCSS</a> with
      <a href="https://github.com/postcss/autoprefixer">autoprefixer</a>.
    </p>
    <p>
      Contributors retain copyright of all graphics used, and styles are available under
      <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA</a>
    </p>
  </div>
</footer>

[/html]

0

84

[html]
<style>
@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Merriweather|Open+Sans&display=swap');

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #101010;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  width: calc(100% - 40px);
  height: 50px;
  padding: 5px 20px;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  .logo {
    flex: 1 1 100px;
  }
}

.im-a-hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  flex: 0 0 20px;
  width: 20px;
  fill: hsla(36,95%,91%,1);
  cursor: pointer;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  .background-blobs {
   
    svg {
      position: absolute;
      top: -10%;
      left: -20%;
      right: -20%;
      width: 1920px;
      height: auto;
      filter: drop-shadow( 22px 22px 0px hsla(232,85%,41%,0.3));
      opacity: 0.2;
    }
  }
  .header-text {
    width: 1300px;
    h1 {
      font-family: 'Archivo Black', 'Arial Black', sans-serif;
      font-size: 240px;
      -webkit-text-fill-color: transparent;
      background: -webkit-linear-gradient(transparent, transparent),
               url('https://image.freepik.com/free-vector/earth-view-night-from-alien-planet-neon-space_33099-1876.jpg') repeat;
      background: -o-linear-gradient(transparent, transparent);
      -webkit-background-clip: text;
      text-shadow: 0 0 10px rgba(0,0,0,0.3);
      text-overflow: hidden;
    }
    h3 {
      font-family: 'Merriweather', 'Times New Roman', sans-serif;
      font-size: 45px;
      font-weight: 400;
      letter-spacing: 1px;
      width: 80%;
      padding: 0 10%;
      line-height: 72px;
      text-align: center;
      margin-top: -80px;
      color: #fafafa;
    }
  }
}
.navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 205;
  &.open {
    display: block;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
  }
  #navigation-background {
    width: 180vw;
    height: 170vh;
    position: fixed;
    top: -70vh;
    left: -50vw;
    z-index: 210;
    .morph-path {
      fill: hsla(242,55%,33%,0.65);
      transition: fill 0.5s ease-in-out;
    }
  }
  nav {
    display: none;
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 220;
    &.open {
      display: block;
    }
    ul {
      list-style: none;
      margin: 0;
      padding: 0;
      li {
        padding: 5px 50px;
        line-height: 60px;
        font-family: 'Open Sans', 'Arial Black', sans-serif;
        font-size: 40px;
        margin: 20px 0;
        a {
          text-decoration: none;
          color: #fff;
          &:hover {
            background-image: linear-gradient(180deg,transparent 90%,hsla(249,62%,90%,0.5) 0);
          }
        }
      }
    }
  }
}
</style>
<script>
let shapes = [
    {
        d: "M1694.17,69.11c-21.15,46.26-57.31,104.06-118,123-36,11.22-57.7,1.67-115-2-89.29-5.71-118,12.26-213,21-104.64,9.63-124.51-7.14-234-8-98.87-.77-238-1.86-366,60-154.3,74.55-131.59,162.75-270,216-133.46,51.34-315.11,31.11-364-60-39.85-74.25,18.49-176.94,35-206C234-112.21,1335,19.57,1694.17,69.11Z"
    },
    {
        d: "M1737.24,215.24c-34.74,37.5-67.35,51.35-91,57-57.8,13.8-91.82-14.3-144,6-33.08,12.86-45.33,34.24-67,56-70.1,70.36-173.64,79.18-242,85-177.57,15.11-211.26-83.88-316-64-186.56,35.39-153.7,363.51-372,456-142.82,60.5-344.26-.55-439-129-108-146.45-65.7-364.73,4-474C255.28-81.85,922.75-57.54,1737.24,215.24Z"
    },
    {
        d: "M2103.58,312.15c-177.1,79.56-276.61,94.56-336,90-5.83-.45-22.23-1.93-45-2,0,0-102.23-.34-186,31-132.83,49.68-105.49,192.42-235,261-99.66,52.76-150.92-13.18-271,25-135.26,43-179.58,161.4-273,288-150.43,203.84-432.33,434.57-571,387-193.12-66.25-291.42-735-15-1087C478.21-85.35,1271.73-118.86,2103.58,312.15Z"
    }
]

var morph = anime({
    targets: '.morph-path',
    d: [
        {value: shapes[0].d},
        {value: shapes[2].d}
    ],
    delay: 0,
    duration: 2000,
    autoplay: false,
    loop: false,
    complete: (anim) => {
      console.log(anim.reversed);
      if (anim.reversed) {
        document.querySelector(".navigation").classList.toggle("open");
        morph.completed = false;
        morph.progress = 0;
        morph.reverse();
      } else {
        document.querySelector(".navigation nav").classList.toggle("open")
        document.querySelectorAll(".navigation nav ul li").forEach((el) => {
          const pageColor = {
            "home": "hsla(242,55%,33%,0.65)",
            "about": "hsla(185,37%,35%,0.65)",
            "contact": "hsla(319,99%,21%,0.65)",
            "dance": "hsla(170,100%,35%,0.65)"
          }
          el.addEventListener("mouseover", (e) => {
            document.querySelector(".morph-path").style.fill = pageColor[el.getAttribute("data-item")];
          })

          el.addEventListener("click", (e) => {
            document.querySelector(".navigation nav").classList.toggle("open");
            document.querySelector(".navigation").classList.toggle("open");
            morph.reverse();
          })
        })
      }
    }
});

document.querySelector(".im-a-hamburger").addEventListener("click", (e) => {
  if (!document.querySelector(".navigation").classList.contains("open")) {
    document.querySelector(".navigation").classList.toggle("open")
    morph.play();
  } else {
    document.querySelector(".navigation nav").classList.toggle("open");
    morph.completed = false;
    morph.progress = 0;
    morph.reverse();
    morph.play();
  }
})
</script>

<svg viewBox="0 0 100 80" class="im-a-hamburger">
  <rect width="100" height="20"></rect>
  <rect y="30" width="100" height="20"></rect>
  <rect y="60" width="100" height="20"></rect>
</svg>

<main>
  <div class="background-blobs">
    <svg id="Blob_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2270 654"><defs><style>.cls-1{fill:url(#linear-gradient);}</style><linearGradient id="linear-gradient" x1="245.63" y1="737.2" x2="1097.27" y2="-614.44" gradientUnits="userSpaceOnUse"><stop offset="0.38" stop-color="hsla(232,85%,41%,1)"/><stop offset="1" stop-color="hsla(250,66%,20%,1)"/></linearGradient></defs><title>Untitled-1</title><path class="cls-1" d="M2011-100.71C1989.31-70.81,1948.7-25,1882.4,4.91c-57.57,26-109.62,28.75-138.58,30-83.44,3.67-85.67-20.27-158.55-15.56-69.93,4.52-81.51,27.45-174.92,37.8-31.45,3.49-58.42,4-96.59,3.12-158.59-3.74-228.36-25.65-308.66-27.58-167.51-4-161.63,84.58-360.54,105.62C464,157.44,396.64,91.09,318.07,147.23,246.51,198.35,286,265.11,204.15,358.48c-11.68,13.32-131.41,145.9-276,113.41C-169.49,450-232.28,363.11-251.52,288.44c0,0-35.2-109.41,47.13-229C44.51-302.32,1527.26-155.79,2011-100.71Z" transform="translate(259 177)"/></svg>
  </div>
  <div class="header-text">
    <h1>Creativity</h1>
    <h3>The use of imagination or original ideas to create something amazing</h3>
  </div>
</main>

<div class="navigation">
  <div class="overlay"></div>
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" id="navigation-background"><path class="a morph-path" d="M1694.17,69.11c-21.15,46.26-57.31,104.06-118,123-36,11.22-57.7,1.67-115-2-89.29-5.71-118,12.26-213,21-104.64,9.63-124.51-7.14-234-8-98.87-.77-238-1.86-366,60-154.3,74.55-131.59,162.75-270,216-133.46,51.34-315.11,31.11-364-60-39.85-74.25,18.49-176.94,35-206C234-112.21,1335,19.57,1694.17,69.11Z"/></svg> 
  <nav>
    <ul>
      <li data-item="home"><a href="#0">Home</a></li>
      <li data-item="about"><a href="#0">About</a></li>
      <li data-item="contact"><a href="#0">Contact</a></li>
      <li data-item="dance"><a href="#0">Dance</a></li>
    </ul>
  </nav>
</div>
[/html]

0

85

[html]
<style>
h91,
h92 {
  margin: 0;
}

a {
  color: #ccc;
}

.hero {
  font-size: clamp(40px, 10vw, 100px);
  line-height: 1;
  display: inline-block;
  color: #fff;
  z-index: 2;
  letter-spacing: 10px;

  /* Bright things in dark environments usually cast that light, giving off a glow */
  filter: drop-shadow(0 1px 3px);
}

section {
  padding: 20px;
}

.hero {
  font-size: clamp(40px, 10vw, 100px);
  line-height: 1;
  display: inline-block;
  color: #fff;
  z-index: 2;
  letter-spacing: 10px;

  /* Bright things in dark environments usually cast that light, giving off a glow */
  filter: drop-shadow(0 1px 3px);
}

.demo {
  height: 100px;
  background: #fff;
}

.layers {
  position: relative;
}

.layers::before,
.layers::after {
  content: attr(data-text);
  position: absolute;
  width: 110%;
  z-index: -1;
}

.layers::before {
  top: 10px;
  left: 15px;
  color: #e0287d;
}

.layers::after {
  top: 5px;
  left: -10px;
  color: #1bc7fb;
}

.single-path {
  clip-path: polygon(
    0% 12%,
    53% 12%,
    53% 26%,
    25% 26%,
    25% 86%,
    31% 86%,
    31% 0%,
    53% 0%,
    53% 84%,
    92% 84%,
    92% 82%,
    70% 82%,
    70% 29%,
    78% 29%,
    78% 65%,
    69% 65%,
    69% 66%,
    77% 66%,
    77% 45%,
    85% 45%,
    85% 26%,
    97% 26%,
    97% 28%,
    84% 28%,
    84% 34%,
    54% 34%,
    54% 89%,
    30% 89%,
    30% 58%,
    83% 58%,
    83% 5%,
    68% 5%,
    68% 36%,
    62% 36%,
    62% 1%,
    12% 1%,
    12% 34%,
    60% 34%,
    60% 57%,
    98% 57%,
    98% 83%,
    1% 83%,
    1% 53%,
    91% 53%,
    91% 84%,
    8% 84%,
    8% 83%,
    4% 83%
  );
}

.paths {
  animation: paths 5s step-end infinite;
}

@keyframes paths {
  0% {
    clip-path: polygon(
      0% 43%,
      83% 43%,
      83% 22%,
      23% 22%,
      23% 24%,
      91% 24%,
      91% 26%,
      18% 26%,
      18% 83%,
      29% 83%,
      29% 17%,
      41% 17%,
      41% 39%,
      18% 39%,
      18% 82%,
      54% 82%,
      54% 88%,
      19% 88%,
      19% 4%,
      39% 4%,
      39% 14%,
      76% 14%,
      76% 52%,
      23% 52%,
      23% 35%,
      19% 35%,
      19% 8%,
      36% 8%,
      36% 31%,
      73% 31%,
      73% 16%,
      1% 16%,
      1% 56%,
      50% 56%,
      50% 8%
    );
  }

  5% {
    clip-path: polygon(
      0% 29%,
      44% 29%,
      44% 83%,
      94% 83%,
      94% 56%,
      11% 56%,
      11% 64%,
      94% 64%,
      94% 70%,
      88% 70%,
      88% 32%,
      18% 32%,
      18% 96%,
      10% 96%,
      10% 62%,
      9% 62%,
      9% 84%,
      68% 84%,
      68% 50%,
      52% 50%,
      52% 55%,
      35% 55%,
      35% 87%,
      25% 87%,
      25% 39%,
      15% 39%,
      15% 88%,
      52% 88%
    );
  }

  30% {
    clip-path: polygon(
      0% 53%,
      93% 53%,
      93% 62%,
      68% 62%,
      68% 37%,
      97% 37%,
      97% 89%,
      13% 89%,
      13% 45%,
      51% 45%,
      51% 88%,
      17% 88%,
      17% 54%,
      81% 54%,
      81% 75%,
      79% 75%,
      79% 76%,
      38% 76%,
      38% 28%,
      61% 28%,
      61% 12%,
      55% 12%,
      55% 62%,
      68% 62%,
      68% 51%,
      0% 51%,
      0% 92%,
      63% 92%,
      63% 4%,
      65% 4%
    );
  }

  45% {
    clip-path: polygon(
      0% 33%,
      2% 33%,
      2% 69%,
      58% 69%,
      58% 94%,
      55% 94%,
      55% 25%,
      33% 25%,
      33% 85%,
      16% 85%,
      16% 19%,
      5% 19%,
      5% 20%,
      79% 20%,
      79% 96%,
      93% 96%,
      93% 50%,
      5% 50%,
      5% 74%,
      55% 74%,
      55% 57%,
      96% 57%,
      96% 59%,
      87% 59%,
      87% 65%,
      82% 65%,
      82% 39%,
      63% 39%,
      63% 92%,
      4% 92%,
      4% 36%,
      24% 36%,
      24% 70%,
      1% 70%,
      1% 43%,
      15% 43%,
      15% 28%,
      23% 28%,
      23% 71%,
      90% 71%,
      90% 86%,
      97% 86%,
      97% 1%,
      60% 1%,
      60% 67%,
      71% 67%,
      71% 91%,
      17% 91%,
      17% 14%,
      39% 14%,
      39% 30%,
      58% 30%,
      58% 11%,
      52% 11%,
      52% 83%,
      68% 83%
    );
  }

  76% {
    clip-path: polygon(
      0% 26%,
      15% 26%,
      15% 73%,
      72% 73%,
      72% 70%,
      77% 70%,
      77% 75%,
      8% 75%,
      8% 42%,
      4% 42%,
      4% 61%,
      17% 61%,
      17% 12%,
      26% 12%,
      26% 63%,
      73% 63%,
      73% 43%,
      90% 43%,
      90% 67%,
      50% 67%,
      50% 41%,
      42% 41%,
      42% 46%,
      50% 46%,
      50% 84%,
      96% 84%,
      96% 78%,
      49% 78%,
      49% 25%,
      63% 25%,
      63% 14%
    );
  }

  90% {
    clip-path: polygon(
      0% 41%,
      13% 41%,
      13% 6%,
      87% 6%,
      87% 93%,
      10% 93%,
      10% 13%,
      89% 13%,
      89% 6%,
      3% 6%,
      3% 8%,
      16% 8%,
      16% 79%,
      0% 79%,
      0% 99%,
      92% 99%,
      92% 90%,
      5% 90%,
      5% 60%,
      0% 60%,
      0% 48%,
      89% 48%,
      89% 13%,
      80% 13%,
      80% 43%,
      95% 43%,
      95% 19%,
      80% 19%,
      80% 85%,
      38% 85%,
      38% 62%
    );
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    clip-path: none;
  }
}

.movement {
  /* Normally this position would be absolute & on the layers, set to relative here so we can see it on the div */
  position: relative;
  animation: movement 8s step-end infinite;
}

@keyframes movement {
  0% {
    top: 0px;
    left: -20px;
  }

  15% {
    top: 10px;
    left: 10px;
  }

  60% {
    top: 5px;
    left: -10px;
  }

  75% {
    top: -5px;
    left: 20px;
  }

  100% {
    top: 10px;
    left: 5px;
  }
}

.opacity {
  animation: opacity 5s step-end infinite;
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }

  5% {
    opacity: 0.7;
  }

  30% {
    opacity: 0.4;
  }

  45% {
    opacity: 0.6;
  }

  76% {
    opacity: 0.4;
  }

  90% {
    opacity: 0.8;
  }

  1%,
  7%,
  33%,
  47%,
  78%,
  93% {
    opacity: 0;
  }
}

.font {
  animation: font 7s step-end infinite;
}

@keyframes font {
  0% {
    font-weight: 100;
    color: #e0287d;
    filter: blur(3px);
  }

  20% {
    font-weight: 500;
    color: #fff;
    filter: blur(0);
  }

  50% {
    font-weight: 300;
    color: #1bc7fb;
    filter: blur(2px);
  }

  60% {
    font-weight: 700;
    color: #fff;
    filter: blur(0);
  }

  90% {
    font-weight: 500;
    color: #e0287d;
    filter: blur(6px);
  }
}

.glitch span {
  animation: paths 5s step-end infinite;
}

.glitch::before {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 8s step-end infinite, movement 10s step-end infinite;
}

.glitch::after {
  animation: paths 5s step-end infinite, opacity 5s step-end infinite,
    font 7s step-end infinite, movement 8s step-end infinite;
}
.hero-container {
  position: relative;
  padding: 200px 0;
  text-align: center;
}

.environment {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  filter: blur(5px);
  background: url(https://images.unsplash.com/photo-16021 … 0&q=80)
    center no-repeat;
  background-size: cover;
}

</style>
<section>

  <div class="hero-container">
    <div class="environment"></div>
    <h92 class="hero glitch layers" data-text="БЛЯ"><span>БЛЯ</span></h92>
  </div>
</section>

[/html]

0

86

[html]
<style>
#container6 {
  padding: 50px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #222;
  color: #ccc;
  text-align: justify;
  font-family: ruluko;
}

hr {
  width: 90%;
  margin: 30px 0px;
  border: 5px solid #cc0f0f;
  color: black;
  border-radius: 5px;
  box-shadow: 0 0 5px red;
  padding: 0;
  animation: glow 1.5s ease-in-out infinite;
  -webkit-animation: glow 1.5s ease-in-out infinite;
}

hr::before {
  content: '';
  position: absolute;
  border: 2px solid #222;
  width: 80%;
  margin: -2px 50px;
  border-radius: 2px;
  box-shadow: 0 0 3px black;
  animation: glowMinr 2s ease-in-out;
  -webkit-animation: glowMinor 2s ease-in-out infinite
}

@keyframes glow {
  0%{box-shadow: 0 0 2px red;}
  50%{box-shadow: 0 0 8px red;}
  100%{box-shadow: 0 0 2px red;}
}

@-webkit-keyframes glow {
  0%{box-shadow: 0 0 2px red;}
  50%{box-shadow: 0 0 8px red;}
  100%{box-shadow: 0 0 2px red;}
}

@keyframes glowMinor {
  0%{box-shadow: 0 0 2px black;}
  50%{box-shadow: 0 0 8px black;}
  100%{box-shadow: 0 0 2px black;}
}

@-webkit-keyframes glowMinor {
  0%{box-shadow: 0 0 2px black;}
  50%{box-shadow: 0 0 8px black;}
  100%{box-shadow: 0 0 2px black;}
}

div {
  opacity:0.5;
  transition: opacity 0.2s ease-in-out;
}

div:hover {
  opacity:1;
}

h61 {
  text-shadow:0 0 15px red;
  animation: blin 0.5s linear, glowh1 1.5s ease-in-out infinite;
  -webkit-animation: blin 0.5s linear, glowh1 1.5s ease-in-out infinite;
  color:#cc0f0f;
font-size: 50px;
}

@keyframes glowh1 {
  0%{text-shadow: 0 0 8px red;}
  50%{text-shadow: 0 0 20px red;}
  100%{text-shadow: 0 0 8px red;}
}

@-webkit-keyframes glowh1 {
  0%{text-shadow: 0 0 8px red;}
  50%{text-shadow: 0 0 20px red;}
  100%{text-shadow: 0 0 8px red;}
}

@keyframes blin {
  0%{transform:translate(-2px, -10px);}
  2%{transform:translate(0px, 0px);}
  40%{transform:translateY(4px) skew(10deg);}
  52%{transform:translateY(0px) skew(0deg);}
}

@-webkit-keyframes blin {
  0%{transform:translate(-2px, -10px);}
  2%{transform:translate(0px, 0px);}
  40%{transform:translateY(4px) skew(10deg);}
  52%{transform:translateY(0px) skew(0deg);}
  100%{transform:translateY(0px) skey(0deg);}
}
</style>
<div id="container6">
<h61><center>My summer vacation</center></h61>
 
<div><p>This summer I went to Camp Smurfabunch. I was there for 2 weeks and had mega fun times. I was the fastest kayaker in the whole camp, and won a first place ribbon. I learned to tie knots, dive off a pier, and lick toads.</p>
 
<p>I met new friends Ketchel, Caleb, and Sarah. I hope they come visit me later this summer but even if they can't &mdash; I'll see them next summer.</p></div>

<hr>

<div><p>Later that summer I got to go to Wisconsin Dells with my family. We stayed at The Wilderness which has both inside and outside water parks. My mom was scared to go down the four-person funnel ride, but she did anyway and ended up liking it.</p>

<p>We went go karting at Mt. Zues (or something, I can't remember the name but there was an old god dude holding a lightning bolt as the logo). I beat my brother and dad on the first 2 laps but dad pulled ahead and beat me on the last lap.</p></div>

<hr>

<div><p>The last thing I did this summer was go shopping for school clothes and supplies. I got a Trapper Keeper with KISS on it. And like fifty erasers because I make mistakes a lot lololol.</p>

<p>I don't want to go back to school but I know once I get used to it, it will be fine again. I'd rather just go down waterslides all day.</p></div>
</div>
[/html]

0

87

[html]
<style>
body{
  margin:0;
  padding:0;
}
.wrapper{
  height:100vh;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  background:url('https://onemartialarts.com/kickboxing/wp-content/uploads/2015/09/Black-Brick-Wall-Background.jpg') center;
}
.neon {
  font-family: 'Charmonman', cursive;
  font-size:120px;
  color:#ffffff;
  text-shadow: 0 0 5px #ffffff,
            0 0 10px #ffffff,
            0 0 15px #ffffff,
            0 0 20px #ff0000,
            0 0 35px #ff0000,
            0 0 40px #ff0000,
            0 0 50px #ff0000,
            0 0 75px #ff0000;
  animation: blink 1.5s ease-in-out infinite alternate;   
}

@keyframes blink {
    from {
      text-shadow: 0 0 10px #ffffff,
                 0 0 20px  #ffffff,
                 0 0 30px  #ffffff,
                 0 0 40px  #228DFF,
                 0 0 70px  #228DFF,
                 0 0 80px  #228DFF,
                 0 0 100px #228DFF,
                 0 0 150px #228DFF;
    }
    to {
      text-shadow: 0 0 5px #ffffff,
            0 0 10px #ffffff,
            0 0 15px #ffffff,
            0 0 20px #ff0000,
            0 0 35px #ff0000,
            0 0 40px #ff0000,
            0 0 50px #ff0000,
            0 0 75px #ff0000;
    }
}
</style>
<div class="wrapper">
  <h1 class="neon">Welcome</h1>
</div>
[/html]

0

88

[html]
<style>
/*Load Font*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,900|Source+Serif+Pro:400|Pinyon+Script|Bungee+Outline|Alegreya|Alegreya+SC:700');

* {
box-sizing: border-box;
}

html {
font-size: 125%;
}

body {
font-family: 'Source Serif Pro', Georgia, serif;
margin: 0.8rem auto 8rem;
padding: 1.6rem 0.8rem;
max-width: 35rem;
line-height: 1.6rem;
color: #222;
}

p {
margin: 0 0 4.8rem;
}

/* ## CLASSICAL ### */

.initial-classical::first-letter {
font-size: 3.6em;
float: left;
line-height: 0.8;
margin-top: 0.05em; /* for baseline alignment */
margin-left: -0.05em; /* for optical alignment to the left */
margin-right: 0.05em; /* for optical alignment to the right */
}

/* ## SCRIPT ### */

.initial-script::first-letter {
font-family: "Pinyon Script";
font-size: 4.4em;
margin-right: -0.1em; /* to reduce the gap between the inital an the text */
color: #7C3333;
}

/* ## FIRST LINE ### */

.initial-first-line {
font-family: 'Alegreya';
font-size: 1.1em;
}

.initial-first-line::first-line {
font-family: 'Alegreya SC';
font-weight: 700;
letter-spacing: 0.03em;
}

.initial-first-line::first-letter {
font-family: 'Alegreya';
font-weight: 400;
font-size: 5em;
float: left;
line-height: 0.5;
margin-top: -0.08em;
margin-left: -0.02em;
margin-right: 0.05em;
}

/* ## MINIMALISM ### */

.initial-minimalism::first-letter {
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-weight: 200;
font-size: 4.2em;
float: left;
line-height: 0.8;
padding: 0.05em 0.3em 0.1em;
}

/* ## MODERN ### */

.initial-modern::first-letter {
text-transform: lowercase;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
font-weight: 200;
font-size: 3.2em;
float: left;
line-height: 1.25;
margin-right: 0.1em;
margin-top: 0.075em;
padding: 0 0.3em;
background-color: rgba(50,39,117,1);
border: 2px #fff solid;
box-shadow: -7px 7px rgba(50,39,117,0.15);
color: #fff;
}

/* ## NEON ### */

.initial-neon {
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
padding-top: 1.8rem; /* to comensate negative margin-top of ::first-letter */
}

.initial-neon::first-letter {
font-family: "Bungee Outline", "Arial Black", sans-serif;
font-size: 6em;
float: left;
line-height: 0.8;
margin-top: -1.8rem;
margin-left: -0.05em;
color:  rgba(222,31,232,1);
text-shadow: 0 0 5px rgba(222,31,232,0.8);
}

/* ## OVERLAY ### */

.initial-overlay {
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
padding-left: 3.2rem;
}

.initial-overlay::first-letter {
font-weight: 900;
font-size: 10.5em;
float: left;
line-height: 0.8;
margin-top: -0.05em;
margin-left: -3.2rem;
margin-right: -1em;
color: rgba(0,0,255,0.15);
text-shadow: -0.03em 0.03em 0 rgba(255,0,0,0.15);
}

</style>
<script>

</script>
<p class="initial-classical">Excited him now natural saw passage offices you minuter. At by asked being court hopes. Farther so friends am to detract. Forbade concern do private be. Offending residence but men engrossed shy. Pretend am earnest offered arrived company so on. Felicity informed yet had admitted strictly how you. Raising say express had chiefly detract demands she.</p>
    <p class="initial-script">Raising say express had chiefly detract demands she. Quiet led own cause three him. Front no party young abode state up. Saved he do fruit woody of to. Met defective are allowance two perceived listening consulted contained. It chicken oh colonel pressed excited suppose to shortly. He improve started no we manners however effects.</p>
    <p class="initial-first-line">Mankind and valley indeed so no wonder future nature vanity. Debating all she mistaken indulged believed provided declared. He many kept on draw lain song as same. Whether at dearest certain spirits is entered in to. Rich fine bred real use too many good. She compliment unaffected expression favourable any. Unknown chiefly showing to conduct no. Hung as love evil able to post at as.</p>
    <p class="initial-minimalism">Dorothy was these three and songs arose whose. Of in vicinity contempt together in possible branched. Assured company hastily looking garrets in oh. Most have love my gone to this so. Discovered interested prosperous the our affronting insipidity day. Missed lovers way one vanity wishes nay but. Use shy seemed within twenty wished old few regret passed.</p>
    <p class="initial-modern">Bad people are valley had silent eat merits esteem bed. In last an or went wise as left. Visited civilly am demesne so colonel he calling. So unreserved do interested increasing sentiments. Vanity day giving points within six not law. Few impression difficulty his use has comparison decisively. New the her nor case that lady paid read.</p>
    <p class="initial-neon">Even invitations and friendship travelling eat everything the out two. Shy you who scarcely expenses debating hastened resolved. Always polite moment on is warmth spirit it to hearts. Downs those still witty an balls so chief so. Moment an little remain no up lively no. Way brought may off our regular country towards adapted cheered.</p>
    <p class="initial-overlay">Smallest directly families surprise honoured am an. Speaking replying mistress him numerous she returned feelings may day. Evening way luckily son exposed get general greatly. Zealously prevailed be arranging do. Set arranging too dejection september happiness. Understood instrument or do connection no appearance do invitation. Dried quick round it or order. Add past see west felt did any. Say out noise you taste merry plate you share.</p>
[/html]

0

89

[html]<style>

</style>
<script>
var w = c.width = window.innerWidth,
    h = c.height = window.innerHeight,
    ctx = c.getContext( '2d' ),
   
    opts = {
     
      len: 20,
      count: 50,
      baseTime: 10,
      addedTime: 10,
      dieChance: .05,
      spawnChance: 1,
      sparkChance: .1,
      sparkDist: 10,
      sparkSize: 2,
     
      color: 'hsl(hue,100%,light%)',
      baseLight: 50,
      addedLight: 10, // [50-10,50+10]
      shadowToTimePropMult: 6,
      baseLightInputMultiplier: .01,
      addedLightInputMultiplier: .02,
     
      cx: w / 2,
      cy: h / 2,
      repaintAlpha: .04,
      hueChange: .1
    },
   
    tick = 0,
    lines = [],
    dieX = w / 2 / opts.len,
    dieY = h / 2 / opts.len,
   
    baseRad = Math.PI * 2 / 6;
   
ctx.fillStyle = 'white';
ctx.fillRect( 0, 0, w, h );

function loop() {
 
  window.requestAnimationFrame( loop );
 
  ++tick;
 
  ctx.globalCompositeOperation = 'source-over';
  ctx.shadowBlur = 0;
  ctx.fillStyle = 'rgba(0,0,0,alp)'.replace( 'alp', opts.repaintAlpha );
  ctx.fillRect( 0, 0, w, h );
  ctx.globalCompositeOperation = 'lighter';
 
  if( lines.length < opts.count && Math.random() < opts.spawnChance )
    lines.push( new Line );
 
  lines.map( function( line ){ line.step(); } );
}
function Line(){
 
  this.reset();
}
Line.prototype.reset = function(){
 
  this.x = 0;
  this.y = 0;
  this.addedX = 0;
  this.addedY = 0;
 
  this.rad = 0;
 
  this.lightInputMultiplier = opts.baseLightInputMultiplier + opts.addedLightInputMultiplier * Math.random();
 
  this.color = opts.color.replace( 'hue', tick * opts.hueChange );
  this.cumulativeTime = 0;
 
  this.beginPhase();
}
Line.prototype.beginPhase = function(){
 
  this.x += this.addedX;
  this.y += this.addedY;
 
  this.time = 0;
  this.targetTime = ( opts.baseTime + opts.addedTime * Math.random() ) |0;
 
  this.rad += baseRad * ( Math.random() < .5 ? 1 : -1 );
  this.addedX = Math.cos( this.rad );
  this.addedY = Math.sin( this.rad );
 
  if( Math.random() < opts.dieChance || this.x > dieX || this.x < -dieX || this.y > dieY || this.y < -dieY )
    this.reset();
}
Line.prototype.step = function(){
 
  ++this.time;
  ++this.cumulativeTime;
 
  if( this.time >= this.targetTime )
    this.beginPhase();
 
  var prop = this.time / this.targetTime,
      wave = Math.sin( prop * Math.PI / 2  ),
      x = this.addedX * wave,
      y = this.addedY * wave;
 
  ctx.shadowBlur = prop * opts.shadowToTimePropMult;
  ctx.fillStyle = ctx.shadowColor = this.color.replace( 'light', opts.baseLight + opts.addedLight * Math.sin( this.cumulativeTime * this.lightInputMultiplier ) );
  ctx.fillRect( opts.cx + ( this.x + x ) * opts.len, opts.cy + ( this.y + y ) * opts.len, 2, 2 );
 
  if( Math.random() < opts.sparkChance )
    ctx.fillRect( opts.cx + ( this.x + x ) * opts.len + Math.random() * opts.sparkDist * ( Math.random() < .5 ? 1 : -1 ) - opts.sparkSize / 2, opts.cy + ( this.y + y ) * opts.len + Math.random() * opts.sparkDist * ( Math.random() < .5 ? 1 : -1 ) - opts.sparkSize / 2, opts.sparkSize, opts.sparkSize )
}
loop();

window.addEventListener( 'resize', function(){
 
  w = c.width = window.innerWidth;
  h = c.height = window.innerHeight;
  ctx.fillStyle = 'white';
  ctx.fillRect( 0, 0, w, h );
 
  opts.cx = w / 2;
  opts.cy = h / 2;
 
  dieX = w / 2 / opts.len;
  dieY = h / 2 / opts.len;
});
</script>
<container><canvas id=c style="width: 100%; height: 500px;"></canvas></container>[/html]

0

90

[html]<style>
.breaksil {
  width: 500px;
  background-color: #f1f1f1;
  color: #333333;
  font: 10px Verdana;
  text-align: justify;
}

.breaksiltab {
  background-color: #333333;
  height: 190px;
  width: 125px;
  float: left;
}

.breaksilimg {
  background-color: #99c4ac;
  height: 190px;
  overflow: hidden;
}

.breaksilimg1 {
  background-color: rgba(250,250,250,.25);
  height: 205px;
}

.breaksilimg2 {
  height: 120px;
  width: 120px;
  padding: 50px;
  background-color: #99c4ac;
  margin: -15px auto;
  border-radius: 100%;
}

.breaksilimg2 div {
  height: 100px;
  width: 100px;
  background-color: #f1f1f1;
  border-radius: 100%;
  padding: 10px;
  box-shadow: 0px 0px 3px rgba(0,0,0,.15);
}

.breaksilimg2 img {
  height: 100px;
  width: 100px;
  border-radius: 100%;
}

.breaksillyric {
  background-color: #252525;
  padding: 35px 35px 35px 0px;
  color: #f1f1f1;
  font: 40px Roboto;
  font-weight: 300!important;
  line-height: 35px;
  text-align: right;
  letter-spacing: .75px;
  text-transform: lowercase;
}

.breaksillyric b {
  font-weight: 800!important;
  color: #99c4ac;
  line-height: 35px;
}

.breaksillyric h1 {
  font: bold 9px Roboto Condensed;
  line-height: 10px;
  padding-top: 5px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.breaksillyric h1 b {
  padding: 0px 3px;
  font-weight: 700!important;
  line-height: 10px;
}

.breaksiltabs {
  font: 30px Roboto;
  font-weight: 300!important;
  line-height: 30px;
  width: 120px;
  text-align: center;
  position: absolute;
  z-index: 10;
}

.breaksilwant {
  background-color: #252525;
  height: 5px;
  display: none;
}

.breaksilbot {
  background-color: #99c4ac;
  border-left: solid 125px #333333;
  text-align: center;
  font: bold 9px Roboto Condensed;
  line-height: 10px;
  letter-spacing: .65px;
  padding: 25px;
  color: #f1f1f1;
  margin-top: 50px;
}

.breaksilbot b {
  line-height: 10px;
  color: #333333;
}

.breaksiltitle {
  font: 45px Roboto;
  font-weight: 800!important;
  line-height: 40px;
  padding: 40px 40px 15px 40px;
  color: #99c4ac;
  text-transform: lowercase;
}

.breaksiltitle b {
  font-weight: 300!important;
  color: #333333;
  padding-right: 5px;
  line-height: 40px;
}

.breaksilblurb {
  font: 11px Roboto;
  height: 207px;
  letter-spacing: .2px;
  overflow: auto;
  padding-right: 17px;
  margin: 0px 40px 0px 83px;
}

.breaksilblurb a {
  font: bold 11px Roboto;
  color: #99c4ac;
}

.breaksilblurb:: -webkit-scrollbar-thumb:vertical {
  background-color:  #e1e1e1;
  border-radius: 0px!important;
  border: none!important;
}

.breaksilblurb:: -webkit-scrollbar {
  width:  3px;
  background:  transparent;
  border-radius: 0px!important;
  border: none!important;
}
</style>
<script>

</script>
<!-- Code désigné par Pharaoh Leap. Merci de créditer l'auteur ! Lien source : http://pixel-perfect.boards.net/thread/ … ng-silence -->

<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900|Roboto+Condensed:400,700|Roboto:400,500,700,900" rel="stylesheet">

<div align="center">
<div class="breaksil">
    <div class="breaksiltab"></div>
    <div class="breaksilimg">
    <div class="breaksilimg1">
        <div class="breaksilimg2"><div>
        <img src="https://i.imgur.com/P0qcnth.png">
        </div>
    </div>
    </div>
</div>
<div class="breaksillyric">
    BREAKING <b>THE SILENCE</b>
    <h1>AGE <b>+</b> PRONOUNS <b>+</b> SEXUALITY <b>+</b> SOMETHING</h1>
</div>
<div class="breaksilmid">
    <div class="breaksiltitle"><b>+</b> FRIENDS</div>
    <div class="breaksilblurb">
    they told me to run, but just how far? can i go wearing the black mask of fear? the hate in my eyes always gives me away, the tension building slowly. now i've lost everything i had in you. <i>nothing we shared means a thing without you close to me</i>. i can't live without you! breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me.
    there's no direction to my stare, no more flame burning in my heart anymore. quiet, i keep it to myself until the sun sets slowly. i hear your voice in the evening rain calling: "<a>nothing will keep us apart, no more lies and fear. there's no end to our story!</a>" breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me. i could make all the wrong seem right if you were by my side. i'd gather all the tears you've cried and hide them deep underground.
    can't look back. it's just a waste of time. can't erase this hate from my eyes. breaking the silence of the night. through the streets i'm screaming. lookin' for you in the neon lights. why don't you answer me? <b>breaking the silence with my cries. can't you hear me screaming?</b> we could make all this wrong seem right, but you'll never answer me. you'll never answer me.
    </div>
</div>
<div class="breaksiltitle"><b>+</b> Enemies</div>
    <div class="breaksilblurb">
    they told me to run, but just how far? can i go wearing the black mask of fear? the hate in my eyes always gives me away, the tension building slowly. now i've lost everything i had in you. <i>nothing we shared means a thing without you close to me</i>. i can't live without you! breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me.
    there's no direction to my stare, no more flame burning in my heart anymore. quiet, i keep it to myself until the sun sets slowly. i hear your voice in the evening rain calling: "<a>nothing will keep us apart, no more lies and fear. there's no end to our story!</a>" breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me. i could make all the wrong seem right if you were by my side. i'd gather all the tears you've cried and hide them deep underground.
    can't look back. it's just a waste of time. can't erase this hate from my eyes. breaking the silence of the night. through the streets i'm screaming. lookin' for you in the neon lights. why don't you answer me? <b>breaking the silence with my cries. can't you hear me screaming?</b>we could make all this wrong seem right, but you'll never answer me. you'll never answer me.
    </div>
    <div class="breaksiltitle"><b>+</b> Lovers</div>
    <div class="breaksilblurb">
    they told me to run, but just how far? can i go wearing the black mask of fear? the hate in my eyes always gives me away, the tension building slowly. now i've lost everything i had in you. <i>nothing we shared means a thing without you close to me</i>. i can't live without you! breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me.
    there's no direction to my stare, no more flame burning in my heart anymore. quiet, i keep it to myself until the sun sets slowly. i hear your voice in the evening rain calling: "<a>nothing will keep us apart, no more lies and fear. there's no end to our story!</a>" breaking the silence of the night. can't you hear me screaming? lookin' for you in the neon lights. you never answer me. i could make all the wrong seem right if you were by my side. i'd gather all the tears you've cried and hide them deep underground.
    can't look back. it's just a waste of time. can't erase this hate from my eyes. breaking the silence of the night. through the streets i'm screaming. lookin' for you in the neon lights. why don't you answer me? <b>breaking the silence with my cries. can't you hear me screaming?</b>we could make all this wrong seem right, but you'll never answer me. you'll never answer me.
    </div>
   <div class="breaksilwant"></div>
   <div class="breaksilbot">LOOKIN' FOR YOU IN THE NEON LIGHTS - <b>WHY DON'T YOU ANSWER ME?</b>
</div>
  <a href="http://pixel-perfect.boards.net/user/5"><div style="width:500px;text-align:right;font:bold 8px Arial;padding-top:5px;">PHARAOH LEAP CREATES</div></a>
</div>

[/html]

0


Вы здесь » concoction » ХТМЛ и журнал » Тестовое сообщение


Рейтинг форумов | Создать форум бесплатно