Getting started with HTML/CSS

Vatsal kulshreshtha
1 min readJan 18, 2021

Day 15: 20 Days of learning challenge

Honestly, I never enjoyed making websites in html/css, but it’s also true that these are the base of any website on the internet. Even if we use javascript frameworks like React at many point in time we need to handle html stuff.

Today I will share my experience in HTML/CSS and how to learn it and make websites. As I always say, when I want to learn something, I start making project using that tech.

I started making a website for a medical centre in India. First of all we need to think of design and if you do not have any idea about it, you can search interactive and responsive websites on google and get idea from there, now make a layout on designing app (Adobe XD or Figma) but I like making wireframe on whiteboard/paper.

There is one library called Bootstrap, it provides components for your website. By using those components we can make our whole website.

Tip: If you have GitHub Student Developer pack you will get a subscription for Bootstrap Studio app. Which makes website building fun and interactive. It have drag and drop feature and you can also host upto 2 websites for free.

currently I am working on this site: https://rehabit.in

Github Student Developer Pack also incliudes free .me, .tech domain.

--

--