Posts by Big LaoBan • 33 points
4 posts
-
0
votes1
answer70
viewsQ: grid display using different grid-Row-gap for each line
Friends does anyone know if there is a different gap value for each grid line? Type in the case below put grid-row-gap: 0px between the first and second lines and then place 10px between the other…
cssasked Big LaoBan 33 -
1
votes2
answers57
viewsQ: What is the equivalent of Arrow Function?
This code is on a button. There are two doubts, How to write this line without using Arrow Function? And whenever I run the first time it comes back Undefined me but the second one works, I think…
javascriptasked Big LaoBan 33 -
2
votes1
answer295
viewsQ: css Display: grid; cannot align
I’m learning to use display:grid; What I want to do is that in the first column there is a blue square on top of a green and the second column is all red. What I have is…
cssasked Big LaoBan 33 -
0
votes1
answer1700
viewsQ: Bootstrap Collapse does not work
I’m doing the portfolio challenge in freecodecamp. In the menu part I can’t get it to close on smaller screens. The menu closes but clicking on the icon it does not open and shows the items. Where I…