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 {
|
||||
|
||||
@@ -135,6 +135,9 @@ a {
|
||||
overflow: hidden;
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
.project-card a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.project-card:hover {
|
||||
transform: translateY(-4px);
|
||||
|
||||
Reference in New Issue
Block a user