diff --git a/index.html b/index.html index 2c5b811..5a5549e 100644 --- a/index.html +++ b/index.html @@ -8,38 +8,23 @@
-

IDeletedSystem64

-
-
-
- -

Neko

+

system64.dev

+
+

This is the beta website. Some things may break or disappear with zero notice.

-

Hi there, I'm Sophie!

-

She/They, Trans MtF, 18, Artist, Developer, and Linux User

- - - - - - - - - - - -
-

-

-

-

-

-

-

-

- - Mastodon - Mastodon -
-
+
+

I'm Sophie (she/they)

+

I am:

+ +
+ + + +
+
+ \ No newline at end of file diff --git a/styles/stylemain.css b/styles/stylemain.css index 344eb8f..c4f230c 100644 --- a/styles/stylemain.css +++ b/styles/stylemain.css @@ -2,6 +2,16 @@ @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap'); /* Import Fonts */ +div.alert { + width: 100%; + background-color: #ffffe1; +} +p.alert { + display: inline; + font-family: 'Share Tech Mono', monospace; + color: black; +} + header { background: linear-gradient(#072CFF, #0e26ae ); position: absolute; @@ -18,34 +28,44 @@ h1.header { } /* Header / Menubar */ -p.intro { +h1.intro { font-family: 'Share Tech Mono', monospace; color: white; - font-size: 3vw; - padding-top: 12.5%; + font-size: 2.5vw; + padding-top: 13vw; + padding-left: 5vw; } p.info { font-family: 'Share Tech Mono', monospace; color: white; font-size: 1.25vw; - text-align: center; + margin: 0 0 0 5.5%; /* we use margins now, fuck you. */ +} +li { + font-family: 'Share Tech Mono', monospace; + color: white; + font-size: 1.20vw; + list-style-type: square; +} +ul { + margin: 1% 0 0 5.5%; } div.main { width: 75%; margin: auto; } +div.buttons { + margin: 1% 0 0 5%; +} body { background-image: url("/img/bg.jpg"); } /* Main content as well as website background */ input { -webkit-appearance: none; - margin-left: auto; - margin-right: auto; - display: block; - min-width: 250px; + min-width: 200px; background: #dad9d9; - font-size: 170%; + font-size: 150%; font-family: 'Share Tech Mono', monospace; color: black; box-shadow: inset -0.05em -0.05em black