diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..4769a33 Binary files /dev/null and b/assets/logo.png differ diff --git a/index.html b/index.html index 3f166cf..bb0f74a 100644 --- a/index.html +++ b/index.html @@ -5,24 +5,33 @@ -

welcome to Real Microsoft, LLC!

-
- image of xenia, an anthropomorphic fox who was a contender for the linux mascot - image made by @cathodegaytube! -
- +
+
+ realmicrosoft logo +

welcome to Real Microsoft, LLC!

+

yiffOS

- + +
+
+
+
+ image of xenia, an anthropomorphic fox who was a contender for the linux mascot + image made by @cathodegaytube! +
+
+
+
diff --git a/microsoft.css b/microsoft.css index 538c4fc..5829b6e 100644 --- a/microsoft.css +++ b/microsoft.css @@ -24,6 +24,24 @@ code { border-radius: 3px; } +.container { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: center; + align-items: center; + align-content: center; +} + +.container-item { + flex: 1 1 40%; + padding: 10px; +} + +.lock-y { + +} + .boxed { width: 95%; margin: 0 auto; @@ -59,7 +77,7 @@ code { } .credit { - width: 40vh; + width: 100%; text-align: center; font-size: smaller; padding: 0.5em; @@ -67,10 +85,16 @@ code { } .credit img { - float: right; + float: none; height: 60vh; } +.credit span { + width: 100%; + float: left; + clear: left; +} + .yiffos-table { width: 100%; text-align: center;