python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how can i make same background image on all pages in angular?
I can't make a background image for all my components, I made a style direct in html file of app-component, I tried on app-component.css html{} and body{} but it didn't work.
<div
class="c...
Yass Ess
Votes: 0
Answers: 0
Finding a solution for why background-image won't work?
I'm trying to use the background-image property on a small site I'm making, but to no avail. Here's the code:
body {
background-image: url(/images/Pangolin.png);
background-size: center;
font-fa...

Access547
Votes: 0
Answers: 2
why isn't my background-image url working (CSS)?
Here is my (relevant) css code:
li a {
display: block;
font-weight:bolder;
color: #000;
padding: 8px 16px;
text-decoration: none;
background-image: url('004.jpg')
}
/* Change the link col...
Emmanuel Browne
Votes: 0
Answers: 2
How do I set background image with low opacity for HTML EMAIL
I want to be explicitly clear, this is for an HTML EMAIL. I am trying to set a background image with a lower opacity. I have blocked out a line of code that is useless since it doesn't render on email...
Lemon
Votes: 0
Answers: 1