added link
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>nicholassurmava.com</h1>
|
||||
<a href="http://git.nicholassurmava.com">git.nicholassurmava.com</a>
|
||||
<h2 class="typewriter">Stay Tuned...</h2>
|
||||
</body>
|
||||
</html>
|
||||
@@ -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