added link
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>nicholassurmava.com</h1>
|
<h1>nicholassurmava.com</h1>
|
||||||
|
<a href="http://git.nicholassurmava.com">git.nicholassurmava.com</a>
|
||||||
<h2 class="typewriter">Stay Tuned...</h2>
|
<h2 class="typewriter">Stay Tuned...</h2>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
@@ -53,6 +53,19 @@ body {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: crimson;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: teal;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:active {
|
||||||
|
color: teal;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
0%, 100% { border-color: transparent; }
|
0%, 100% { border-color: transparent; }
|
||||||
50% { border-color: currentColor; }
|
50% { border-color: currentColor; }
|
||||||
@@ -71,6 +84,6 @@ h2.typewriter {
|
|||||||
width: 0;
|
width: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
animation:
|
animation:
|
||||||
typing 3.5s steps(14, end) infinite,
|
typing 4.5s steps(14, end) infinite,
|
||||||
blink 0.75s step-end infinite;
|
blink 0.75s step-end infinite;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user