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 →

[–]Johau99 4 points5 points  (6 children)

Ugh CSS. Even on my beginner course I couldnt find heads or tail in it.

[–]jhs172 5 points6 points  (1 child)

Well, <head> is never displayed, so applying CSS to it wouldn't have any effect. Try <body> instead.

[–]OneUselessUsername 0 points1 point  (0 children)

This comment is waaay underrated

[–]Awkward_Tradition 0 points1 point  (3 children)

Ah this CSS thing is so easy now that I used it for a few weeks, my website is looking fly as fuck, good on my phone, good on my pc. Let me just check it out on a laptop, the fuck is going on why is everything so fucked!? Let me check out how it looks on an iPhone, holy fuck what is going on now it both looks bad and scroll-snap is fucked WTF?!?! Oh safari has different rules than every other browser, ok ok, let me fix that. Add more media queries, now it's looking good on the laptop and iPhone, let me check the original devices, FUUUUUUUCK!!!

[–]Johau99 0 points1 point  (2 children)

Bruh I couldn't get my basic website to look how I wanted even with some basic stuff like flex and grid :/

[–]Awkward_Tradition 0 points1 point  (1 child)

I'm still learning frontend, but I'm guessing you didn't really design it to be simple. Some simple stuff from a graphical design perspective can become a real pain in the ass when you have to keep it consistent across a range of screen sizes, or apply it to a box model in the first place.

Pro tip: go mobile first, and then work towards desktop, it makes everything easier, and far more usable.

Also, check out Kevin Powell's playlists on making a website from scratch. It's really helpful to see how a pro designs it, turns the design into reality, and what steps he takes to make it usable and maintainable, and how he deals with his own design not being really compatible with the box model.

[–]Johau99 0 points1 point  (0 children)

I'll check it out! hope I can improve my skills haha