Tell us what’s happening:
Hi All,
Could you please look into this exercise? When I click “run tests” I am getting a “running tests” log on the console but nothing else. It is also suspicious that the project is not even loaded on the right hand side of the window?
For reference I am experiencing the same issue with the task before and I was just wondering if something was under maintenance on freecodecamp’s side?
Thank you very much for looking into this in advance!
ps.: my internet connection is solid, I just checked that too
Your code so far
<style type='text/scss'>
.blog-post {
h1 {
text-align: center;
color: blue;
}
p {
font-size: 20px;
}
}
</style>
<div class="blog-post">
<h1>Blog Title</h1>
<p>This is a paragraph</p>
</div>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Challenge Information:
SASS - Nest CSS with Sass