by Kamil' Abzalov | Aug 7, 2017 | HTML and CSS, Tutorials
Create your first web site. Icon font Home » Tutorials » Category: "HTML and CSS" (Page 2) In this lesson we’ll finish to make main page of our project – we’ll add footer, also including icon font. First of all...
by Kamil' Abzalov | Aug 7, 2017 | HTML and CSS, Tutorials
Create your first web site. Grid system Home » Tutorials » Category: "HTML and CSS" (Page 2) In this lesson we’ll continue to develop our first project. Today we’ll consider very popular and actual approach in html code...
by Kamil' Abzalov | Aug 7, 2017 | HTML and CSS, Tutorials
Create first web site. Create dropdown menu Home » Tutorials » Category: "HTML and CSS" (Page 2) In this lesson we’ll continue to create our first web site, which we started last lesson. Today we’ll create main menu and...
by Kamil' Abzalov | Aug 6, 2017 | HTML and CSS, Tutorials
Creating simple web site. Including fonts to web site Home » Tutorials » Category: "HTML and CSS" (Page 2) In this lesson we will begin to create web site. First of all we begin to create header. Also I’ll show you how to include...
by Kamil' Abzalov | Aug 6, 2017 | HTML and CSS, Tutorials
Homework discussion Home » Tutorials » Category: "HTML and CSS" (Page 2) In lastlesson I gave your homework (for fixation of last material). In this lesson we’ll consider this homework. Code lesson (HTML)<!DOCTYPE html>...
by Kamil' Abzalov | Aug 6, 2017 | HTML and CSS, Tutorials
Homework Home » Tutorials » Category: "HTML and CSS" (Page 3) Based on past lessons it is good to summarize. That’s why I decided to give you homework. Your results you can send me to my email (in video description). Good luck!...
by Kamil' Abzalov | Aug 6, 2017 | HTML and CSS, Tutorials
CSS relative and absolute position Home » Tutorials » Category: "HTML and CSS" (Page 3) Last lesson we began discuss elements position, concretely we learnt about fixed position (position:fixed;). In this lesson we’ll discuss...
by Kamil' Abzalov | Aug 6, 2017 | HTML and CSS, Tutorials
CSS position Home » Tutorials » Category: "HTML and CSS" (Page 3) Last lessons we were considering html block layout in detail – margin, padding. Also we were learning behavior and location of elements relative to each other. But...
by Kamil' Abzalov | Aug 6, 2017 | HTML and CSS, Tutorials
CSS floats Home » Tutorials » Category: "HTML and CSS" (Page 3) In last lesson we considered html block layout. I remind, div tag has got two main characteristics – width and height by default. Bu the question is, how to make...
by Kamil' Abzalov | Aug 6, 2017 | HTML and CSS, Tutorials
HTML block layout Home » Tutorials » Category: "HTML and CSS" (Page 3) In this lesson we’ll talk about html block layout. There two main approaches in html layouts – block html layout and table html layout. Table html layout...