Skip to content

Commit 246975e

Browse files
committed
pre-refactor commit
1 parent 8d99ae9 commit 246975e

File tree

7 files changed

+27310
-194
lines changed

7 files changed

+27310
-194
lines changed

scripts.js

+208-192
Large diffs are not rendered by default.

styles.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ body {
66
border-radius: 15px;
77
background-color: blue;
88
color: white;
9+
text-shadow: 1px 1px 2px black;
10+
text-align: center;
911
}
1012

1113
.category-card {
1214
font-family: 'Roboto Condensed', sans-serif;
13-
text-align: center;
15+
height: 200px;
1416
}
1517

1618
.question-card {
1719
font-family: 'Merriweather', serif;
18-
text-align: center;
1920
}

0 commit comments

Comments
 (0)