Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Questions regarding CSS are off topic here.
Questions tagged [css]
430 questions
25
votes
1 answer
Why does CSS3 use two names for the same color: aqua = cyan, magenta = fuchsia?
Why does CSS3 duplicate
#00ffff = 0,255,255 and
#FF00FF = (255, 0, 255), spotted by this user?
This duplication confuses, as each is listed separately on the aforementioned CSS3 link.
user269574
2
votes
1 answer
How can I change the yellow color of Highlighted text when using ctrl+f in chrome using css?
I have changed background color of google chrome to black and foreground (text) color to white, because this is easy for my eyes.
So, when I use ctrl+f to find any word on any page, the highlighted yellow color makes difficult to see the text.
How…
san
- 21
0
votes
1 answer
CSS style loaded first content while internet slow connection
When I open my web page on a slow internet connection it shows css style(border, ...) first content that load from database.
Why it become like this? Any solutions to solve this?
Rothana
- 1
0
votes
1 answer
CSS corrupted and gone blank - How can i recover it. - (PC BSOD & Restarted)
My PC BSOD and restarted. When I got the BSOD I was editing a CSS file in dreamweaver.
Now, my CSS file is blank and the browser's cache is empty.
Is there any way to recover my work?
Raashid A.
- 13
- 4
0
votes
1 answer
Bootstrap 4: How to include a background image without CSS
Bootstrap defines CSS classes to cover most common website design elements, but I can't figure out how to specify a background image file using Bootstrap classes without adding clunky customized CSS.
David Spector
- 234
0
votes
1 answer
How to get proper indentation from sass to css?
I am a new sass user. when i am typing in style.scss and it converted to style.css, the stylesheet indentations is too poor.
The style.css did not get the proper indentation.
I am using c9.io
here is the screenshot of my style.scss and…
smehsan
- 113
-3
votes
2 answers
My CSS is a bit rusty
Below is my CSS script for a website I'm making:
@charset "utf-8";
/* CSS Document */
body{background-color:#3b5998; font-family:Tahoma, Geneva, sans-serif;…