Init 1
This commit is contained in:
commit
4e67004628
82 changed files with 7599 additions and 0 deletions
25
source/css/logo.css
Normal file
25
source/css/logo.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.logo {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
|
||||
&__mark {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
&__cursor {
|
||||
display: inline-block;
|
||||
width: 2px;
|
||||
height: 1rem;
|
||||
background: #fe5186;
|
||||
margin-left: 5px;
|
||||
border-radius: 2px;
|
||||
animation: cursor 1s infinite;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes cursor {
|
||||
0% { opacity: 0; }
|
||||
50% { opacity: 1; }
|
||||
100% { opacity: 0; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue