I have a problem here. So like usual when we create css code on editor, like:
body{
font-family:arial;
font-size:12px;
color:#1e5474;
background:#F7F7F7;
}
that code is saved in our inspect element. In this case I use Chrome. My problem is the color. This is the code of a blue color. But it doesn't produce like that, my line still doesn't change. When I open inspect element code "color#1e5474" is scored out. I can't change it. How i fix it?