This commit is contained in:
parent
ef5e80b717
commit
a48007fdc4
2 changed files with 2 additions and 1 deletions
|
@ -227,6 +227,7 @@ header h1 {
|
||||||
.cursor {
|
.cursor {
|
||||||
animation: blink-animation 1.5s steps(2, start) infinite;
|
animation: blink-animation 1.5s steps(2, start) infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink-animation {
|
@keyframes blink-animation {
|
||||||
to {
|
to {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
|
@ -37,7 +37,7 @@ html {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
z-index:10;
|
z-index:11;
|
||||||
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.6);
|
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue