Skip to content

Commit 4ec8524

Browse files
Add files via upload
1 parent 22d0e68 commit 4ec8524

4 files changed

Lines changed: 746 additions & 539 deletions

File tree

Projects.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,22 @@ a {
5050
text-decoration: underline;
5151
}
5252

53+
.projects .project-category {
54+
border: 1px solid black;
55+
height: auto;
56+
width: 90%;
57+
margin: auto;
58+
text-align: center;
59+
}
60+
5361
.projects-box {
5462
height: auto;
5563
width: 100%;
5664
display: flex;
5765
align-items: center;
58-
justify-content: space-evenly;
66+
justify-content: center;
5967
flex-wrap: wrap;
6068
gap: 3rem;
61-
padding: 3rem 0 1rem 0;
6269
}
6370

6471
.project {
@@ -109,14 +116,7 @@ a {
109116

110117
.project-info p {
111118
font-size: 1rem;
112-
}
113-
114-
.working {
115-
height: auto;
116-
width: fit-content;
117-
font-weight: bold;
118-
background-color: red;
119-
color: white;
119+
text-align: start;
120120
}
121121

122122
.project-buttons {
@@ -152,4 +152,4 @@ a {
152152

153153
.footer span {
154154
font-size: 1rem;
155-
}
155+
}

0 commit comments

Comments
 (0)