Recent content by aceandjocelyn

  1. A

    Column gap in HTML?

    Thanks for the tip. Also, I tried flexbox but just kind of got confused and went the easy route. I think I'll try it again, though. Much appreciated.
  2. A

    Column gap in HTML?

    Okay, I'm pretty new to actually writing code, and I'm having a hard time coding column gaps for the columns here. Here's the CSS I used for the columns: .column { margin-bottom: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .column...
Back
Top Bottom