Skip to content

Commit b2d59ab

Browse files
authored
Create creative.css
1 parent 3f33eea commit b2d59ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/creative.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,16 @@ p {
4949
background-color: #F0F0F0;
5050
color: black;
5151
}
52+
.bg-darker {
53+
background-color: #F0F0F0;
54+
color: black;
55+
}
5256
.text-faded {
5357
color: rgba(255, 255, 255, 0.7);
5458
}
59+
.text-darker {
60+
color: rgba(47, 47, 47, 0.7);
61+
}
5562
section {
5663
padding: 100px 0;
5764
}

0 commit comments

Comments
 (0)