1. Урок 1. 00:03:55
    Welcome to the Most Advanced CSS Course Ever!
  2. Урок 2. 00:02:53
    Setting up Our Tools
  3. Урок 3. 00:00:46
    Section Intro
  4. Урок 4. 00:05:43
    Project Overview
  5. Урок 5. 00:24:24
    Building the Header - Part 1
  6. Урок 6. 00:17:07
    Building the Header - Part 2
  7. Урок 7. 00:19:20
    Creating Cool CSS Animations
  8. Урок 8. 00:15:58
    Building a Complex Animated Button - Part 1
  9. Урок 9. 00:12:52
    Building a Complex Animated Button - Part 2
  10. Урок 10. 00:01:39
    Section Intro
  11. Урок 11. 00:04:22
    Three Pillars of Writing Good HTML and CSS (Never Forget Them!)
  12. Урок 12. 00:04:33
    How CSS Works Behind the Scenes: An Overview
  13. Урок 13. 00:12:34
    How CSS is Parsed, Part 1: The Cascade and Specificity
  14. Урок 14. 00:05:56
    Specificity in Practice
  15. Урок 15. 00:15:45
    How CSS is Parsed, Part 2: Value Processing
  16. Урок 16. 00:04:06
    How CSS is Parsed, Part 3: Inheritance
  17. Урок 17. 00:14:02
    Converting px to rem: An Effective Workflow
  18. Урок 18. 00:12:46
    How CSS Renders a Website: The Visual Formatting Model
  19. Урок 19. 00:09:18
    CSS Architecture, Components and BEM
  20. Урок 20. 00:05:16
    Implementing BEM in the Natours Project
  21. Урок 21. 00:01:03
    Section Intro
  22. Урок 22. 00:05:00
    What is Sass?
  23. Урок 23. 00:25:23
    First Steps with Sass: Variables and Nesting
  24. Урок 24. 00:17:06
    First Steps with Sass: Mixins, Extends and Functions
  25. Урок 25. 00:11:22
    A Brief Introduction to the Command Line
  26. Урок 26. 00:13:49
    NPM Packages: Let's Install Sass Locally
  27. Урок 27. 00:13:11
    NPM Scripts: Let's Write and Compile Sass Locally
  28. Урок 28. 00:06:24
    The Easiest Way of Automatically Reloading a Page on File Changes
  29. Урок 29. 00:00:56
    Section Intro
  30. Урок 30. 00:11:18
    Converting Our CSS Code to Sass: Variables and Nesting
  31. Урок 31. 00:17:35
    Implementing the 7-1 CSS Architecture with Sass
  32. Урок 32. 00:07:49
    Review: Responsive Design Principles and Layout Types
  33. Урок 33. 00:37:04
    Building a Custom Grid with Floats
  34. Урок 34. 00:23:26
    Building the About Section - Part 1
  35. Урок 35. 00:21:53
    Building the About Section - Part 2
  36. Урок 36. 00:17:31
    Building the About Section - Part 3
  37. Урок 37. 00:30:21
    Building the Features Section
  38. Урок 38. 00:25:29
    Building the Tours Section - Part 1
  39. Урок 39. 00:31:01
    Building the Tours Section - Part 2
  40. Урок 40. 00:16:37
    Building the Tours Section - Part 3
  41. Урок 41. 00:19:41
    Building the Stories Section - Part 1
  42. Урок 42. 00:14:15
    Building the Stories Section - Part 2
  43. Урок 43. 00:13:50
    Building the Stories Section - Part 3
  44. Урок 44. 00:18:20
    Building the Booking Section - Part 1
  45. Урок 45. 00:18:38
    Building the Booking Section - Part 2
  46. Урок 46. 00:23:11
    Building the Booking Section - Part 3
  47. Урок 47. 00:15:58
    Building the Footer
  48. Урок 48. 00:29:38
    Building the Navigation - Part 1
  49. Урок 49. 00:13:14
    Building the Navigation - Part 2
  50. Урок 50. 00:15:37
    Building the Navigation - Part 3
  51. Урок 51. 00:25:15
    Building a Pure CSS Popup - Part 1
  52. Урок 52. 00:16:56
    Building a Pure CSS Popup - Part 2
  53. Урок 53. 00:01:01
    Section Intro
  54. Урок 54. 00:17:36
    Mobile-First vs Desktop-First and Breakpoints
  55. Урок 55. 00:28:09
    Let's Use the Power of Sass Mixins to Write Media Queries
  56. Урок 56. 00:26:40
    Writing Media Queries - Base, Typography and Layout
  57. Урок 57. 00:12:34
    Writing Media Queries - Layout, About and Features Sections
  58. Урок 58. 00:20:27
    Writing Media Queries - Tours, Stories and Booking Sections
  59. Урок 59. 00:05:42
    An Overview of Responsive Images
  60. Урок 60. 00:10:16
    Responsive Images in HTML - Art Direction and Density Switching
  61. Урок 61. 00:17:22
    Responsive Images in HTML - Density and Resolution Switching
  62. Урок 62. 00:11:44
    Responsive Images in CSS
  63. Урок 63. 00:21:44
    Testing for Browser Support with @supports
  64. Урок 64. 00:20:56
    Setting up a Simple Build Process with NPM Scripts
  65. Урок 65. 00:13:59
    Wrapping up the Natours Project: Final Considerations
  66. Урок 66. 00:01:04
    Section Intro
  67. Урок 67. 00:06:32
    Why Flexbox: An Overview of the Philosophy Behind Flexbox
  68. Урок 68. 00:15:09
    A Basic Intro to Flexbox: The Flex Container
  69. Урок 69. 00:10:35
    A Basic Intro to Flexbox: Flex Items
  70. Урок 70. 00:06:15
    A Basic Intro to Flexbox: Adding More Flex Items
  71. Урок 71. 00:07:15
    Project Overview
  72. Урок 72. 00:13:41
    Defining Project Settings and Custom Properties
  73. Урок 73. 00:12:01
    Building the Overall Layout
  74. Урок 74. 00:18:00
    Building the Header - Part 1
  75. Урок 75. 00:14:49
    Building the Header - Part 2
  76. Урок 76. 00:12:27
    Building the Header - Part 3
  77. Урок 77. 00:11:37
    Building the Navigation - Part 1
  78. Урок 78. 00:16:51
    Building the Navigation - Part 2
  79. Урок 79. 00:15:19
    Building the Hotel Overview - Part 1
  80. Урок 80. 00:15:27
    Building the Hotel Overview - Part 2
  81. Урок 81. 00:12:54
    Building the Description Section - Part 1
  82. Урок 82. 00:19:39
    Building the Description Section - Part 2
  83. Урок 83. 00:22:53
    Building the User Reviews Section
  84. Урок 84. 00:16:55
    Building the CTA Section
  85. Урок 85. 00:19:28
    Writing Media Queries - Part 1
  86. Урок 86. 00:16:28
    Writing Media Queries - Part 2
  87. Урок 87. 00:14:46
    Wrapping up the Trillo Project: Final Considerations
  88. Урок 88. 00:01:00
    Section Intro
  89. Урок 89. 00:05:16
    Why CSS Grid: A Whole New Mindset
  90. Урок 90. 00:02:12
    Quick Setup for This Section
  91. Урок 91. 00:12:16
    Creating Our First Grid
  92. Урок 92. 00:10:01
    Getting Familiar with the fr Unit
  93. Урок 93. 00:07:27
    Positioning Grid Items
  94. Урок 94. 00:09:49
    Spanning Grid Items
  95. Урок 95. 00:02:49
    Grid Challenge
  96. Урок 96. 00:11:09
    Grid Challenge: A Basic Solution
  97. Урок 97. 00:09:41
    Naming Grid Lines
  98. Урок 98. 00:11:04
    Naming Grid Areas
  99. Урок 99. 00:10:40
    Implicit Grids vs. Explicit Grids
  100. Урок 100. 00:09:58
    Aligning Grid Items
  101. Урок 101. 00:13:00
    Aligning Tracks
  102. Урок 102. 00:16:20
    Using min-content, max-content and the minmax() function
  103. Урок 103. 00:10:58
    Responsive Layouts with auto-fit and auto-fill
  104. Урок 104. 00:11:32
    Project Overview and Setup
  105. Урок 105. 00:15:35
    Building the Overall Layout - Part 1
  106. Урок 106. 00:24:33
    Building the Overall Layout - Part 2
  107. Урок 107. 00:13:02
    Building the Features Section - Part 1
  108. Урок 108. 00:20:28
    Building the Features Section - Part 2
  109. Урок 109. 00:18:01
    Building the Story Section - Part 1
  110. Урок 110. 00:11:39
    Building the Story Section - Part 2
  111. Урок 111. 00:15:47
    Building the Homes Section - Part 1
  112. Урок 112. 00:18:52
    Building the Homes Section - Part 2
  113. Урок 113. 00:15:25
    Building the Gallery - Part 1
  114. Урок 114. 00:12:28
    Building the Gallery - Part 2
  115. Урок 115. 00:12:34
    Building the Footer
  116. Урок 116. 00:05:09
    Building the Sidebar
  117. Урок 117. 00:16:17
    Building the Header - Part 1
  118. Урок 118. 00:09:52
    Building the Header - Part 2
  119. Урок 119. 00:11:23
    Building the Realtors Section
  120. Урок 120. 00:17:13
    Writing Media Queries - Part 1
  121. Урок 121. 00:18:39
    Writing Media Queries - Part 2
  122. Урок 122. 00:08:36
    Browser Support for CSS Grid
  123. Урок 123. 00:06:45
    Wrapping up the Nexter Project: Final Considerations
  124. Урок 124. 00:02:29
    See You Next Time, CSS Master!