Skip to content

Commit

Permalink
update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 12, 2024
1 parent bb4e11d commit 522bc44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="first" id="section1">1. What Is "Caret"?</h2>
<img class="sample_text", src="Sample_1_Chrome-text.png", alt="Sample - Text">
</div>
<p class="one">What is the difference between these two text editors?</p>
<p class="one">-The answer is that "Caret" has more features than "Text".</p>
<p class="answer">-The answer is that "Caret" has more features than "Text".</p>

<h2 class="second" id="section2">2. What Is the Good Point?</h2>
<p class="two">First, please watch the following video.</p>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
padding-top: 10px;
}

.answer {
padding-left: 20px;
padding-top: 10px;
}

.second {
background-color: orange;
}
Expand Down

0 comments on commit 522bc44

Please sign in to comment.