SASS - Store Data with Sass Variables

Tell us what’s happening:
Describe your issue in detail here.

the text is in my way, how do I type

  **Your code so far**
<style type='text/scss'>


.header{
  text-align: center;
}
.blog-post, h2 {
  color: red;
}
</style>

<h1 class="header">Learn Sass</h1>
<div class="blog-post">
<h2>Some random title</h2>
<p>This is a paragraph with some random text in it</p>
</div>
<div class="blog-post">
<h2>Header #2</h2>
<p>Here is some more random text.</p>
</div>
<div class="blog-post">
<h2>Here is another header</h2>
<p>Even more random text within a paragraph</p>
</div>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: SASS - Store Data with Sass Variables

Link to the challenge:

hello, I’m not sure how to answer, but in my browser, I am able to type into the right-hand side area.
What kind of device are you using and what type of browser?

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.