From a9557a897f9dec53cc8440ae808a5faaffcc8193 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 23:42:52 +0200 Subject: [PATCH] 100% width iframe --- public/index.html | 8 -------- public/main.css | 4 ++++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index 84bc6a8..2d42c63 100644 --- a/public/index.html +++ b/public/index.html @@ -109,14 +109,6 @@

github (don't look at my bad code :( )

-

my """art"""

-

A while ago i got gifted an ipad mini by a family member, so out of interest i borrowed my sisters pencil and fell in love with learning how to draw. Drawing for some reason made me really statisfied/happy. So since then i've kept drawing (we're 2 months in now at the time of writing this) and really enjoyed it ever since.

- -

And then recently i've gotten into drawing on paper more, i mainly enjoy using the staedler .5mm fineliners and i also use a mechanical pencil. It's been really nice and improved my line control a lot i feel.

- -

Most of my "art" can be found on my tiktok account (Linked on the homepage). I haven't found a manageable way to keep them stored here so for now thats where they'll be since out of the social media platforms it's by far my favourite to use. I often private what i post because I feel insecure about my abilities, but i'm trying to get better at that.

- -

what's coming

i really wanna make a shader that emulates my "boxes" i've been drawing recently and use it as the background for this page. It's gonna be a wip but i think it's gonna be really cool if i can get it to work. I hope i can do it in 2d emulating 3d but i might have to do the 3d shader thing that i'm dreading

diff --git a/public/main.css b/public/main.css index 19347bf..f686692 100644 --- a/public/main.css +++ b/public/main.css @@ -52,6 +52,10 @@ a:active { width: 30%; } +iframe { + width: 100%; +} + .navbar_link { width: 100%; }