Skip to content

Commit 1cf650f

Browse files
Merge pull request Ankur02Sarkar#1 from raj23689/Card-Spaces
Added gap and columns
2 parents e95d5f4 + 2ce5171 commit 1cf650f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/styles.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.container{
2-
display: flex;
2+
display: grid;
33
text-align: center;
4+
gap: 1.5rem;
5+
grid-template-columns: 1fr 1fr 1fr;
6+
padding-block: 2rem;
47
}
58

69
.wrapper{

0 commit comments

Comments
 (0)