diff --git a/fag.png b/fag.png new file mode 100644 index 0000000..75f0653 Binary files /dev/null and b/fag.png differ diff --git a/index.html b/index.html index 9e1c892..fb4886f 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,12 @@

.

+
+ +
+

Hi there! I'm Brosef, as you can see by the very fancy changing text about this, I'm interested in a lot of things!

+
+
diff --git a/styles.css b/styles.css index 2cd7176..02c02dd 100644 --- a/styles.css +++ b/styles.css @@ -87,6 +87,28 @@ footer > div > * { +.mainContent { + display: flex; + flex-wrap: wrap; + margin: 10px; + justify-content: center; + gap: 10px; +} + +.mainContent > img { + max-height: 75vh; + max-width: 100%; +} + +.mainContent > div { + flex: 1 1 auto; + min-width: 25em; + width: min-content; + text-align: left; +} + + + #tab-pics { display: flex; flex-wrap: wrap;