usar um background-image externo | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

usar um background-image externo

e possível usar uma imagem e Internet como background?

12th Jul 2016, 6:01 PM
Fabiano Conrado
Fabiano Conrado - avatar
2 Answers
0
Sí. Es posible. body { background: url ('http://www.example.com/img.png') no-repeat 0 0; }
12th Jul 2016, 11:07 PM
ZinC
ZinC - avatar
0
só toma cuidado com o Cross-origin resource sharing (CORS) ao acessar outro domínio
12th Jul 2016, 11:43 PM
Sósthenes Neto
Sósthenes Neto - avatar