File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- .cards .cards {
2- gap : 2rem ;
3- }
4-
51.card span {
62 display : flex;
73 justify-content : center;
139
1410.dark .card : hover {
1511 border-color : white;
12+ }
13+
14+ .text-center {
15+ text-align : center;
1616}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const metadata = {
66 title: " JavaScript Code Challenges" ,
77}
88
9- <div style = { {textAlign: ' center' } } >
9+ <div className = " text- center" >
1010<br />
1111# Welcome to JS Code Challenges
1212
@@ -34,7 +34,7 @@ Collection of modern interview code challenges on JavaScript suitable for <br />
3434<br />
3535<br />
3636
37- <div style = { {textAlign: ' center' } } >
37+ <div className = " text- center" >
3838 Show your support by giving a ★ <br /> to [ JavaScript Code
3939 Challenges] ( https://github.com/sadanandpai/javascript-code-challenges ) repo
4040</div >
You can’t perform that action at this time.
0 commit comments