Skip to main content

All Questions

0 votes
2 answers
60 views

Repeated Dotted Image Background displaying in different sizes in different areas even with same CSS

I am building a Table of Contents page with a specific design. As per design, each title should be followed by dots till the end of the line. The size of the dots will also vary depending on the title'...
Rajeev's user avatar
  • 1,448
0 votes
2 answers
66 views

CSS image in div ignoring padding [duplicate]

I have an image inside a div and want the image to have some space from the borders of the div it's contained in. I have tried adding padding but the image still fills the whole div and seems to ...
GA Haroon's user avatar
0 votes
1 answer
20 views

My image is not working as background image

In my css i've given url() of img but it is not working as background img when code is executed on browser. My HTML is stored in htdocs->ALUMEET->profile.html My CSS is stored in htdocs->...
Shreya Gaikwad's user avatar
0 votes
2 answers
42 views

Trouble with video and image backgrounds that can all fit entire screen HTML & CSS

I'm designing a homepage that has a video background that fits the full screen adjusting to size with no whitespaces. Originally my code worked until I added several images underneath it in their own ...
banana's user avatar
  • 3
1 vote
2 answers
244 views

How can I maintain a fixed image on my page, without be affected by the scroll page?

I want to get this effect https://flowingbytes.com/REVEALER_DUDA/ How do you achieve a fixed background effect where the image stays in place while scrolling through the page? How do you achieve a ...
FLOWINGBYTES's user avatar
0 votes
0 answers
169 views

I can't change background image, tailwind nextjs

i' ve tried all the possible ways to change my app background with an image but can't succeded, i'm using next 14 with tailwind. Here is one example of how i've tryed to change the background: //page....
Pepitos333's user avatar
0 votes
1 answer
82 views

how can i achieve a background like in css given this kind of images?

I'm just learning HTML and CSS.So,I was given a design but i don't know how to design the background image part because there are two very large background image.Here's the design and using the ...
Adebimpe Abdulhamid Eniola's user avatar
0 votes
1 answer
60 views

Is there a way to make a background image that's exclusively to Safari?

My Tumblr blog is now using a background image with background-attachment:fixedIt works perfectly on Windows and Android However, according to caniuse.com (link to article) this property works for ...
diacetyl's user avatar
1 vote
1 answer
29 views

Prevent gradient from repeating, if that is what it is doing here

What exactly will work to fix that? I tried adding: background-repeat: no-repeat; That did nothing. In the image I provided, you can see the gradient repeating itself. How do I prevent that? image ...
user avatar
1 vote
1 answer
183 views

Background Image not showing despite having correct path as URL

I'm trying to add a background image in my React Project, but it's not showing up despite having correct relative path as URL. Here is my "App.js": import "./styles.css"; ...
Fuaad's user avatar
  • 392
0 votes
1 answer
90 views

Background is repeating only on Chrome - even after adding 'no-repeat'

I need find out why my background is repeating in my CSS even after using no repeat. I'm trying to avoid using background cover, as it distorts the image. This is only happening on Chrome. https://...
NatalyHelps's user avatar
0 votes
2 answers
153 views

How can you make an image background just in the corner?

I’m wondering how I can make a background only show up in the corner (and the other 3 corners around the content) like shown in the picture below… namely: I obviously can’t have a big image and the ...
blubberbo's user avatar
  • 4,533
0 votes
0 answers
160 views

Component flashing issues with css background image in NextJS

So I have a banner on several pages of my nextjs project with background images. On specific renders, there is a flash moment on specific renders of the page that occur before the background image is ...
paullys235's user avatar
0 votes
1 answer
448 views

Linear-gradient not covering entire background image

For some reason some of the rows aren't covered at the bottom by the linear-gradient, resulting in a nasty looking bright line at the bottom of some cards. The strangest part is that it doesn't occur ...
Sidney's user avatar
  • 146
0 votes
0 answers
45 views

My buttons on hover have a major delay because of background-image: url()?

I'm using a background-image and for some reason it's causing the buttons to have a major delay on hover. I'm new to programming so not sure exactly why. All other images are working just fine with a ...
wesclaw's user avatar

15 30 50 per page
1
2 3 4 5
34