<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Beginning CSS on HTML5 in 24 Hours</title>
    <link>https://www.html5in24hours.com/tags/beginning-css/</link>
    <description>Beginning CSS on HTML5 in 24 Hours</description>
    <generator>Hugo</generator>
    <language>en-us</language><copyright>Jennifer Kyrnin</copyright><lastBuildDate>Sun, 10 Jul 2016 01:19:47 +0000</lastBuildDate>
    <atom:link href="https://www.html5in24hours.com/tags/beginning-css/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Clip Your Images with CSS clip-path</title>
      <link>https://www.html5in24hours.com/posts/css-clip-path/</link>
      <pubDate>Sun, 10 Jul 2016 01:19:47 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/css-clip-path/</guid><description>&lt;p&gt;I used to try to clip images using the CSS clip property, but that was so difficult that I typically gave up and got out my image editor. What is the point of spending four hours trying to force an image to clip in CSS when I can do the same thing in &lt;a href=&#34;http://flyingmeat.com/acorn/&#34;&gt;Acorn&lt;/a&gt; in less than five minutes? But now that clip is deprecated, I don&amp;rsquo;t have to use it anymore. But better yet, the new CSS &lt;strong&gt;&lt;code&gt;clip-path&lt;/code&gt;&lt;/strong&gt; property works so much better!&lt;/p&gt;&#xA;&lt;p&gt;The clip-path property includes features like:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You can apply it to any element, not just absolutely positioned ones&lt;/li&gt;&#xA;&lt;li&gt;You can use &lt;a href=&#34;https://www.html5in24hours.com/posts/im-loving-svg/&#34;&gt;SVG&lt;/a&gt; to define the clipping path&lt;/li&gt;&#xA;&lt;li&gt;It actually works!&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;That last one is the kicker. Yes, I know the clip property worked too. But it was so hard to use that it might as well have not worked. As I mentioned above, I could spend hours just trying to get the image cropped the way I wanted it to. And I&amp;rsquo;m not talking about minor adjustments. I&amp;rsquo;m talking, I would attempt to clip the upper left corner, and the clip property would cut out something in the lower right. WTF?!?&lt;/p&gt;&#xA;&lt;p&gt;So when I started playing with the CSS &lt;code&gt;clip-path&lt;/code&gt;  property I didn&amp;rsquo;t have high hopes. I figured at best it would be a little easier to use. Five minutes later I had clipped exactly the portion of the image I wanted, clipped it in a circle shape (not a rectangle!) and placed that circle on my web page.&lt;/p&gt;&#xA;&lt;p&gt;CSS hooked me again!&lt;/p&gt;&#xA;&lt;p&gt;So, since, like &lt;a href=&#34;https://www.html5in24hours.com/posts/excited-image-set-notation/&#34;&gt;the &lt;code&gt;image-set()&lt;/code&gt; notation&lt;/a&gt;, I thought this was super cool. I decided to create a video for you. The video covers how to create a rectangular clipping path for an image step-by-step. I also give you a tip about a site (&lt;a href=&#34;http://bennettfeely.com/clippy/&#34;&gt;Clippy CSS Clip Maker&lt;/a&gt;) that will help you create your own clipping paths.&lt;/p&gt;&#xA;&lt;h3 id=&#34;watch-my-css-clip-path-video&#34;&gt;Watch My CSS Clip-Path Video&lt;/h3&gt;&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;&#x9;&#x9;&#x9;&lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/U8GZSu_-FEA?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;&#xA;&#x9;&#x9;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&#34;https://youtu.be/U8GZSu_-FEA&#34;&gt;https://youtu.be/U8GZSu_-FEA&lt;/a&gt;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>A Busy Week</title>
      <link>https://www.html5in24hours.com/posts/a-busy-week/</link>
      <pubDate>Mon, 31 Aug 2015 03:06:24 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/a-busy-week/</guid><description>&lt;p&gt;I spent the last week working on two projects: the &amp;ldquo;&lt;a href=&#34;https://www.html5in24hours.com/books/html-and-css-livelessons/&#34;&gt;Learning HTML and CSS Livelessons&lt;/a&gt;&amp;rdquo; and editing the &lt;em&gt;&lt;a href=&#34;https://www.html5in24hours.com/books/teach-yourself-bootstrap-in-24-hours/&#34;&gt;Sams Teach Yourself Bootstrap in 24 Hours&lt;/a&gt;&lt;/em&gt; book.&lt;/p&gt;&#xA;&lt;p&gt;It was both one of the most fun weeks I&amp;rsquo;ve ever spent and also one of the scariest (at least at first). I have never been in front of a camera before, and I spent 6-8 hours a day on Monday through Wednesday right there. Luckily Pete and his dog Shorty were there to put me at ease. It ended up being a lot of fun.&lt;/p&gt;&#xA;&lt;p&gt;Now, of course, I have a bunch more work to both catch up from being gone for several days and some update work to get the website ready for the videos. This LiveLessons series is intended to help people learn enough HTML and CSS to get a website up and running and looking good. I&amp;rsquo;m hoping that if this project does well, I can do another on something like CSS to go into more depth on how to use CSS and style really fancy pages.&lt;/p&gt;&#xA;&lt;p&gt;[caption id=&amp;ldquo;attachment_1135&amp;rdquo; align=&amp;ldquo;alignleft&amp;rdquo; width=&amp;ldquo;150&amp;rdquo;]&lt;a href=&#34;https://www.html5in24hours.com/images/978-0672337048.jpeg&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/978-0672337048-150x150.jpeg&#34; alt=&#34;Sams Teach Yourself Bootstrap in 24 Hours&#34;&gt;&lt;/a&gt; Sams Teach Yourself Bootstrap in 24 Hours  And I also got the first 50% of the technical and copy edits for the Bootstrap book. And I got the second 50% right after I got back. I&amp;rsquo;m hoping the second half is fairly error free (as far as we have found) like the first half. And as always, any errors that make it into the final book are my fault not my copy editor or tech editor (thanks &lt;a href=&#34;http://www.myhappysahdlife.com/&#34;&gt;Jon&lt;/a&gt;!)&lt;/p&gt;&#xA;&lt;p&gt;One of the biggest challenges of writing a book about Bootstrap is that I find myself wanting to convert every site I look at to Bootstrap. I finally upgraded this site to Bootstrap just this week. And I&amp;rsquo;ve converted a couple of other sites I manage as well. But let me tell you, even as the author of the book, my clients don&amp;rsquo;t all want to do a huge redesign just because Bootstrap rocks. Oh well, their loss.&lt;/p&gt;&#xA;&lt;h2 id=&#34;whats-next&#34;&gt;What&amp;rsquo;s Next?&lt;/h2&gt;&#xA;&lt;p&gt;My next project is finishing up a book on web publishing. That should be fun, and hopefully pretty quick. After that, who knows? If you have any ideas, let me know!&lt;/p&gt;&#xA;&lt;p&gt;amzn_assoc_placement = &amp;ldquo;adunit0&amp;rdquo;; amzn_assoc_enable_interest_ads = &amp;ldquo;true&amp;rdquo;; amzn_assoc_tracking_id = &amp;ldquo;kyrnindesign-20&amp;rdquo;; amzn_assoc_ad_mode = &amp;ldquo;auto&amp;rdquo;; amzn_assoc_ad_type = &amp;ldquo;smart&amp;rdquo;; amzn_assoc_marketplace = &amp;ldquo;amazon&amp;rdquo;; amzn_assoc_region = &amp;ldquo;US&amp;rdquo;; amzn_assoc_linkid = &amp;ldquo;4e58e504a77bddbf022bf0fe2039d151&amp;rdquo;; amzn_assoc_emphasize_categories = &amp;ldquo;13900871,2238192011,1064954&amp;rdquo;;&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Using the CSS Float Property</title>
      <link>https://www.html5in24hours.com/posts/using-css-float/</link>
      <pubDate>Fri, 05 Sep 2014 01:21:18 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/using-css-float/</guid><description>&lt;h2 id=&#34;web-page-layouts-are-easy-with-the-css-float-property&#34;&gt;Web Page Layouts are Easy with the CSS Float Property&lt;/h2&gt;&#xA;&lt;p&gt;There are many ways to create great layouts on a web page, but one of my favorite methods is to use the &lt;code&gt;float&lt;/code&gt; CSS style property. But in order to lay out your pages with &lt;code&gt;float&lt;/code&gt; you need to understand the &lt;code&gt;float&lt;/code&gt; property.&lt;/p&gt;&#xA;&lt;h3 id=&#34;css-float-syntax&#34;&gt;CSS &lt;code&gt;float&lt;/code&gt; Syntax&lt;/h3&gt;&#xA;&lt;p&gt;This property defines whether and how a box element should float.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; none&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Inherited:&lt;/strong&gt; no&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Applies to:&lt;/strong&gt; all elements&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;CSS level:&lt;/strong&gt; CSS1&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;float: none | inherit | left | right | initial ;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Value&lt;/p&gt;&#xA;&lt;p&gt;Description&lt;/p&gt;&#xA;&lt;p&gt;none&lt;/p&gt;&#xA;&lt;p&gt;The element is not floated. It will display on the page where it occurs in the HTML. This is the default value.&lt;/p&gt;&#xA;&lt;p&gt;inherit&lt;/p&gt;&#xA;&lt;p&gt;The element inherits the float property from its parent element.&lt;/p&gt;&#xA;&lt;p&gt;left&lt;/p&gt;&#xA;&lt;p&gt;The element floats to the left.&lt;/p&gt;&#xA;&lt;p&gt;right&lt;/p&gt;&#xA;&lt;p&gt;The element floats to the right.&lt;/p&gt;&#xA;&lt;p&gt;initial&lt;/p&gt;&#xA;&lt;p&gt;The element is set to its initial default value for float.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-can-you-float-and-how-do-they-float&#34;&gt;What Can You Float and How Do They float?&lt;/h3&gt;&#xA;&lt;p&gt;While you can apply the &lt;code&gt;float&lt;/code&gt; property to all elements, it only really affects &lt;em&gt;block-level elements&lt;/em&gt;. These are elements that create blocks of text or other content. These are elements like: &lt;code&gt;&amp;lt;p&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;blockquote&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;table&amp;gt;&lt;/code&gt;. The one inline element that you can reliably float is the &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; element.&lt;/p&gt;&#xA;&lt;p&gt;When you build an HTML document, the elements are displayed in what is called the &lt;em&gt;normal flow&lt;/em&gt;. This means that they are placed in the web browser in the order they appear in the HTML. If they have no defined dimensions, like a paragraph of text, then the element takes up the full width of the browser and as much height as it needs. Elements with dimensions, like images, are placed in the flow beside the preceding element if there is enough room. If not, they are placed below. Browsers, by default, avoid adding horizontal scroll bars unless there is no other way to get the content on the web page.&lt;/p&gt;&#xA;&lt;p&gt;When you place the &lt;code&gt;float&lt;/code&gt; property around an element, it is removed from the normal flow and positioned to the far right (&lt;code&gt;float: right;&lt;/code&gt;) or far left (&lt;code&gt;float: left;&lt;/code&gt;) of the containing element. All content after the floated element is still in normal flow and flows around the floated element.&lt;/p&gt;&#xA;&lt;h3 id=&#34;how-to-float-an-image&#34;&gt;How to Float an Image&lt;/h3&gt;&#xA;&lt;p&gt;To float an image to the left, add the following CSS to your style sheet:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;img.left {&#xA;  float: left;&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;And then add the class &lt;code&gt;left&lt;/code&gt; to the image:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;img src=&amp;#34;mypicture.png&amp;#34; alt=&amp;#34;my picture&amp;#34; class=&amp;#34;left&amp;#34;&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/soap-bubble-61246_640-150x150.jpg&#34; alt=&#34;soap-bubble-61246_640&#34;&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ut magna in eros elementum consectetur sit amet quis erat. Phasellus molestie porttitor dui vel commodo.&lt;/p&gt;&#xA;&lt;p&gt;Nulla ut egestas risus. Pellentesque sagittis, urna faucibus bibendum scelerisque, lorem lorem imperdiet augue, sit amet mattis augue lacus non turpis. Curabitur eleifend justo sed commodo sollicitudin.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;To float an image to the right, add the following CSS:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;img.right {&#xA;  float: right;&#xA;}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;And then add the class &lt;code&gt;right&lt;/code&gt; to the image:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;img src=&amp;#34;mypicture.png&amp;#34; alt=&amp;#34;my picture&amp;#34; class=&amp;#34;right&amp;#34;&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/soap-bubble-61246_640-150x150.jpg&#34; alt=&#34;soap-bubble-61246_640&#34;&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ut magna in eros elementum consectetur sit amet quis erat. Phasellus molestie porttitor dui vel commodo.&lt;/p&gt;&#xA;&lt;p&gt;Nulla ut egestas risus. Pellentesque sagittis, urna faucibus bibendum scelerisque, lorem lorem imperdiet augue, sit amet mattis augue lacus non turpis. Curabitur eleifend justo sed commodo sollicitudin.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h3 id=&#34;turn-off-css-float-with-the-clear-property&#34;&gt;Turn Off CSS &lt;code&gt;float&lt;/code&gt; With the &lt;code&gt;clear&lt;/code&gt; Property&lt;/h3&gt;&#xA;&lt;p&gt;The &lt;code&gt;clear&lt;/code&gt; propery works with the &lt;code&gt;float&lt;/code&gt; property to turn off the float. Once you clear a float on an element following the floated element, the content will start in normal flow directly below the floated element.&lt;/p&gt;&#xA;&lt;p&gt;For example, above you see a bubble image with two paragraphs of text beside them. If you add the &lt;code&gt;clear: both;&lt;/code&gt; style to the second paragraph, that will move that paragraph to below the image, rather than beside it.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;p&amp;gt;&#xA;&amp;lt;img src=&amp;#34;mypicture.png&amp;#34; alt=&amp;#34;my picture&amp;#34; class=&amp;#34;right&amp;#34;&amp;gt;&#xA;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ut magna in eros elementum consectetur sit amet quis erat. Phasellus molestie porttitor dui vel commodo.&#xA;&amp;lt;/p&amp;gt;&#xA;&amp;lt;p style=&amp;#34;clear: both;&amp;#34;&amp;gt;&#xA;Nulla ut egestas risus. Pellentesque sagittis, urna faucibus bibendum scelerisque, lorem lorem imperdiet augue, sit amet mattis augue lacus non turpis. Curabitur eleifend justo sed commodo sollicitudin. &#xA;&amp;lt;/p&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/soap-bubble-61246_640-150x150.jpg&#34; alt=&#34;soap-bubble-61246_640&#34;&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ut magna in eros elementum consectetur sit amet quis erat. Phasellus molestie porttitor dui vel commodo.&lt;/p&gt;&#xA;&lt;p&gt;Nulla ut egestas risus. Pellentesque sagittis, urna faucibus bibendum scelerisque, lorem lorem imperdiet augue, sit amet mattis augue lacus non turpis. Curabitur eleifend justo sed commodo sollicitudin.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h3 id=&#34;using-float-for-layout&#34;&gt;Using &lt;code&gt;float&lt;/code&gt; for Layout&lt;/h3&gt;&#xA;&lt;p&gt;It&amp;rsquo;s easy to use the float property for your layouts with the following steps:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Design the layout—I prefer to draw out my layouts on paper, but you can use a graphics program or just do it in your head.&lt;/li&gt;&#xA;&lt;li&gt;Draw boxes around the main areas of your page. Consider things like your header, footer, main content, and aside content.&lt;/li&gt;&#xA;&lt;li&gt;Write your HTML using sectioning elements like &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;article&amp;gt;&lt;/code&gt;, and &lt;code&gt;&amp;lt;header&amp;gt;&lt;/code&gt; to define the different areas.&lt;/li&gt;&#xA;&lt;li&gt;Give every element a width, in either percentages or pixels.&lt;/li&gt;&#xA;&lt;li&gt;Add CSS &lt;code&gt;float&lt;/code&gt; properties and &lt;code&gt;clear&lt;/code&gt; properties to put the elements in the correct spaces.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;If you want to create two columns, you simply float the first column to the left and the second to the right. If you want to create three columns, you should surround the first two columns in another &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; element. Then treat those two columns as a two column layout, and the &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; and the third column as another two column layout. For example:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;!doctype html&amp;gt;&#xA;&amp;lt;html&amp;gt;&#xA;  &amp;lt;head&amp;gt;&#xA;    &amp;lt;meta charset=&amp;#34;utf-8&amp;#34;&amp;gt;&#xA;    &amp;lt;title&amp;gt;Three Column Layout&amp;lt;/title&amp;gt;&#xA;    &amp;lt;style&amp;gt;&#xA;      #cols1and2 { float: left; width: 75%; }&#xA;      #col1 { float: left; width: 80%; &#xA;      #col2 { float: right; }&#xA;      #col3 { float: right; width: 20%; }&#xA;    &amp;lt;/style&amp;gt;&#xA;  &amp;lt;/head&amp;gt;&#xA;  &amp;lt;body&amp;gt;&#xA;    &amp;lt;div id=&amp;#34;cols1and2&amp;#34;&amp;gt;&#xA;      &amp;lt;article id=&amp;#34;col1&amp;#34;&amp;gt;&amp;amp;nbsp;&amp;lt;/article&amp;gt;&#xA;      &amp;lt;aside id=&amp;#34;col2&amp;#34;&amp;gt;&amp;amp;nbsp;&amp;lt;/aside&amp;gt;&#xA;    &amp;lt;/div&amp;gt;&#xA;    &amp;lt;section id=&amp;#34;col3&amp;#34;&amp;gt;&amp;amp;nbsp;&amp;lt;/section&amp;gt;&#xA;  &amp;lt;/body&amp;gt;&#xA;&amp;lt;/html&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;dont-be-afraid-of-the-css-float-property&#34;&gt;Don&amp;rsquo;t Be Afraid of the CSS &lt;code&gt;float&lt;/code&gt; Property&lt;/h3&gt;&#xA;&lt;p&gt;The CSS &lt;code&gt;float&lt;/code&gt; property is a very useful property. The best way to get comfortable with using it is to try it out. You can use it in most blog software by simply adding &lt;code&gt;style=&amp;quot;float: right;&amp;quot;&lt;/code&gt; to your images (in HTML view). Then all your text will flow around that image on the left side. Once you&amp;rsquo;re comfortable adding it to images, try adding it to blocks of text or other elements and see what happens.&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>All the CSS You Need to Know (not as much as you think) - Infographic</title>
      <link>https://www.html5in24hours.com/posts/css-need-know-much-think/</link>
      <pubDate>Tue, 05 Aug 2014 05:04:47 +0000</pubDate>
      <guid>https://www.html5in24hours.com/posts/css-need-know-much-think/</guid><description>&lt;p&gt;&lt;a href=&#34;https://www.html5in24hours.com/all-the-css-you-need-to-know.html&#34;&gt;&lt;img src=&#34;https://www.html5in24hours.com/images/css-infographic.png&#34; alt=&#34;All the CSS You Need to Know &#34;&gt;&lt;/a&gt; All the CSS You Need to Know&lt;br&gt;&#xA;(not as much as you think!)&lt;/p&gt;&#xA;&lt;p&gt;Don&amp;rsquo;t worry if you don&amp;rsquo;t feel confident with CSS. There are really only a few properties you need to know out of the more than 200 that are available. The first 23 properties are all the CSS you need to know to style most web designs. The second group of 24 properties gives you the more advanced CSS you need to know to get fancier.&lt;/p&gt;&#xA;&lt;h2 id=&#34;if-you-liked-this-infographic-please-pin-it-share-it-with-your-friends-and-let-other-people-know-about-it-and-dont-hesitate-to-comment-on-what-you-think-even-if-you-disagree-what-properties-do-you-think-are-the-css-you-need-to-know&#34;&gt;If you liked this infographic, please Pin it, share it with your friends, and let other people know about it. And don&amp;rsquo;t hesitate to comment on what you think even if you disagree. What properties do &lt;em&gt;you&lt;/em&gt; think are the CSS you need to know?&lt;/h2&gt;&#xA;&lt;h3 id=&#34;comments&#34;&gt;Comments:&lt;/h3&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;%22carcher2011@gmail.com%22&#34;&gt;Cecily&lt;/a&gt; - Aug 2, 2014&lt;/p&gt;&#xA;&lt;p&gt;Please sign me up for your newsletter&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;h4&gt;&lt;/h4&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.htmljenn.com/&#34; title=&#34;jenn@html5in24hours.com&#34;&gt;Jennifer Kyrnin&lt;/a&gt; - Aug 2, 2014&lt;/p&gt;&#xA;&lt;p&gt;Thanks Cecily, I don&amp;rsquo;t feel comfortable signing up people for my newsletter because I want it to be completely your own choice whether you subscribe (although I hope everyone who does enjoys the free chapter!). You can fill out the form in the right column of any page on my site to be signed up. Or you can go to the sign up page here: &lt;a href=&#34;https://www.html5in24hours.com/rwd-free/&#34;&gt;https://www.html5in24hours.com/rwd-free/&lt;/a&gt; either way will get you the free chapter for help planning your website and access to my newsletter. I hope that helps!&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;</description>
    </item>
  </channel>
</rss>
