Skip to content

Commit 9a3241f

Browse files
committed
kept working
1 parent 3ef1825 commit 9a3241f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,10 @@ progress {
701701

702702

703703
}
704+
.project-card {
705+
border: 2px solid black;
706+
border-radius: 5px;
707+
}
704708

705709
.container,
706710
.container-fluid,

test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2 class="text-white mb-4"> JavaJokers is one of the 2024-2025 First Tech Chall
6868
</section>
6969

7070
<section class="main-page" id="main-page">
71-
<div class ="card-body">
71+
<div class ="card-body project-card">
7272
<h3 class="text-uppercase">2024-2025 season</h3>
7373
<h4>Into the deep</h4>
7474
</div>

0 commit comments

Comments
 (0)