Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
454 views

Brave browser: css animation doesn't work (but works in firefox)

Codepen: https://codepen.io/sabeser/pen/RwYzJpd HTML: <div id='wrapper'> <div class='circle'></div> <div class='circle'></div> </div> css: :root { ...
parsecer's user avatar
  • 5,020
0 votes
1 answer
170 views

why my live server is not working on google chrome?

When i click on "live sever" from visual studio it opens Google Chrome but my css is not working. When i copy the link on Brave it works... [This is the CSS] * { color: green; } #parrafo {...
loli zamudio's user avatar
0 votes
0 answers
21 views

Brave shows margin on div even with margin set to 0, where as firefox works as intended [duplicate]

There is margin on the right on div element even though I set the margin: 0, It works as expected in Firefox. What is wrong with chrome? Codepen Link <section> <h2>CSS Positing ...
space-goblin's user avatar
1 vote
0 answers
378 views

Opacity not aplying correctly on Brave browser

i am working on a website and i have a problem with an opacity transition on brave. i have a navbar at the top and an overlay that gets darker when i hover the navbar items, the thing is that the ...
Gilberto Reyes's user avatar
1 vote
0 answers
273 views

Can't get Chrome/Brave on Mac to render bold font on my stylesheet

I'm trying to dial in my blog's stylesheet nicely, and I can't get bold to work on my mac on Chrome/Brave. It renders fine on Safari, and renders fine on Chrome/Brave on my Android device. This blog ...
Andrew Parker's user avatar
4 votes
0 answers
1k views

CSS files not working in brave browser but works fine with chrome browser

this is how it looks in chrome and this is how it looks on brave I am using the current version of brave browser and to note I have developed this website using brave browser and it worked fine and ...
Naresh M's user avatar
  • 145
0 votes
0 answers
215 views

repeating-linear-gradient stops repeating on high height containers on mobile Chrome and Brave

Noticed the following behavior on Mobile Chrome and Mobile Brave on an Android device (probably iOS too): As shown by example, I have this div with height that is 39000px. At some point after about 2/...
easwee's user avatar
  • 15.9k
2 votes
1 answer
196 views

CSS media query ignored by Chrome engines

I have a stylesheet, which is essentially the following: .mainwindow { .popup { background: black; } } @media screen and (max-width: 640px){ .mainwindow { .popup { ...
Tamás Polgár's user avatar
0 votes
1 answer
643 views

CSS blur effect is different on Chromium(brave) browser

I was trying to use a blur effect on a radial-gradient background, The result is the same in all browsers except Chromium(brave), I also tested on windows Opera 80.0.4170.63 Linux Brave 1.31.87 ...
user avatar
0 votes
1 answer
722 views

Brave Browser overwrites my CSS styles , How to avoid?

I have developed a website in Bootsratp 4 When I tested my side in Brave browser. Some of the features are not working. But the same is working in other browsers. How to avoid this? Whiile inspecting ...
Yadhu Babu's user avatar
  • 1,521
0 votes
1 answer
100 views

Specific Browsers are displaying whitespace at the bottom of phone screen

I have a strange issue which occurs on specific browsers and is probably something to do with the viewport (I'm a new developer so do not fully understand the correct terms). Browsers which have the ...
TerminalFlow's user avatar
1 vote
1 answer
122 views

Transition behaviour when inheriting

Today i have found interesting behaviour of transition when nested elements use inherit keyword. Without inherit transition on all nested elements is triggered immediately. Whereas when inheriting ...
Pavel Kratochvil's user avatar