You can learn some basic CSS and add some great styling in your web page in less than 10 days.
Let's see how๐
Thread ๐งต
First and foremost
The characterstic of a great website is it's color scheme. Forget about everything and learn about background and color properties initially
{ 2 / 17 }
Don't think that background property is just for setting the solid color. Background is a shorthand property for background-image, background-position etc..
{ 3 / 17 }
Box model is one of the most important concept of CSS. It's not so tough to learn. The box-model covers
- Height
- Width
- Padding
- Border
- Margin
{4 / 17 }
Height and width property are pretty intuitive. These are used to set fixed height and width to the element
I suggest to give a look at max, min-width and max, min-height properties as well.
{ 5 / 17 }
Proper and uniform separation of elements is something that can give your webpage a appealing look. Margin and padding can do this for you.
Border are used to set the color, width and style to elements. You can learn it in 5 min๐
Some good border selection can give your element a good pleasant look
{ 7 / 17 }
Moving forward, typography is an essential thing of web page. A good font can make your webpage and establish a strong visual hierarchy, provide a graphic balance to the website, and set the product's overall tone.
You can add free fonts from Google's official site
You just need to look at few fonts properties. For ex,
๐น font-family
๐น font-weight
๐น font-size
{ 10 / 17 }
Alright moving further, We have CSS positioning.
From here, a bit tricky CSS starts. Using CSS positioning you can change the position of you element. This might seems bit tough but you can learn it in 2-3 days
{ 11 / 17 }
I have already written a detailed thread on CSS positioning, If you're interested check it out
Mastering JavaScript is a life long process but at least you can learn some basic concepts in few days to make functional web pages
Let's see how๐
THREAD๐งต
Alright great! You're in this thread that's mean you're interested๐ฅ
First things first, whenever I'm up to learning new technology or language, I always start with a crash course. By doing so I get a quick overview of things in almost not time
{ 2 / 15 }
Here's a crash course of JavaScript by Freecodecamp.
Crash courses are just for quick look. Don't just stop learning after it. Keep exploring things by your own