im currently still learning how to code cause im still very much a beginner at this. i tried going on the discord but that's invalid. i want to figure out how to align text and how to do many backgrounds. the video jakenpopp made was alittle helpful but im still alittle confused. any advice from you guys?
Yes listen to Jaden! Very good stuff! If you want more practical coding advice I think downloading the free app 'Mimo' was a very good choice for me!
read my css swag blog for epic css stuff. to align text use
body {
background-image: url(https://i.pinimg.com/originals/a1/01/07/a101079bf75f9839456c83ecf8ae7b50.gif);
font-family: gothic;
padding-top: 45px;
font-size: 15px;
text-align: center;
}