We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef1825 commit 9a3241fCopy full SHA for 9a3241f
2 files changed
css/styles.css
@@ -701,6 +701,10 @@ progress {
701
702
703
}
704
+.project-card {
705
+ border: 2px solid black;
706
+ border-radius: 5px;
707
+}
708
709
.container,
710
.container-fluid,
test.html
@@ -68,7 +68,7 @@ <h2 class="text-white mb-4"> JavaJokers is one of the 2024-2025 First Tech Chall
68
</section>
69
70
<section class="main-page" id="main-page">
71
- <div class ="card-body">
+ <div class ="card-body project-card">
72
<h3 class="text-uppercase">2024-2025 season</h3>
73
<h4>Into the deep</h4>
74
</div>
0 commit comments