Kevin Powell – CSS Demystified Start writing CSS with confidence

Kevin Powell – CSS Demystified Start writing CSS with confidence
English | Size: 8.66 GB
Category: Tutorial


How we’re going to demystify CSS
This course is about diving in and really understanding how CSS is meant to work.
We’ll be exploring why it’s different from other languages and how to change our mindset to work with it properly.

The course will be broken down into three weeks, and is a combination of:

Theory and slides, all through video lessons
Exercises to put the theory into practice
Challenges to reinforce what you’ve learned
Access to private Discord channels to ask questions
Live training and Q&A sessions for each module in the course
A full-page build to reinforce what we learned through the first two modules
A 3-page site to put everything we’ve learned into practice
What’s inside CSS Demystified
What we’ll be building together
Throughout the modules, we’ll be working on several exercises and projects to help you reinforce your learning.

There will be several smaller exercises and quick examples which you’ll have access to.

For the larger projects, you’ll have access to design specifications, the Figma files, and all the finished code.

overview of the two big projects we’ll be working on
Above you can see our two big projects. On the left is a large single-page site, which is the focus in module 2. On the right is a 3-page site, which is the focus on module 3.

Module by module breakdown
Below is a breakdown of all the modules of the course. They’re split up by week because CSS Demystified is a drip course, with a week between each module.

Week one
The misunderstood fundamentals
CSS isn’t like other programming languages, and for good reason. In the first week, we’ll look at why it’s different, and deep dive the fundamentals of it to embrace that difference.

