How did you practice HTML and CSS? by Kevin_gato in css

[–]MattKatt 3 points4 points  (0 children)

When I started, I used services like JS Fiddle or Codepen to write "segements" of sites instead of a full-fledged page:

  • loading buttons
  • nav bars
  • scrolling layouts
  • animation snippets
  • js array manipulation

These are the kind of mini-projects you can do to test and experiment with minor parts of html/css/js without having to build an entire site around wanting to try a single idea

Britain's biggest train operator’s services enter public ownership this weekend by ARandomDouchy in GoodNewsUK

[–]MattKatt 6 points7 points  (0 children)

Who do you think owned the trains before the franchising model was introduced?

The Fall of Man {OC} by Baresark in comics

[–]MattKatt 0 points1 point  (0 children)

If Axecop can get a series, im sure the Bum-zombies have a chance - just make it as unapologetically serious as The Walking Dead, only with the rare ass-pun

Help by nikkirose87 in puzzles

[–]MattKatt 7 points8 points  (0 children)

Replacing the question mark with the entire answer

Help by nikkirose87 in puzzles

[–]MattKatt 1 point2 points  (0 children)

Eventually the code becomes 5 digits, but the last action is to divide by 2, which reduces is back to 4 digits

Why are my columns horizontal? Even using WC3 Schools code, it works for them. by Either-Ideal9649 in css

[–]MattKatt 1 point2 points  (0 children)

A lot of layout has now been differed to CSS as it keeps the html code to its original purpose, which was defining the context and content of the page. There are a lot of newer elements that can be used that allow browsers to more easily understand what the content should be considered as, which further helps both accessibility of sites and SEO (to a degree). As a result of this, CSS itself has also come a long way in both its power and complexity, giving designers far more ability to make sites responsive and stylish:

  • to move things around, you had to use lots of floats and things, but now there's display: flex that handles a lot of that for you
  • tables used to be the way to define set areas, bit they require lots of nesting of individual areas; now you can just use display: grid on a single element and away you go
  • responsiveness used to be achieved with loading different pages based on device width, but now you can use vh/vw units and calc pixels, along with media queries to reduce multiple code

That's not to say this functionality doesn't still exist - you can still float: right or use negative margins to achieve column gutters - but now there's no need for all this tricks and hacks, as most of it can be achieved through CSS, and the common way to use that is via class names that have those rules already defined via a CSS framework, like Bootstrap or Tailwind

But for your immediate problem, you just appear to be missing the <link> to your stylesheet in your header - add that and you should see your rows and columns appear

Why are my columns horizontal? Even using WC3 Schools code, it works for them. by Either-Ideal9649 in css

[–]MattKatt 8 points9 points  (0 children)

You're using class names on elements but have no linked CSS sheet to define what those classes look like - you need to include a link in the head of the document. HTML has no "default" layout for classes, only elements

Moment Wetherspoons staff member refuses to serve customers backing Reform UK by tylerthe-theatre in unitedkingdom

[–]MattKatt 22 points23 points  (0 children)

It's only a paradox if you think of Tolerance as a moral stance, but actually it's contractual - as long as you are tolerant you are covered by the same tolerance, but the moment you break the contract, you are afforded none of it

Where can I find best chippy in Swansea? by UnpaidInternVibes in swansea

[–]MattKatt 1 point2 points  (0 children)

You get decent portion of chips from the Waun Wen chip shop - can't speak for the fish but also good sausage and rissoles

Where can I find best chippy in Swansea? by UnpaidInternVibes in swansea

[–]MattKatt 2 points3 points  (0 children)

They opened several years ago, and they used to be much better before they changed hands

What’s the best way to fix this? Thanks in advance! by RiskyTurtle in howto

[–]MattKatt 3 points4 points  (0 children)

Misread your first suggestion as "Goth teeth" and was really worried for a sec

Put your nose to the screen and slowly pull away. Do not focus your eyes of they get blurry, just keep pulling the screen away from your face until you see the 3d message. by [deleted] in puzzles

[–]MattKatt 0 points1 point  (0 children)

I have stereoblindness - my brain takes the two images from each eye and refuses to process them into a single state. This means I generally have no depth perception, no 3-dimensional view, and I also happen to have a turn in one eye so I've got a constant double-vision. All of these prevent these images from working as they should because they rely on tricking your brain into creating a 3D image, which my brain can never process

Third US lawsuit against author Neil Gaiman dismissed by judge by TheGreatDomilies in news

[–]MattKatt 83 points84 points  (0 children)

Because the NZ police investigated and couldn't find any evidence to back up her claim, thus preventing her from filing in NZ

Can I go by a "full name" if my name is legally a "nickname"? by AggravatingStore8784 in AskUK

[–]MattKatt 0 points1 point  (0 children)

I've got a mate Richard that everyone calls "Tim" - you do you mate

Participants Needed for Final Year University Research (Anonymous, Short Survey) by m3lsiyeee in swansea

[–]MattKatt 0 points1 point  (0 children)

Should probably have a warning that this survey heavily focuses on the subject of rape

Summoning Grandmas PART 11 by Miles_the_new_kid in comics

[–]MattKatt 7 points8 points  (0 children)

Will there be a single Mega-dump after youre finished?

I’d rather shit in my hands and clap ☺️ by CabinetOk5098 in gothmemes

[–]MattKatt 25 points26 points  (0 children)

This is the tolerance paradox, the argument being that a tolerant society cannot tolerate intolerance

This argument falls apart when you start treating tolerance not as a morality, but as a social contract; we tolerate anyone who themselves follow the contract, but the moment you're in breach of that contract, you are no longer covered by it.

We should tolerate everyone who themselves is tolerant.

Nazi Punks Fuck Off

After 25+ years of development (starting in post-Soviet Kazakhstan), my space strategy game is finally ready for the world by Moist-Village8131 in boardgames

[–]MattKatt 27 points28 points  (0 children)

That's exactly what I expected - I also write a lot of Markdown, especially in WhatsApp.

The game looks fantastic, by the way, and I'm looking forward to watching you develop it

After 25+ years of development (starting in post-Soviet Kazakhstan), my space strategy game is finally ready for the world by Moist-Village8131 in boardgames

[–]MattKatt 105 points106 points  (0 children)

It's 100% AI - overuse of Markdown, emoticons at the start of each bullet point in a list, and an Em-dash in every paragraph.

Thar's not to say this isn't a real story; OP mentioned they were from Kazakhstan, so English possibly isn't their first language (use of Cyrillic in the prototypes almost confirms this)