S
S
Stanislav Yaroslavtsev2019-08-09 09:49:55
css
Stanislav Yaroslavtsev, 2019-08-09 09:49:55

Does the background color change?

I am making a project in django.
I want to change the background color, I do it like this:

body{
    background-color: #1BB7CF;
}

But it does not change, what to do???

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karvasarny, 2019-08-09
@Stas_Yaroslavtsev

throw off the code, example, link, it can not change from anything:
- the background color hangs not on the body
- there is a second style file that uses !important
- there is a second style file that is included after yours, which is considered a priority
Without a link to the project, this pointing your finger at the sky -> codpen here you can upload and give a link so that people can see and suggest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question