CSS

9 Articles 0 Followers


Learning about web development / third post [ENG/FR]

4 Nov 2023 4 minute read 0 comments Phanty

My web development apprenticeship       Hello everyone, It's been a while since I followed up on this series of posts, and the least I can tell you is that a lot has happened since the last time. So it's time to catch up.   End of my previo...

Learning about web development / second post [ENG/FR]

24 Sep 2023 5 minute read 0 comments Phanty

  Link to French version --> Cliquez ici pour la Version Française.   Alea jacta es   As I explained in my previous article (which you can find here, I was in the process of negotiating the signature of a conventional severance agreement with...

Today, I Learned CSS Grid in Under Fifteen Minutes (and You can Too): The Basics

20 Jul 2023 5 minute read 0 comments Great White Snark

Yes, that's right. It took me less than fifteen minutes to learn CSS grid. You can do likewise, without having to sit through a video that's over an hour long (assuming you already know some CSS). It's not some complicated addition to the language, b...

1. Introduction to web development

16 Jan 2023 3 minute read 0 comments Jadders

This series of blog posts is going to teach you how to create a fully interactive website. We'll start with the basics of HTML, then add some CSS. After introducing you to CSS, we'll then go back over both HTML and CSS in a bit more detail, so that y...

Create a Log-in Page with HTML and CSS

24 Aug 2022 1 minute read 1 comment Scofield

This article will discuss the functionality and languages used to set up a Simple log-in page.   Most social media platforms, bank accounts and other individual sites use this log-in page.    The log-in page creates room for a user’s little details f...

How To Use Common Sense, HTML, CSS, and JS. To Make An Analogue Clock

26 May 2022 6 minute read 0 comments Scofield

HTML is the building block language, CSS is the styling language, and JS is the functioning language. We take this step by step.   First a storyline, I started writing codes without structure as I just wanted to see the result, it did not matter how...

Boot Camp Week 2, Recap

20 Feb 2022 3 minute read 0 comments Mike Bivens

Week 2 concludes having moved onto JavaScript in the boot camp and now having a set roadmap for topic areas to invest my time in beyond the technical learning. Over the remaining 14 weeks in this boot camp, I will be devoting two-week periods to each...

7 Steps to be a Front-End Web Developer - Web Development (Part I)

18 May 2020 3 minute read 7 comments Zunaed

Seems like, web development has became many people's interest nowadays, key to their inspiration of being a programmer! It is because mostly everyone finds 'Web Development' as an easy thing to start with. Well, they did took the right decision! Beca...

CSS Grid Layout - Goodbye Bootstrap, Hello The Future

29 May 2019 3 minute read 1 comment geostima

Today we will take a short look at CSS Grid Layouts, what they are all about, what their purpose is and how to implement them. Surely most developers have heard of (and used) bootstrap in the past in order to create responsive layouts, which can be c...