Master-X
Форум | Новости | Статьи
Главная » Форум » Дизайн » 
Тема: Золотые яйца
цитата
11/09/16 в 21:54
 Yacc
Есть div (один, это важно) и css. Сделать золотое яйцо.


  1. Контейнер

    Код:

    .box {
      display: inline-block;
      width: 256px;
      height: 320px;
      background: orange;
      border-radius: 60%/70% 70% 50% 50%;
    }




  2. Текстура

    Код:

    .gold-zoom {
      background:
        linear-gradient(to top right, orange 12%, transparent 0%, transparent 88%, orange 0%),
        linear-gradient(to bottom right, transparent 37%, yellow 0%, yellow 63%, transparent 0%),
        linear-gradient(to top right, transparent 37%, orange 0%, orange 63%, transparent 0%) red;
      background-size: 256px 320px;
    }

    .gold {
      background:
        linear-gradient(to top right, orange 12%, transparent 0%, transparent 88%, orange 0%),
        linear-gradient(to bottom right, transparent 37%, yellow 0%, yellow 63%, transparent 0%),
        linear-gradient(to top right, transparent 37%, orange 0%, orange 63%, transparent 0%) red;
      background-size: 3px 3.75px;
    }





  3. Свет

    Код:

    .sunrise {box-shadow: inset -160px -160px 192px -48px #444, -1px -16px 64px -32px orange;}

    .sunset {box-shadow: inset 160px -160px 192px -48px #444, 1px -16px 64px -32px orange;}

    .noon {box-shadow: inset 0px -80px 192px -0px #444, 0px -32px 80px -24px orange;}

    .midnight {box-shadow: inset 0px 0px 256px 256px #444, 0px -32px 80px -24px orange;}





  4. Крутим

    Код:

    .roll {
      transform-origin: bottom;
      animation: 6s linear 0s infinite normal roll;
    }

    @keyframes roll {
      from {box-shadow: inset -320px -160px 192px -48px #444, 0px -16px 80px -32px orange;}
      50% {box-shadow: inset 320px -80px 192px 0px #444, 0px -32px 80px -24px orange;}
      to {box-shadow: inset -320px -160px 192px 416px #444, 0px -16px 80px -32px orange;}
    }





  5. Вертим

    Код:

    .rock {
      transform-origin: bottom;
      animation: 6s ease 0s infinite normal rock;
    }

    @keyframes rock {
      from {transform: rotate3d(1, 1, 1, -3deg);}
      50% {transform: rotate3d(1, 1, 1, 3deg);}
      to {transform: rotate3d(1, 1, 1, -3deg);}
    }






  6. И все вместе

    Код:

    .egg {
      display: inline-block;
      width: 256px;
      height: 320px;
      background: orange;
      border-radius: 60%/70% 70% 50% 50%;

      background:
        linear-gradient(to top right, orange 12%, transparent 0%, transparent 88%, orange 0%),
        linear-gradient(to bottom right, transparent 37%, yellow 0%, yellow 63%, transparent 0%),
        linear-gradient(to top right, transparent 37%, orange 0%, orange 63%, transparent 0%) red;
      background-size: 3px 3.75px;

      transform-origin: bottom;
      animation: 6s linear 0s infinite normal egg;
    }
    @keyframes egg {
      from {
        transform: rotate3d(1, 1, 1, -3deg);
        box-shadow: inset -320px -160px 192px -48px #444, 0px -16px 80px -32px orange;
      }
      50% {
        transform: rotate3d(1, 1, 1, 3deg);
        box-shadow: inset 320px -80px 192px 0px #444, 0px -32px 80px -24px orange;
      }
      to {
        transform: rotate3d(1, 1, 1, -3deg);
        box-shadow: inset -320px -160px 192px 416px #444, 0px -16px 80px -32px orange;
      }
    }






Не за что: https://codepen.io/yacc/pen/KgdxLa icon_smile.gif
цитата
12/09/16 в 03:15
 sx88
Magic ) icon_wink.gif
цитата
12/09/16 в 17:14
 Mad
Побежал делать яйца! Давно мечтал!
цитата
12/09/16 в 18:47
 Evilin
хуясе icon_eek.gif smail54.gif
как я жил без золотого то icon_surprised.gif
цитата
12/09/16 в 19:01
 sx88
Отличная наработка на самом деле, можно же за основу взять, а в итоге делать не только яйцо, а к примеру ту же кнопку "View All", или линк на спонсора, которая будет вот так переливаться и манить кликнуть на нее icon_wink.gif
цитата
12/09/16 в 20:36
 S_Flash
Яакк вроде не пил не пил, а тут на тебе! icon_confused.gif
цитата
12/09/16 в 22:57
 andreich
охуенчик smail54.gif
цитата
13/09/16 в 02:30
 goodlover
Всегда мечтал о золотых яйцах. smail54.gif
Вот только притормаживает такая штука изрядно.
цитата
13/09/16 в 08:42
 ibiz
осталось сделать золотой хуй и золотую пизду, и можно делать сайты для взрослых smail101.gif
цитата
13/09/16 в 12:35
 cyberdream3
Реклама МТС smail101.gif
цитата
13/09/16 в 15:20
 Skyworker
Я вообще начало подумал, что топик про яйца Фобирже smail101.gif
цитата
13/09/16 в 16:37
 vi[:RuS]
Оффтопик: Skyworker: Фаберже, неуч icon_lol.gif


Эта страница в полной версии