You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
a table might help? don't take my word for it I get so lost with this stuff fairly regularly,,
you can try adding "display: flex; flex-flow: row nowrap; gap: 10px;" to div class="2" and set each column to "min-height: 100%; flex: 1 0;" and get rid of the between columns to get this (https://imgur.com/a/SzRqGsB) i think that should do it
the "br" between columns oops
ooh, that's a better idea
try this:
.gridcontainer {display: grid; grid-template-columns: 2fr 2fr 2fr; grid-gap: 20px;}
omg i love that everyone is coming to help me... i feel so loved now
I idn't realize i had a between the columns lol ... thats probably like 90% of the issue omg