diff options
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index 33249a4..1b07bbf 100644 --- a/src/App.css +++ b/src/App.css @@ -132,4 +132,23 @@ .footer.night { color: rgba(255, 255, 255, 0.7); +} + +#baiLogo { + font-weight: 800; + color: transparent; + font-size: 150px; + -webkit-background-clip: text; + position: relative; + text-align: center; + line-height: 120px; + letter-spacing: -8px; +} + +.whiLogo { + background: url("./background.png"); +} + +.invLogo { + background: url("./background_inv.png"); }
\ No newline at end of file |