diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..ea1c3f1 Binary files /dev/null and b/favicon.png differ diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..6a3ea7b --- /dev/null +++ b/icon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 6942fe7..0bfafdc 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,11 @@ Barite + -

Barite

+ +

soon.

diff --git a/style.css b/style.css index e69de29..cf9b26a 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,26 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap'); + +html { height:100%; } +body { position:absolute; top:0; bottom:0; right:0; left:0; } + +img { + margin-left: auto; + margin-right: auto; + left: 0; + right: 0; + position: absolute; + margin-top: 64px; +} + +h1 { + font-family: 'Inter', sans-serif; + font-size: 64px; + color: #0C0C3D; + width: 100%; + height: 100%; + display: flex; + align-content: center; + justify-content: center; + align-items: center; + margin: 0; +}