Jump to content

Recommended Posts

Posted

Ca să adaugi o imagine ca background  pe un forum :

.clasa {
	background-image: url('link aici');
}

#id {
  background-image: url('link aici');
}

Dacă vrei să adaugi o culoare ca background :

.clasa {
	background-color: #222; (unde este #, adaugi culoarea dorita)
}

#id {
	background-color: #222; (unde este #, adaugi culoarea dorita)
}

Dacă vrei să adaugi culoare și background impreună :

.clasa {
	background: #222 url('link');
}

#id {
	background: #222 url('link');
}

Anyway, check this :http://www.w3schools.com/css/css_background.asp

Posted

Chiar atata nu te duce capu ? intri , in css la tema ta , style.css si fix in primele randuri e  body { , schimbi la background acolo , pui linku , cu imaginea dorita .

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.