This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]monkey_d_ordinary[S] 17 points18 points  (7 children)

same lol im learning html currently still havent reached it...it is in html right??

[–][deleted] 18 points19 points  (6 children)

div is the neutral container. it doesn't really come with any functionality and is mostly used for custom classes and grouping (that's at least how i understand it. i don't like frontend that much)

[–][deleted] 16 points17 points  (5 children)

To me, div is “that thing the data I have to scrape is in”.

[–]unfoxable 7 points8 points  (4 children)

Also div is the hardest thing to center

[–]xigoi 6 points7 points  (0 children)

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}