Tag: CSS
-
CSS for React Components
If you think back to HTML as being a document with headings and paragraphs and other semantic bits, it made a lot of sense to have the styles (expressed as CSS) separate to the document. This allows us to change the styles without touching the document – perhaps the user wanted a dark theme, needed…
-
Calculator
I’ve been doing a bit of driving during the holidays, which means a lot of podcast listening. An episode of JavaScript Jabber about JS features you should never use sparked my interest in eval(). eval() takes whatever you pass it in a string and executes it in the JS engine. This is a crazy concept…
-
99 CSS Layout Feedback
I’ve been in the swing with the #100DaysOfSwiftUI course of having frequent assignments to test my understanding of the course content up to that point, then watching the feedback video and reflecting on it here. So far, in the Complete Web Developer I’ve only had this single CSS assignment, so I was excited to see…
-
99 CSS Layout challenge
In the Zero To Mastery Complete Web Developer course, I’m up to the first practical challenge – to use CSS to layout a reasonably standard looking web page using flex-box and grid to make it responsive. Frustratingly, both for writing this, and while I was trying to build the page, I’m unable to screenshot the…
-
CSS for Beginners
I mentioned a couple of days ago that the ZTM webdev course was skipping forwards too quick and that it would need to be supplemented. For CSS, I think the supplement for me is going to be this series from Dave Gray.
-
WordPress Code Blocks
Non-iOS post warning :- ) I’m not really happy with the way I’m sharing code in these posts. I started off with the regular WordPress code blocks: These seem a bit large to me, but it comes with a font size choice, which I like setting to “Tiny”: There’s a reason why coloured syntax highlighting…
-
CSS Intro
When I wrote my last commercial HTML (in 1996 lol) I’m pretty sure there was no CSS. It was the land of textured backgrounds, blinking scrolling text, “under construction” gifs, and links to gopher URLs were not uncommon. So this is an area I need to update my skills a little just to carry on…