hey, junko here ₍ᐢ๑•ᴗ•๑ᐢ₎ノ 2day im teaching basic codes 4 ur spacehey profile! im still learning how 2 code a experient profile so ill teach experient coding when i learn it, kk?
• adding a background 2 ur profile
codes:
<style> ⇦ always start ur code with this tag!
body {
background-url: ('INSERT URL HERE'); (or) background-color: INSERT COLOR OR RGBA HERE;
background-size: INSERT PIXEL QUANTITY HERE;
background-attachment: fixed; ⇦ optional
}
main {
background-url: ('INSERT URL HERE'); (or) background-color: INSERT COLOR OR RGBA HERE;
background-size: INSERT PIXEL QUANTITY HERE;
background-attachment: fixed; ⇦ optional
}
</style> ⇦ always finish ur code with this tag!
• explaining how the code works
the property "background" means obviously, background, but there r details in the coding that totally change the code, "body" and "main"
main: changes the background of the box that have all the text and profile
body: changes the background behind the so said box
___________________________________________________________
u can add the property border 2 "main"
note: im updating this later
Comments
Displaying 0 of 0 comments ( View all | Add Comment )