Im struggling with get block

Oh thats not really mine, It's my brother. I helped, a bit, but the scratch profiles and the github and stuff is all owned by him. I only asked him to add my Snap! profile in. We just refer Mr. Owlsss as just one person, but not really owned by anyone.

Oh, okay.

But I have been working on it more, because I want to learn more html too!

Anyways, do you know how I can remove the gap here?

try setting the margin to 0px in css

Or removing the <span>

Ok, and also I figured out you have to select the "scripts" tab so its not broken

um, can you give an example? the code is here

I/m taking a look at it in replit, hold on

ok, thanks

Instead of using <span> use a <div> element and customize it in css.

can you give an example?

Working on it

thank you

Your CSS is spread in different places. You can instead just put it in a file

ok, but then how do i use said css?

<link href="style.css" rel="stylesheet" type="text/css" />
replacing style.css with the file path to the CSS file.

ok thank you

Also, putting an index.html file in a folder creates a subpage

um ok thx

are you done yet?