Week two
The unknown fundamentals {
This week will build off what we started with during week 1, and continue to influence how we write our CSS.

With our newfound understanding of CSS, we can start approaching it in new ways. Less fighting, less confusion, and more control.

Week three
Content vs Layout
We live in a world of components. We’re told that components should live in isolation, but then we build them in ways that influence other items around them.

This week is all about learning how we can prevent that from happening and creating resilient layouts and components that can work anywhere we want them to.

Weeks four & five
Step up your learning
These weeks are a part of the #gold package only, as they do not focus on writing CSS, but on different techniques you can use to help you learn more effectively.

Week four looks at tips and tricks to help break out of tutorial hell, including a look at how I learn things well enough to teach them.

Week five is a look into the cheat code to learn things at a very deep level, which dives into teaching things, even if it’s just to yourself, or to a bigger audience.

0001. 1-welcome-to-css-demystified-00-05-24.mp4
0002. 2-my-software-and-extensions-00-03-16.mp4
0003. 3-the-discord-community-00-12-56.mp4
0004. 4-the-rules-00-03-10.mp4
0005. 5-css-anatomy-terminology-so-we-can-all-be-speaking-the-same-language-00-02-37.mp4
0006. 6-why-is-css-so-weird-an-introduction-00-01-37.mp4
0007. 7-why-is-css-so-weird-a-follow-up-00-10-25.mp4
0008. 8-css-is-all-about-relationships-00-03-40.mp4
0009. 9-introduction-to-the-overlooked-fundamentals-00-07-08.mp4
0010. 10-the-box-model-and-box-sizing-00-06-06.mp4
0011. 11-what-happens-when-we-dont-set-a-width-00-02-26.mp4
0012. 12-what-happens-when-we-set-a-width-00-03-25.mp4
0013. 13-adding-box-sizing-00-01-59.mp4
0014. 14-fixing-a-layout-00-02-44.mp4
0015. 15-a-quick-word-on-setting-heights-00-04-43.mp4
0016. 16-inheritance-00-05-59.mp4
0017. 17-a-quick-look-at-inheritance-in-action-00-04-51.mp4
0018. 18-a-little-project-00-01-25.mp4
0019. 19-a-little-project-my-solution-00-24-54.mp4
0020. 20-a-little-project-follow-up-00-03-22.mp4
0021. 21-introduction-to-the-cascade-00-02-23.mp4
0022. 22-how-well-do-you-really-know-it-00-02-59.mp4
0023. 23-importance-and-origin-00-06-12.mp4
0024. 24-origin-and-font-size-implications-00-04-50.mp4
0025. 25-when-animations-and-transitions-get-involved-00-06-10.mp4
0026. 26-closing-thoughts-on-importance-00-02-24.mp4
0027. 27-specificity-00-08-14.mp4
0028. 28-fixing-specificity-issues-00-03-00.mp4
0029. 29-calculating-specificity-00-08-22.mp4
0030. 30-pricing-cards-introduction-00-02-01.mp4
0031. 31-a-safe-approach-to-css-00-11-24.mp4
0032. 32-challenge-pricing-cards-00-01-37.mp4
0033. 33-my-solution-pricing-cards-00-06-48.mp4
0034. 34-updated-design-00-05-46.mp4
0035. 35-updated-design-my-solution-00-08-52.mp4
0036. 36-adding-in-custom-properties-00-06-57.mp4
0037. 37-setting-up-the-typography-00-07-50.mp4
0038. 38-mirroring-the-layout-00-08-15.mp4
0039. 39-starting-to-think-about-class-naming-00-07-33.mp4
0040. 40-overlooked-fundamentals-final-project-00-02-24.mp4
0041. 41-my-solution-00-29-05.mp4
0042. 42-a-word-on-class-naming-00-06-40.mp4
0043. 43-overlooked-fundamentals-wrap-up-00-02-24.mp4
0044. 44-the-unknown-fundamentals-introduction-00-01-49.mp4
0045. 45-unknown-fundamentals-project-1-introduction-00-00-48.mp4
0046. 46-teaching-you-how-to-fish-00-03-10.mp4
0047. 47-introduction-to-formatting-contexts-00-01-38.mp4
0048. 48-inline-formatting-context-and-anonymous-boxes-00-05-42.mp4
0049. 49-block-formatting-context-00-10-38.mp4
0050. 50-formatting-context-and-floats-00-03-46.mp4
0051. 51-collapsing-margins-in-action-00-13-04.mp4
0052. 52-creating-a-new-formatting-context-00-02-38.mp4
0053. 53-flex-and-grid-formatting-contexts-00-05-52.mp4
0054. 54-consistency-00-07-25.mp4
0055. 55-creating-a-css-rule-for-flow-content-consistency-00-08-21.mp4
0056. 56-adding-consistency-to-our-magic-page-00-02-54.mp4
0057. 57-magic-page-finishing-touches-00-04-46.mp4
0058. 58-a-look-at-the-updated-design-00-04-19.mp4
0059. 59-easy-wins-00-16-04.mp4
0060. 60-adding-columns-00-10-06.mp4
0061. 61-the-square-corner-decorations-00-11-51.mp4
0062. 62-stepping-up-our-spacing-utility-00-05-49.mp4
0063. 63-stacking-context-and-containing-blocks-introduction-00-01-02.mp4
0064. 64-introduction-to-stacking-context-00-01-52.mp4
0065. 65-exploring-z-index-00-04-00.mp4
0066. 66-stacking-context-deep-dive-00-09-00.mp4
0067. 67-stacking-context-in-action-00-04-01.mp4
0068. 68-when-stacking-context-breaks-things-00-06-06.mp4
0069. 69-stacking-context-coming-into-play-00-08-35.mp4
0070. 70-fixing-the-stacking-issue-00-04-13.mp4
0071. 71-introduction-to-containing-blocks-00-03-52.mp4
0072. 72-when-the-containing-block-is-not-the-parent-00-05-11.mp4
0073. 73-containing-blocks-on-the-magic-site-00-02-42.mp4
0074. 74-containing-blocks-in-action-00-02-26.mp4
0075. 75-containing-blocks-a-more-complex-example-00-01-33.mp4
0076. 76-containing-block-edge-cases-00-03-11.mp4
0077. 77-a-look-at-the-updated-design-00-03-48.mp4
0078. 78-more-easy-wins-00-02-48.mp4
0079. 79-setting-up-the-typography-00-11-13.mp4
0080. 80-fun-with-custom-properties-00-11-20.mp4
0081. 81-the-testimonial-00-09-08.mp4
0082. 82-even-more-custom-properties-00-03-21.mp4
0083. 83-the-corner-squares-updated-00-11-01.mp4
0084. 84-call-to-actions-00-07-00.mp4
0085. 85-module-wrap-up-00-03-30.mp4
0086. 86-introduction-to-module-3-00-02-35.mp4
0087. 87-content-vs-layout-00-04-21.mp4
0088. 88-remember-this-00-02-22.mp4
0089. 89-fixing-the-problem-00-03-32.mp4
0090. 90-a-deeper-look-at-flexbox-00-13-42.mp4
0091. 91-content-vs-layout-in-action-introduction-00-11-58.mp4
0092. 92-making-things-more-consistent-in-action-00-02-40.mp4
0093. 93-styling-things-up-with-utility-classes-in-action-00-02-32.mp4
0094. 94-plug-and-play-in-action-00-06-53.mp4
0095. 95-more-dynamic-layouts-in-action-00-03-59.mp4
0096. 96-introduction-to-the-final-project-00-05-36.mp4
0097. 97-a-look-at-what-were-building-00-07-53.mp4
0098. 98-writing-the-html-00-37-06.mp4
0099. 99-bringing-in-and-building-out-our-reset-00-04-47.mp4
0100. 100-styling-the-typography-00-15-55.mp4
0101. 101-making-the-typography-responsive-00-01-50.mp4
0102. 102-adding-in-our-spacing-00-07-56.mp4
0103. 103-more-spacing-00-05-31.mp4
0104. 104-adding-columns-00-03-36.mp4
0105. 105-backgrounds-00-03-09.mp4
0106. 106-styling-the-article-previews-00-06-38.mp4
0107. 107-making-the-images-responsive-00-03-43.mp4
0108. 108-the-call-to-action-00-07-35.mp4
0109. 109-styling-the-form-elements-00-11-12.mp4
0110. 110-form-fun-from-the-future-00-03-52.mp4
0111. 111-styling-the-footer-00-12-56.mp4
0112. 112-making-the-form-responsive-00-04-22.mp4
0113. 113-styling-the-header-and-the-navigation-00-18-35.mp4
0114. 114-introducing-the-blog-page-00-02-23.mp4
0115. 115-starting-work-on-the-blog-page-00-09-28.mp4
0116. 116-a-solution-and-the-secondary-navigation-00-10-31.mp4
0117. 117-flexbox-vs-grid-and-setting-up-the-grid-00-16-29.mp4
0118. 118-making-the-grid-responsive-00-02-55.mp4
0119. 119-styling-the-featured-article-00-11-13.mp4
0120. 120-introduction-to-the-final-page-00-01-08.mp4
0121. 121-a-look-at-the-header-00-06-21.mp4
0122. 122-the-main-article-00-08-25.mp4
0123. 123-challenge-1-solution-00-07-21.mp4
0124. 124-a-new-challenge-00-04-18.mp4
0125. 125-challenge-2-solution-00-06-25.mp4
0126. 126-the-read-next-area-00-02-18.mp4
0127. 127-about-adding-in-the-links-00-02-14.mp4
0128. 128-adding-the-links-and-a-challenge-00-08-56.mp4
0129. 129-a-solution-and-styling-it-up-00-04-41.mp4
0130. 130-a-quick-look-at-performance-00-07-16.mp4
0131. 131-getting-the-links-to-cover-the-entire-article-00-02-55.mp4
0132. 132-and-thats-a-wrap-00-02-32.mp4
0133. 133-introduction-to-module-4-00-02-38.mp4
0134. 134-what-is-tutorial-hell-00-01-05.mp4
0135. 135-dont-get-frustrated-if-youre-stuck-00-02-09.mp4
0136. 136-its-okay-to-move-backwards-00-02-24.mp4
0137. 137-dont-compare-yourself-to-others-00-03-09.mp4
0138. 138-the-levels-of-cognition-00-03-18.mp4
0139. 139-different-methods-of-learning-00-04-42.mp4
0140. 140-intentional-learning-00-04-30.mp4
0141. 141-getting-to-and-through-the-applying-stage-00-04-49.mp4
0142. 142-knowing-what-you-dont-know-00-05-40.mp4
0143. 143-a-simple-example-00-03-07.mp4
0144. 144-when-we-take-shortcuts-00-08-50.mp4
0145. 145-lets-learn-together-00-02-34.mp4
0146. 146-taking-a-first-look-at-it-00-10-05.mp4
0147. 147-putting-it-into-action-00-15-10.mp4
0148. 148-you-cant-remember-everything-00-02-49.mp4
0149. 149-less-is-more-00-06-10.mp4
0150. 150-you-need-to-start-doing-00-04-27.mp4
0151. 151-wrap-up-00-06-37.mp4
0152. 152-introduction-to-module-5-00-05-05.mp4
0153. 153-the-next-three-levels-00-05-41.mp4
0154. 154-being-your-own-student-00-04-15.mp4
0155. 155-why-this-works-00-05-26.mp4
0156. 156-how-to-teach-00-02-31.mp4
0157. 157-my-first-steps-00-13-22.mp4
0158. 158-experimentation-00-13-05.mp4
0159. 159-the-next-step-after-you-experiment-00-11-13.mp4
0160. 160-some-examples-and-ideas-00-07-03.mp4
0161. 161-staying-on-top-of-things-00-18-02.mp4
0162. 162-putting-my-approach-into-action-00-07-01.mp4
0163. 163-asking-questions-when-you-are-stuck-00-16-18.mp4
0164. 164-moving-into-the-applying-stage-00-09-40.mp4
0165. 165-vocalizing-and-analyzing-00-03-20.mp4
0166. 166-in-action-wrap-up-00-05-21.mp4
0167. 167-go-public-00-07-12.mp4
0168. 168-a-look-at-dev-to-00-08-46.mp4
0169. 169-a-quick-look-at-getting-started-with-video-00-05-22.mp4
0170. 170-finding-things-and-teaching-what-youve-just-learned-00-04-05.mp4
0171. 171-a-low-stress-way-to-go-public-00-04-30.mp4
0172. 172-dont-try-to-make-things-perfect-00-07-19.mp4
0173. 173-teach-everything-you-know-00-05-35.mp4
0174. 174-live-session-1-november-6-2020-02-00-05.mp4
0175. 175-the-discord-community-00-12-56.mp4
0176. 176-my-software-and-extensions-00-03-16.mp4
0177. 177-using-figma-00-04-17.mp4
code.zip

Buy Long-term Premium Accounts To Support Me & Max Speed


RAPIDGATOR
rapidgator.net/file/ae2168a696b48e6d5fba3dddcc0b227c/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part01.rar.html
rapidgator.net/file/4483550d8a4d6fb4849bcbc79a438a08/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part02.rar.html
rapidgator.net/file/7db9f0e18518b377af10ca5160d45b3a/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part03.rar.html
rapidgator.net/file/5b3421420db11a59dc64c61e3981f692/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part04.rar.html
rapidgator.net/file/62b065bf29a8fef77083594e6051a8ae/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part05.rar.html
rapidgator.net/file/f1f25fc62dcdf3b09052d163862bc5d1/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part06.rar.html
rapidgator.net/file/947f7f6a3b8eb5795a76f1d9589e5167/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part07.rar.html
rapidgator.net/file/5ab816e73ff8c063d8bcfa72b223160d/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part08.rar.html
rapidgator.net/file/263f04fad287fd0efa83ecd4ae3c03dd/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part09.rar.html
rapidgator.net/file/d89a2685af354b6e9d0e646a00a5238a/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part10.rar.html
rapidgator.net/file/a7c0d1395ee2f3ea43d65ea80e731faa/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part11.rar.html
rapidgator.net/file/c565f34a1688870758ca9e846c5dc293/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part12.rar.html
rapidgator.net/file/3f7ce55009dfcd2b9a87d8ec6efedd34/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part13.rar.html
rapidgator.net/file/066027ddcf0bc1e074105698d11b2203/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part14.rar.html

NITROFLARE
nitro.download/view/70141A559932370/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part01.rar
nitro.download/view/5DEC0FEA8B786A6/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part02.rar
nitro.download/view/EB82B7B171D350D/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part03.rar
nitro.download/view/795DC5AF126A988/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part04.rar
nitro.download/view/6EC63573B2F3B81/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part05.rar
nitro.download/view/6FD0FEF2F18E52D/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part06.rar
nitro.download/view/7A894221EEA149F/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part07.rar
nitro.download/view/94B8BDB8C37DB26/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part08.rar
nitro.download/view/C594DE68810154C/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part09.rar
nitro.download/view/3514720CA9D8DEA/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part10.rar
nitro.download/view/B0635AB782D4AA4/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part11.rar
nitro.download/view/C0ADCEB3559044A/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part12.rar
nitro.download/view/2FA5B23AB566209/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part13.rar
nitro.download/view/CFD0B4F67E6A5AE/Kevin_Powell_-_CSS_Demystified._Start_writing_CSS_with_confidence.part14.rar

If any links die or problem unrar, send request to goo.gl/aUHSZc

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.