Add additonal links and edit styling

This commit is contained in:
emma 2024-11-04 22:13:46 -05:00
parent f4633d6dca
commit 7ed436ee6a
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<section class="course-projects"> <section class="course-projects">
<!-- Projects here will be from course based work --> <!-- Projects here will be from course based work -->
<h3 class="section-header">Course projects</h3> <h3 class="section-header">Course projects</h3>
<p class="section-description">Projects here are those completed from online courses like freeCodeCamp or The Odin Project</p> <p class="section-description">Projects here are those completed from online courses like <a href="https://freecodecamp.org" target="_blank">freeCodeCamp</a> or <a href="https://www.theodinproject.com/" target="_blank">The Odin Project</a></p>
<h4 class="section-links">freeCodeCamp Responsive Web Design course</h4> <h4 class="section-links">freeCodeCamp Responsive Web Design course</h4>
<ul class="links"> <ul class="links">
<li><a href="./freecodcamp/build-a-survey-form/index.html" target="_blank">Build a survey form</a></li> <li><a href="./freecodcamp/build-a-survey-form/index.html" target="_blank">Build a survey form</a></li>

View File

@ -17,7 +17,6 @@ body {
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center;
align-items: center; align-items: center;
background-color: var(--grey); background-color: var(--grey);
} }