Skip to content

Commit c79adc9

Browse files
committed
add background color and text color
1 parent d698582 commit c79adc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ExpandsCards/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* {
22
box-sizing: border-box;
3+
background-color: #2a2828;
34
}
45

56
body {
@@ -9,6 +10,10 @@ body {
910
height: 100vh;
1011
}
1112

13+
h1,h3{
14+
color: aliceblue;
15+
}
16+
1217
h1,
1318
.container {
1419
display: flex;

0 commit comments

Comments
 (0)