Check out my new game! (Part 1)

oh sorry I thought you left me...

Well, sometimes welcomes are really subtle, and sometimes you just forget if you got one. Try checking your post history and scrolling to the bottom

amazing bro :+1:

I think the topic in which @funtime_foxy101 got a welcome was deleted (because it was either in #former-uncategorized or #politics).

Thank you

would u like to collab on 3d game? I have done something incredible
skills required: html and javascript...

im inviting @intermediatecoder to our collab... if that's ok

Ok, thats fine.

From a long time ago reply but,
How do i center something in html?
(Like if it was the snap stage, in coordinates 0,0

https://stackoverflow.com/questions/9825796/how-to-make-text-vertically-and-horizontally-center-in-an-html-page for details...

Aight....heres what you want.

padding-left:27px;
and
padding-right:27px;
Correct me if I'm wrong, but it's been a while since I have done HTML and I remember using padding for centering things....

or, you can use

text-align:center;

Wrong :expressionless: @funtime_foxy101
here @shushforshasha
Use this css

position:fixed;
left:50%;
top:50%

Hey, don't blame me, it's been a long time since I have done CSS....

its ok I can teach you! :wink:

alright, can you re-teach me how to make text with font with CSS?

sure we'll do it tommorow

ok...

Hint:we use something called font-family

font-family: Sans;

yeah, but you can't use google fonts....so, you'll need a link to a specific font, put it in your HTML, and then you rename it to the font of the link.

font-family: Playfair Display;

I see now....

this should be for coloring the full page...
body: color rgb(23, 56, 98);

did I get that correct?

We will talk about custom fonts tomorrow