How to create CSS Layouts - Web Development Tutorial for Beginners (#3) - with HTML & CSS

Hewohacuyu 2017-11-19

Views 1

Web Development tutorial for Beginners Lesson 3.\r
In this lesson, well cover CSS layouts for beginners, how to build hand coded CSS layouts, and some more intermediate CSS concepts.\r
\r
Well be building a CSS navigation, using CSS floats, and creating a multi-column CSS layout.\r
\r
A helpful tool in doing web development is the Emmet plugin for Sublime Text. To install it, youll need Sublime Package Manager (\r
Once package manager is installed, install Emmet by hitting Tools / Command Pallette, then type package control: install package and choose Emmet.\r
\r
As you can see in this video, there arent an infinite amount of css rules. The most commonly used ones are:\r
margin (spacing outside your html element)\r
padding (spacing inside your html element)\r
background (for color or image background)\r
color (font color)\r
display (block, inline, inline-block, none)\r
border-radius (rounded edges)\r
float (float left or right)\r
\r
** Youll notice I didnt have the correct .row:after code, here it is, it needed content **\r
.row:after { clear: both; content:; display: table;\r
}\r
\r
If you missed videos #1 and #2, here they are:\r
Lesson #1: \r
Lesson #2: \r
\r
Learn Javascript with the Javascript tutorials for beginners:

Share This Video


Download

  
Report form