100% width iframe

This commit is contained in:
2025-04-25 23:42:52 +02:00
parent 73fbf79e34
commit a9557a897f
2 changed files with 4 additions and 8 deletions

View File

@@ -109,14 +109,6 @@
<p><a href="https://github.com/bvanroll">github</a> (don't look at my bad code :( )</p>
</div>
<div class="content">
<h2> my """art""" </h2>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<h2> what's coming </h2>
<p> 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</p>

View File

@@ -52,6 +52,10 @@ a:active {
width: 30%;
}
iframe {
width: 100%;
}
.navbar_link {
width: 100%;
}