I transferred the project from the server to my personal computer (localhost). However, whenever I make changes to the css file, these modifications do not appear on the website when viewed locally.
After attempting to switch browsers and clear the browser cache, I then proceeded to install a plugin called Autoptimize in order to clear the website's css cache.
.section_news {
display: inline-block;
width: 100%;
margin-top: 1rem;
margin-bottom: 1rem;
}
.section_news .news_content {
color: red;
text-align: center;
}
.section_news .news_content .title {
color: red;
color: blue;
}
Despite reloading the web page, the changes are still not visible. I verified if the code was being loaded properly at all: https://ibb.co/jT7LX6n