fix-home,interakto,interakto coding,teenybeans page done

This commit is contained in:
Abhijeet Bagade
2025-06-11 17:29:29 +05:30
parent e40c477b4a
commit 7b01fe4aa2
15 changed files with 153 additions and 93 deletions

View File

@@ -0,0 +1,9 @@
.flex_box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_card {
width: 32.33%;
}