Browse Source

Logo initial

master
Gustavo Adolfo Mesa Roldán 4 years ago
parent
commit
1c239294aa
2 changed files with 5 additions and 5 deletions
  1. BIN
      cropped-ht.png
  2. +5
    -5
      index.html

BIN
cropped-ht.png View File

Before After
Width: 250  |  Height: 250  |  Size: 1.8 KiB

+ 5
- 5
index.html View File

@ -21,7 +21,7 @@
width: 250px;
height: 250px;
box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
background: url("https://www.hatthieves.es/wp-content/uploads/2019/08/cropped-ht.png");
background: url("cropped-ht.png");
opacity: 0;
overflow: hidden;
}
@ -32,7 +32,7 @@
position: absolute;
width: 250px;
height: 250px;
background: url("https://www.hatthieves.es/wp-content/uploads/2019/08/cropped-ht.png");
background: url("cropped-ht.png");
opacity: .5;
mix-blend-mode: hard-light;
animation: animate .2s linear infinite;
@ -51,7 +51,7 @@
}
20%
{
background-position: -5px 0;
background-position: 0 -5px;
}
30%
{
@ -59,7 +59,7 @@
}
40%
{
background-position: -5px 0;
background-position: 0 -5px;
}
50%
{
@ -67,7 +67,7 @@
}
60%
{
background-position: -50px 0;
background-position: 40px 20px;
}
70%
{


Loading…
Cancel
Save