KYANDII's profile picture

Published by

published

Category: Web, HTML, Tech

cant seem to figure out how to use html for my profile ? :(

so i know that to have a background on my about me page i must put (url) in the </main> thing but when i put the url, the pic doesnt show up :((

here's the pic in question btw, if it can help



0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

avenue4strangerz

avenue4strangerz's profile picture

did you have "background-image:" before the url part?


Report Comment



Yeah i did !! :(

Here's the line of code i used :

Background-image: url(the url)

by KYANDII; ; Report

[ab to take it step by step to troubleshoot]


so b4 that part, did you include

"body [or whatever you're trying to change] {

background-image: url(url)

;}"

by avenue4strangerz; ; Report