HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-02-21
1 <p>One of the most important parts of creating any website is positioning elements on the page. This affects how users will see the page, in particular with regards to where to look, will be seen first, and what elements are the most important.</p>
1 <p>One of the most important parts of creating any website is positioning elements on the page. This affects how users will see the page, in particular with regards to where to look, will be seen first, and what elements are the most important.</p>
2 <p>Positioning itself is about controlling the position of an element along the x, y, and z axes, and all the tools that exist in CSS for positioning are designed to do just that. If you look at each topic from this perspective, then it'll be much easier to apply your knowledge.</p>
2 <p>Positioning itself is about controlling the position of an element along the x, y, and z axes, and all the tools that exist in CSS for positioning are designed to do just that. If you look at each topic from this perspective, then it'll be much easier to apply your knowledge.</p>
3 <p>In this course, we'll take a look at some basic positioning features that have been well known for many years, such as the position, float, and z-index properties. A few more fundamental rules for dealing with positioning appeared with the advent of CSS3. These concepts were<em>Flex</em>and<em>Grid</em>, which will be discussed in separate courses since there's a lot to get through.</p>
3 <p>In this course, we'll take a look at some basic positioning features that have been well known for many years, such as the position, float, and z-index properties. A few more fundamental rules for dealing with positioning appeared with the advent of CSS3. These concepts were<em>Flex</em>and<em>Grid</em>, which will be discussed in separate courses since there's a lot to get through.</p>
4 <h3>Practice</h3>
4 <h3>Practice</h3>
5 <p>Many of the lessons in this course will have practice with the web view. Try not to simply do the task, but rather when you're done, have a go and experiment a little with the code and the features you've learned.</p>
5 <p>Many of the lessons in this course will have practice with the web view. Try not to simply do the task, but rather when you're done, have a go and experiment a little with the code and the features you've learned.</p>
6 <p>You'll encounter "Do it yourself" sections throughout the course. This is an additional tasks for you to practice. They'll also offer code examples for you to study.</p>
6 <p>You'll encounter "Do it yourself" sections throughout the course. This is an additional tasks for you to practice. They'll also offer code examples for you to study.</p>
7 <h3>CodePen</h3>
7 <h3>CodePen</h3>
8 <p>Another opportunity to apply the skills you've learned in the course is to use<strong>CodePen</strong>. You can create your own pen, and experiment with positioning inside it.</p>
8 <p>Another opportunity to apply the skills you've learned in the course is to use<strong>CodePen</strong>. You can create your own pen, and experiment with positioning inside it.</p>
9 <p>Also, in each lesson in the course, there'll be examples loaded from<a>CodePen</a>. They're available for review, and you can make edits in real-time and monitor the result. Don't miss out on this opportunity.</p>
9 <p>Also, in each lesson in the course, there'll be examples loaded from<a>CodePen</a>. They're available for review, and you can make edits in real-time and monitor the result. Don't miss out on this opportunity.</p>
10 <p>Make sure you practice constantly, as it'll mean that your skills with positioning elements will allow you to effortlessly decide where and how to position elements in a real working task.</p>
10 <p>Make sure you practice constantly, as it'll mean that your skills with positioning elements will allow you to effortlessly decide where and how to position elements in a real working task.</p>