9 lines
238 B
CSS
9 lines
238 B
CSS
@import url("https://fonts.googleapis.com/css2?family=Orbitron&display=swap");
|
|
|
|
.logotext {
|
|
color: springgreen;
|
|
text-shadow: 1px 1px 2px black;
|
|
font-family: "Orbitron", sans-serif;
|
|
letter-spacing: 1rem;
|
|
text-decoration: none;
|
|
}
|