mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 23:36:05 +01:00
stuff
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@import "~@fontsource/fira-code/latin.css";
|
||||
|
||||
:host {
|
||||
font-size: 20px;
|
||||
font-size: 16px;
|
||||
font-family: 'Fira Code', monospace;
|
||||
position: absolute;
|
||||
width: 100vw;
|
||||
@@ -14,7 +14,8 @@
|
||||
background: linear-gradient(#0c141c00, #15202b);
|
||||
|
||||
h1 {
|
||||
font-size: 80px;
|
||||
font-size: 70px;
|
||||
margin: 40px 0;
|
||||
}
|
||||
|
||||
.nav {
|
||||
@@ -23,6 +24,7 @@
|
||||
}
|
||||
|
||||
.intro {
|
||||
font-size: 20px;
|
||||
width: 60vw;
|
||||
margin: auto;
|
||||
}
|
||||
@@ -59,3 +61,14 @@ demo-terminal {
|
||||
top: 20vw;
|
||||
margin-top: -16vw;
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
50% {
|
||||
opacity: 0.0;
|
||||
}
|
||||
}
|
||||
|
||||
.cursor {
|
||||
display: inline;
|
||||
animation: blink 1s step-start 0s infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user