Skip to content

Commit 6981fa6

Browse files
committed
css update
1 parent 08c57ba commit 6981fa6

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

styles/styles.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,16 @@ section {
273273
border-color: #fffb00;
274274
}
275275

276+
.project-card.usertimecheck {
277+
background-image: url("../imgs/usertimecheck-banner.png");
278+
border-color: #54aeff;
279+
}
280+
281+
.project-card.todoapp {
282+
background-image: url("../imgs/todo-app-banner.png");
283+
border-color: #62ff54;
284+
}
285+
276286
.w-inline-block {
277287
max-width: 100%;
278288
display: inline-block;

styles/styles.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/styles.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,16 @@ section {
290290
border-color: #fffb00;
291291
}
292292

293+
.project-card.usertimecheck {
294+
background-image: url("../imgs/usertimecheck-banner.png"); // Ensure the path is correct
295+
border-color: #54aeff;
296+
}
297+
298+
.project-card.todoapp {
299+
background-image: url("../imgs/todo-app-banner.png"); // Ensure the path is correct
300+
border-color: #62ff54;
301+
}
302+
293303
.w-inline-block {
294304
max-width: 100%;
295305
display: inline-block;

0 commit comments

Comments
 (0)