We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e95d5f4 + 2ce5171 commit 1cf650fCopy full SHA for 1cf650f
css/styles.css
@@ -1,6 +1,9 @@
1
.container{
2
- display: flex;
+ display: grid;
3
text-align: center;
4
+ gap: 1.5rem;
5
+ grid-template-columns: 1fr 1fr 1fr;
6
+ padding-block: 2rem;
7
}
8
9
.wrapper{
0 commit comments