Skip to content

Commit

Permalink
feat: Improve content and styling in index.html and style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SJ22032003 committed Sep 9, 2024
1 parent de4894f commit b23fbdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions grid-project/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,9 @@ <h5>V1 - 2014</h5>
<blockquote class="para-3">
<hr />
<p>
We launched freeCodeCamp with a simple list of 15 resources,
including Harvard's CS50 and Stanford's Database Class.
The millions of people who are learning to code through
freeCodeCamp will have an even better resource to help them learn
these fundamentals.
</p>
<hr />
</blockquote>
Expand Down
11 changes: 7 additions & 4 deletions grid-project/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ body {
main {

padding: 20px;

min-height: inherit;
max-width: 1200px;
margin: 0 auto;


display: grid;

grid-template-columns: 1fr;
grid-template-rows: repeat(3, minmax(auto, fit-content));

row-gap: 20px;
}

Expand Down Expand Up @@ -173,7 +171,12 @@ main {
color: #00beef;
font-size: 2rem;
line-height: 3rem;
word-spacing: 1rem;
}
& > p::after {
content: '"';
}
& > p::before {
content: '"';
}
}

Expand Down

0 comments on commit b23fbdd

Please sign in to comment.