added link
This commit is contained in:
@@ -53,6 +53,19 @@ body {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
a {
|
||||
color: crimson;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
a:active {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
0%, 100% { border-color: transparent; }
|
||||
50% { border-color: currentColor; }
|
||||
@@ -71,6 +84,6 @@ h2.typewriter {
|
||||
width: 0;
|
||||
display: inline-block;
|
||||
animation:
|
||||
typing 3.5s steps(14, end) infinite,
|
||||
typing 4.5s steps(14, end) infinite,
|
||||
blink 0.75s step-end infinite;
|
||||
}
|
||||
Reference in New Issue
Block a user