Reworked my project.html to remove any text-decoration and put that styling into the projectStyle.css file. Additionally, updated the project.html page to reflect current projects.
This commit is contained in:
@@ -190,11 +190,17 @@ img.hero-img {
|
||||
}
|
||||
|
||||
#projects {
|
||||
|
||||
display: grid;
|
||||
gap: 2rem;
|
||||
grid-template-columns: 1fr;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
|
||||
}
|
||||
|
||||
#projects a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.project-box {
|
||||
|
||||
Reference in New Issue
Block a user