I forgot how to make a site background with an image.

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Are you creating your own HTML, using a CMS (content management system, like Joomla or WordPress), or using a site builder?

If it's your own HTML, look up the background-image CSS property.
 

madeinth

New Member
Messages
1
Reaction score
0
Points
1
Depends on what you want to do.;)
background-image: url('IMAGE_FILE_NAME');
background-size: cover;
background-repeat:no-repeat;
background-attachment:fixed;

:for a full background image.
 

fretwizz

Member
Messages
106
Reaction score
3
Points
18
I wonder if the upcoming html picture element deals with background images, too. Anyone know? I couldn't find anything in the spec on it.
 
Top