<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>html Archives &#8902; Schaffen Creative</title>
	<atom:link href="https://www.schaffencreative.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.schaffencreative.com/tag/html/</link>
	<description>Make. Manage. Achieve.</description>
	<lastBuildDate>Wed, 25 Apr 2018 23:05:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.schaffencreative.com/wp-content/uploads/2018/02/schaffen_creative-500x500-100x100.png</url>
	<title>html Archives &#8902; Schaffen Creative</title>
	<link>https://www.schaffencreative.com/tag/html/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Eps 35: Fixed Position Footer</title>
		<link>https://www.schaffencreative.com/talking-html/eps-35-fixed-position-footer/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-35-fixed-position-footer</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Wed, 25 Apr 2018 22:39:38 +0000</pubDate>
				<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[html]]></category>
		<guid isPermaLink="false">http://www.schaffencreative.com/?p=523</guid>

					<description><![CDATA[<p>What is a fixed position footer? The concept of taking a footer that more than likely doesn’t sit at the bottom of a screen comfortably and forcing it to stay put at the bottom of the screen. This is ideal if you have information there that you would like people to have a constant view [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/talking-html/eps-35-fixed-position-footer/">Eps 35: Fixed Position Footer</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">What is a fixed position footer?</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">The concept of taking a footer that more than likely doesn’t sit at the bottom of a screen comfortably and forcing it to stay put at the bottom of the screen. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">This is ideal if you have information there that you would like people to have a constant view on. Ie, social links, navigation links, contact information</span></li>
</ul>
<p><span style="font-weight: 400;">&lt;footer id=”footer”&gt;</span><br />
<span style="font-weight: 400;">Content goes here.</span><br />
<span style="font-weight: 400;">&lt;/footer&gt;</span></p>
<p><span style="font-weight: 400;">#footer {</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">   position:fixed;</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">   left:0px;</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">   bottom:0px;</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">   Height:30px; &lt;!&#8211;Is it needed? Play around with it &#8211;&gt;</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">   width:100%;</span><br />
<span style="font-weight: 400;">}</span></p>
<p><a href="https://css-tricks.com/couple-takes-sticky-footer/"><b>Flexbox &#8211; via CSS Tricks by Chris Coyier</b></a></p>
<h3><span style="font-weight: 400;">Twitter</span><br />
<span style="color: #3366ff;"><a style="color: #3366ff;" href="https://www.twitter.com/schaffencreate"><span style="font-weight: 400;">@SchaffenCreate</span></a></span><br />
<span style="color: #3366ff;"> <a style="color: #3366ff;" href="https://www.twitter.com/tommnorman"><span style="font-weight: 400;">@tommnorman</span></a></span></h3>
<h3><span style="font-weight: 400;">Website: </span><span style="color: #3366ff;"><a style="color: #3366ff;" href="http://www.schaffencreative.com"><span style="font-weight: 400;">https://www.schaffencreative.com</span></a></span></h3>
<p>&nbsp;</p>
<p>The post <a href="https://www.schaffencreative.com/talking-html/eps-35-fixed-position-footer/">Eps 35: Fixed Position Footer</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/Eps35-Fixed-Footer.mp3" length="7360001" type="audio/mpeg" />

			</item>
		<item>
		<title>CSS Float &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/float/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=float</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Thu, 03 Mar 2016 22:50:45 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[html]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=287</guid>

					<description><![CDATA[<p>A float allows an element to be moved/placed on the webpage Float event: elements are removed from the flow of the website. Will cause issues with non floated elements. Use: Float: left, right, none Clear: left, right, both ORDER MATTERS!!! Items in the first position will be placed first. Go to itunes, stitcher, or wherever [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/float/">CSS Float &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #000000;">A float allows an element to be moved/placed on the webpage</span></p>
<h2>Float event:</h2>
<p><span style="color: #000000;">elements are removed from the flow of the website. Will cause issues with non floated elements.</span></p>
<h2>Use:</h2>
<p><span style="color: #000000;">Float: left, right, none</span></p>
<p><span style="color: #000000;">Clear: left, right, both</span></p>
<p><span style="color: #000000;">ORDER MATTERS!!!</span></p>
<p><span style="color: #000000;">Items in the first position will be placed first.</span></p>
<p><span style="color: #000000;">Go to itunes, stitcher, or wherever you get your podcasts and leave the show a rating and a comment. Ratings get listeners! If you don&#8217;t leave a rating/comment then please tell a friend.</span></p>
<p><span style="color: #000000;">@tommnorman</span></p>
<p><span style="color: #000000;">@TNPWDesign</span></p>
<h3><span style="color: #000000;">Link to the Youtube video: <span style="color: #ff0000;"><a href="https://youtu.be/vD3hA5xh7lA" target="_blank">https://youtu.be/vD3hA5xh7lA</a></span></span></h3>
<h2><span style="color: #ff0000;"><a style="color: #ff0000;" href="http://webdevpod.com" target="_blank">webdevpod.com</a></span></h2>
<p><span style="color: #000000;">CODE</span></p>
<p><span style="color: #000000;">body {</span><br />
<span style="color: #000000;">    Width: 980px;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">#box1 {</span><br />
<span style="color: #000000;">    height: 400px;</span><br />
<span style="color: #000000;">    width: 300px;</span><br />
<span style="color: #000000;">    margin: 10px;    </span><br />
<span style="color: #000000;">    background: #000;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">#box2 {</span><br />
<span style="color: #000000;">    height: 300px;</span><br />
<span style="color: #000000;">    width: 300px;    </span><br />
<span style="color: #000000;">    margin: 10px;</span><br />
<span style="color: #000000;">    background: #F00;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">#box3 {</span><br />
<span style="color: #000000;">    height: 200px;</span><br />
<span style="color: #000000;">    width: 300px;    </span><br />
<span style="color: #000000;">    margin: 10px;</span><br />
<span style="color: #000000;">    background: #0F0;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">footer {</span><br />
<span style="color: #000000;">    height: 200px;</span><br />
<span style="color: #000000;">    width: 300px;</span><br />
<span style="color: #000000;">    margin: 10px;    </span><br />
<span style="color: #000000;">    background: #00F; </span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">&lt;div id=&#8221;box1&#8243; class=&#8221;box&#8221;&gt;&lt;/div&gt;</span><br />
<span style="color: #000000;">&lt;div id=&#8221;box2&#8243; class=&#8221;box&#8221;&gt;&lt;/div&gt;</span><br />
<span style="color: #000000;">&lt;div id=&#8221;box3&#8243; class=&#8221;box&#8221;&gt;&lt;/div&gt;</span><br />
<span style="color: #000000;">&lt;footer&gt;&lt;/footer&gt;</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/float/">CSS Float &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/CSSFloat.mp3" length="13426982" type="audio/mpeg" />

			</item>
		<item>
		<title>Material Design: Expanding Circle &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/material-design-expanding-circle/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=material-design-expanding-circle</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Wed, 24 Feb 2016 22:36:32 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[material design]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=285</guid>

					<description><![CDATA[<p>A very basic tutorial on how to build a Material Design expanding circle as seen on Google products. Smashing Magazine Transition article Material Design Instructions https://design.google.com/ HTML &#60;div class=&#8221;container_circle&#8221;&#62; &#60;div class=&#8221;circle circle1&#8243;&#62; &#60;!&#8211; &#60;img src=&#8221;YOUR-URL-IMAGE.png&#8221;&#62; &#8211;&#62; &#60;p&#62;+&#60;/p&#62; &#60;/div&#62; &#60;div class=&#8221;circle circle2&#8243;&#62;&#60;p&#62;&#60;a href=&#8221;&#8221;&#62;t&#60;/a&#62;&#60;/p&#62;&#60;/div&#62; &#60;div class=&#8221;circle circle3&#8243;&#62;&#60;p&#62;&#60;a href=&#8221;&#8221;&#62;f&#60;/a&#62;&#60;/p&#62;&#60;/div&#62; &#60;div class=&#8221;circle circle4&#8243;&#62;&#60;p&#62;&#60;a href=&#8221;&#8221;&#62;g+&#60;/a&#62;&#60;/p&#62;&#60;/div&#62; &#60;/div&#62; CSS .circle { width:60px; [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/material-design-expanding-circle/">Material Design: Expanding Circle &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #000000;">A very basic tutorial on how to build a Material Design expanding circle as seen on Google products.</span></p>
<h3><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://www.smashingmagazine.com/2013/04/css3-transitions-thank-god-specification/?utm_source=html5weekly&amp;utm_medium=email" target="_blank">Smashing Magazine Transition article</a></span></h3>
<h3><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://www.google.com/design/spec/material-design/introduction.html" target="_blank">Material Design Instructions</a></span></h3>
<h3><span style="color: #ff0000;"><a style="color: #ff0000;" href="https://design.google.com/" target="_blank">https://design.google.com/</a></span></h3>
<h2><span style="color: #000000;">HTML</span></h2>
<p><span style="color: #000000;">&lt;div class=&#8221;container_circle&#8221;&gt;</span><br />
<span style="color: #000000;"> &lt;div class=&#8221;circle circle1&#8243;&gt;</span><br />
<span style="color: #000000;"> &lt;!&#8211; &lt;img src=&#8221;YOUR-URL-IMAGE.png&#8221;&gt; &#8211;&gt;</span><br />
<span style="color: #000000;"> &lt;p&gt;+&lt;/p&gt;</span><br />
<span style="color: #000000;"> &lt;/div&gt;</span><br />
<span style="color: #000000;"> &lt;div class=&#8221;circle circle2&#8243;&gt;&lt;p&gt;&lt;a href=&#8221;&#8221;&gt;t&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</span><br />
<span style="color: #000000;"> &lt;div class=&#8221;circle circle3&#8243;&gt;&lt;p&gt;&lt;a href=&#8221;&#8221;&gt;f&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</span><br />
<span style="color: #000000;"> &lt;div class=&#8221;circle circle4&#8243;&gt;&lt;p&gt;&lt;a href=&#8221;&#8221;&gt;g+&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</span><br />
<span style="color: #000000;"> &lt;/div&gt;</span></p>
<h2><span style="color: #000000;">CSS</span></h2>
<p><span style="color: #000000;">.circle</span><br />
<span style="color: #000000;">{</span><br />
<span style="color: #000000;"> width:60px;</span><br />
<span style="color: #000000;"> height:60px;</span><br />
<span style="color: #000000;"> box-shadow: 3px 3px 6px #333333; </span><br />
<span style="color: #000000;"> border-radius:50%;</span><br />
<span style="color: #000000;"> position: fixed;</span><br />
<span style="color: #000000;"> bottom: 10px;</span><br />
<span style="color: #000000;"> right: 10px;</span><br />
<span style="color: #000000;"> -webkit-transition:all 0.2s linear;</span><br />
<span style="color: #000000;"> -moz-transition:all 0.2s linear;</span><br />
<span style="color: #000000;"> -ms-transition:all 0.2s linear;</span><br />
<span style="color: #000000;"> transition:all 0.2s linear;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">.circle p {</span><br />
<span style="color: #000000;"> margin: 0;</span><br />
<span style="color: #000000;"> padding: 0;</span><br />
<span style="color: #000000;"> font-size: 40px;</span><br />
<span style="color: #000000;"> font-weight: bold;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">.circle1</span><br />
<span style="color: #000000;">{</span><br />
<span style="color: #000000;"> background-color:#db4531;</span><br />
<span style="color: #000000;"> z-index: 4;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">.circle2</span><br />
<span style="color: #000000;">{</span><br />
<span style="color: #000000;"> background: #00aced;</span><br />
<span style="color: #000000;"> z-index: 3;</span><br />
<span style="color: #000000;"> &lt;!&#8211; background-image: url(YOUR-URL-IMAGE.png); &#8211;&gt;</span><br />
<span style="color: #000000;"> background-size:cover;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">.circle3</span><br />
<span style="color: #000000;">{</span><br />
<span style="color: #000000;"> background: #3b5998;</span><br />
<span style="color: #000000;"> z-index: 2;</span><br />
<span style="color: #000000;">&lt;!&#8211; background-image: url(YOUR-URL-IMAGE.png); &#8211;&gt;</span><br />
<span style="color: #000000;"> background-size:cover;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">.circle4</span><br />
<span style="color: #000000;">{</span><br />
<span style="color: #000000;"> background: #dd4b39;</span><br />
<span style="color: #000000;"> z-index: 1;</span><br />
<span style="color: #000000;">&lt;!&#8211; background-image: url(YOUR-URL-IMAGE.png); &#8211;&gt;</span><br />
<span style="color: #000000;"> background-size:cover;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">.container_circle:hover .circle2</span><br />
<span style="color: #000000;">{</span><br />
<span style="color: #000000;"> bottom:75px;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">.container_circle:hover .circle3</span><br />
<span style="color: #000000;">{</span><br />
<span style="color: #000000;"> bottom:140px;</span><br />
<span style="color: #000000;">}</span></p>
<p><span style="color: #000000;">.container_circle:hover .circle4</span><br />
<span style="color: #000000;">{</span><br />
<span style="color: #000000;"> bottom:205px;</span><br />
<span style="color: #000000;">}</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/material-design-expanding-circle/">Material Design: Expanding Circle &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/MaterialDesign_ExpandingCircle.mp3" length="17523400" type="audio/mpeg" />

			</item>
		<item>
		<title>Eps 25: CSS Backgrounds &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-25-css-backgrounds/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-25-css-backgrounds</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Wed, 10 Feb 2016 22:56:24 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[image]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=277</guid>

					<description><![CDATA[<p>http://www.w3schools.com/cssref/css3_pr_background.asp Individual Properties Background -image Background -repeat Background -position Background -size Shortcode background : #cccccc url(&#8220;img_tree.gif&#8221;) no-repeat fixed top left; Multiple Background Images background -image: url(&#8220;img_tree.gif&#8221;), url(&#8220;img_flwr.gif&#8221;); Properties positioning: top, bottom, left, right, center repeat, repeat-x (horizontal), repeat-y (vertical), no-repeat, horizontal% vertical% (top left is 0% 0%) horizontalpos verticalpos – ex= (0px 0px), (0em, 0em) [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-25-css-backgrounds/">Eps 25: CSS Backgrounds &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #000000;"><a style="color: #000000;" href="http://www.w3schools.com/cssref/css3_pr_background.asp">http://www.w3schools.com/cssref/css3_pr_background.asp</a></span></p>
<h2><span style="color: #000000;">Individual Properties</span></h2>
<p><span style="color: #000000;">Background -image</span></p>
<p><span style="color: #000000;">Background -repeat</span></p>
<p><span style="color: #000000;">Background -position</span></p>
<p><span style="color: #000000;">Background -size</span></p>
<h2><span style="color: #000000;">Shortcode </span></h2>
<p><span style="color: #000000;">background : #cccccc url(&#8220;img_tree.gif&#8221;) no-repeat fixed top left;</span></p>
<h2><span style="color: #000000;">Multiple Background Images</span></h2>
<p><span style="color: #000000;">background -image: url(&#8220;img_tree.gif&#8221;), url(&#8220;img_flwr.gif&#8221;);</span></p>
<h2><span style="color: #000000;">Properties</span></h2>
<p><span style="color: #000000;">positioning: top, bottom, left, right, center repeat, repeat-x (horizontal), repeat-y (vertical), no-repeat,</span></p>
<p><span style="color: #000000;">horizontal% vertical% (top left is 0% 0%)</span></p>
<p><span style="color: #000000;">horizontalpos verticalpos – ex= (0px 0px), (0em, 0em)</span></p>
<p><span style="color: #000000;">background -image default is top-left corner of an element and repeated</span></p>
<p><span style="color: #000000;">You can set a background to inherit, though I don’t recommend it.</span></p>
<p><span style="color: #000000;">Gradients can be created – however it is not supported by all browsers. Use with caution. If you are interested in background gradients simply search css background gradients to find some tutorials</span></p>
<p><span style="color: #000000;">@TNPWdesign</span></p>
<p><span style="color: #000000;">@tommnorman</span></p>
<p><span style="color: #000000;">Dreamhost.com &#8211; promo code: TNPW</span></p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-25-css-backgrounds/">Eps 25: CSS Backgrounds &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/Eps25_CSSBackground.mp3" length="14897362" type="audio/mpeg" />

			</item>
		<item>
		<title>A basic web development tutorial on styling a primary navigation using HTML and CSS. &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-23-styling-your-navigation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-23-styling-your-navigation</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Tue, 26 Jan 2016 22:48:05 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[style]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=231</guid>

					<description><![CDATA[<p>Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out This is a basic web development tutorial on styling a primary navigation using HTML and CSS. As always, the code will be in the show notes. Please go to iTunes, Stitcher or Google Play Music and rate the show! Ratings [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-23-styling-your-navigation/">A basic web development tutorial on styling a primary navigation using HTML and CSS. &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="color: #000000;">Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out</span></p>
<p><span style="color: #000000;">This is a basic web development tutorial on styling a primary navigation using HTML and CSS.</span></p>
<p><span style="color: #000000;">As always, the code will be in the show notes.</span></p>
<p><span style="color: #000000;">Please go to iTunes, Stitcher or Google Play Music and rate the show! Ratings get listeners!!</span></p>
<h2><span style="color: #000000;"><a style="color: #000000;" href="http://www.webdevpod.com">http://www.Webdevpod.com</a> for all the content and links</span></h2>
<h2><span style="color: #000000;">@TNPWDesign</span></h2>
<h2><span style="color: #000000;">@tommnorman</span></h2>
<h2><span style="color: #000000;"><a style="color: #000000;" href="https://www.dreamhost.com/">DreamHost</a> promo code &#8211; tnpw</span></h2>
<p>&nbsp;</p>
<p><span style="color: #000000;">/* HTML */</span></p>
<p><span style="color: #000000;">&lt;nav id=&#8221;nav&#8221;&gt;    </span></p>
<p><span style="color: #000000;">   &lt;ul&gt;</span></p>
<p><span style="color: #000000;">      &lt;li&gt;&lt;/li&gt;</span></p>
<p><span style="color: #000000;">     &lt;li&gt;&lt;/li&gt;</span></p>
<p><span style="color: #000000;">   &lt;/ul&gt;</span></p>
<p><span style="color: #000000;">&lt;/nav&gt;</span></p>
<p>&nbsp;</p>
<p><span style="color: #000000;">/* Navigation */</span></p>
<p><span style="color: #000000;">#nav {</span><br />
<span style="color: #000000;"> padding-top: 205px;</span><br />
<span style="color: #000000;"> margin-left: 105px;</span><br />
<span style="color: #000000;"> }</span><br />
<span style="color: #000000;"> #nav ul li{</span><br />
<span style="color: #000000;"> color: white;</span><br />
<span style="color: #000000;"> background: #113e63;</span><br />
<span style="color: #000000;"> display: block;</span><br />
<span style="color: #000000;"> width: 150px;</span><br />
<span style="color: #000000;"> position: relative;</span><br />
<span style="color: #000000;"> list-style-type: none;</span><br />
<span style="color: #000000;"> float: left;</span><br />
<span style="color: #000000;"> padding: 0px;</span><br />
<span style="color: #000000;"> margin: 0 3px 0 0;</span><br />
<span style="color: #000000;"> height: 40px;</span><br />
<span style="color: #000000;"> border: 0px solid #ffbf00;</span><br />
<span style="color: #000000;"> /*border-bottom: 3px solid #ffbf00;*/</span><br />
<span style="color: #000000;"> border-top: 5px solid #fff;</span><br />
<span style="color: #000000;"> -webkit-border-radius: 10px 10px 0 0;</span><br />
<span style="color: #000000;"> -moz-border-radius: 10px 10px 0 0;</span><br />
<span style="color: #000000;"> border-radius: 10px 10px 0 0;</span><br />
<span style="color: #000000;"> }</span><br />
<span style="color: #000000;"> #nav ul li a {</span><br />
<span style="color: #000000;"> display: block;</span><br />
<span style="color: #000000;"> text-decoration: none;</span><br />
<span style="color: #000000;"> color: white;</span><br />
<span style="color: #000000;"> font-size: 1.6em;</span><br />
<span style="color: #000000;"> line-height: 40px;</span><br />
<span style="color: #000000;"> text-align: center;</span><br />
<span style="color: #000000;"> }</span><br />
<span style="color: #000000;"> #nav ul li:hover,</span><br />
<span style="color: #000000;"> #nav ul li:focus,</span><br />
<span style="color: #000000;"> #nav ul li#current {</span><br />
<span style="color: #000000;"> background: #c1c4c4;</span><br />
<span style="color: #000000;"> line-height: 40px;</span><br />
<span style="color: #000000;"> border-top: 5px solid #7c765b;</span><br />
<span style="color: #000000;"> }</span><br />
<span style="color: #000000;"> #nav ul li a:hover,</span><br />
<span style="color: #000000;"> #nav ul li a:focus,</span><br />
<span style="color: #000000;"> #nav ul li#current a {</span><br />
<span style="color: #000000;"> color: #000;</span><br />
<span style="color: #000000;"> }</span></p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-23-styling-your-navigation/">A basic web development tutorial on styling a primary navigation using HTML and CSS. &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/Eps23_StylingYourNavigation.mp3" length="16621862" type="audio/mpeg" />

			</item>
		<item>
		<title>Eps 22: An Aside &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-22-an-aside/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-22-an-aside</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Tue, 19 Jan 2016 22:28:55 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[aside]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=229</guid>

					<description><![CDATA[<p>Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out &#60;aside&#62;&#60;/aside&#62; section of the page with content related to the page separate from that content. Used as a sidebar or an inserted box/space advertisements bio/blurb/profile information   related links on a site Does NOT have to be on the [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-22-an-aside/">Eps 22: An Aside &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400; color: #000000;">Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out</span></p>
<p><span style="font-weight: 400; color: #000000;">&lt;aside&gt;&lt;/aside&gt;</span></p>
<ul>
<li><span style="font-weight: 400; color: #000000;">section of the page with content related to the page </span></li>
<li><span style="font-weight: 400; color: #000000;">separate from that content.</span></li>
<li><span style="font-weight: 400; color: #000000;">Used as a sidebar or an inserted box/space </span></li>
<li><span style="font-weight: 400; color: #000000;">advertisements</span></li>
<li><span style="font-weight: 400; color: #000000;">bio/blurb/profile information  </span></li>
<li><span style="font-weight: 400; color: #000000;">related links on a site</span></li>
<li><span style="font-weight: 400; color: #000000;">Does NOT have to be on the side of the site/page </span></li>
<li><span style="font-weight: 400; color: #000000;">Be creative, use a circle or other shape </span></li>
<li><span style="font-weight: 400; color: #000000;">Place it in the middle of the page, wrap wording around the container. </span></li>
<li><span style="font-weight: 400; color: #000000;">Whatever you decide to do with it, make sure it sticks out as separate content </span>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400; color: #000000;">Different background color, use a border of some sort </span></li>
</ul>
</li>
</ul>
<p><span style="font-weight: 400; color: #000000;">As always, ease of use is most important over all </span></p>
<p><span style="font-weight: 400; color: #000000;">Please go to iTunes and Stitcher and rate the show! Ratings get listeners!!</span></p>
<h2><span style="color: #000000;"><span style="color: #ff0000;"><a style="color: #ff0000;" href="http://www.webdevpod.com"><span style="font-weight: 400;">http://www.Webdevpod.com</span></a></span><span style="font-weight: 400;"> for all the content and links</span></span></h2>
<h3><span style="font-weight: 400; color: #000000;">@TNPWDesign</span></h3>
<h3><span style="font-weight: 400; color: #000000;">@tommnorman</span></h3>
<h3><span style="color: #000000;"><a style="color: #000000;" href="https://www.dreamhost.com/"><span style="font-weight: 400;">DreamHost</span></a><span style="font-weight: 400;"> promo code &#8211; tnpw</span></span></h3>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-22-an-aside/">Eps 22: An Aside &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/eps22_AnAside.mp3" length="6499308" type="audio/mpeg" />

			</item>
		<item>
		<title>Eps 21: Resolutions &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/225-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=225-2</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Mon, 11 Jan 2016 22:32:25 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[resolutions]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=225</guid>

					<description><![CDATA[<p>Have a combination of long term and short term goals. Break goals into bite sized chunks. If you want to learn a language make weekly checkpoints. For long term goals have monthly or bimonthly checkpoints. Know who you are and be realistic about your goals.  Before you begin down your path it may be helpful [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/225-2/">Eps 21: Resolutions &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400; color: #000000;">Have a combination of long term and short term goals. </span></p>
<p><span style="font-weight: 400; color: #000000;">Break goals into bite sized chunks. If you want to learn a language make weekly checkpoints. </span></p>
<p><span style="font-weight: 400; color: #000000;">For long term goals have monthly or bimonthly checkpoints. </span></p>
<p><span style="font-weight: 400; color: #000000;">Know who you are and be realistic about your goals. </span></p>
<p><span style="font-weight: 400; color: #000000;">Before you begin down your path it may be helpful to map out your plans. Create a calendar on your phone/computer and use notifications to keep you on track. Join social groups or local meet ups to enhance your experience. If you share your experience with friends, family or even strangers that may go a long way in having accountability to someone more than yourself. Nobody likes disappointing other people.</span></p>
<p><span style="color: #000000;">Give me a rating on iTunes, Stitcher or any other place you get your podcasts.</span></p>
<p><span style="color: #000000;">Leave me comments!</span></p>
<h3><span style="color: #000000;"><a style="color: #000000;" href="http://www.webdevpod.com" target="_blank">Webdevpod.com</a> for all content and shows</span></h3>
<h2><span style="color: #000000;">@tnpwdesign</span></h2>
<h2><span style="color: #000000;">@tommnorman</span></h2>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/225-2/">Eps 21: Resolutions &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/Eps21_Resolutions.mp3" length="9290440" type="audio/mpeg" />

			</item>
		<item>
		<title>Eps 20: Google Fonts &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/eps-20-google-fonts/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eps-20-google-fonts</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Wed, 16 Dec 2015 22:30:15 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[google fonts]]></category>
		<category><![CDATA[html]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=144</guid>

					<description><![CDATA[<p>All about Google Fonts &#160; &#60;!&#8211; BEGIN GOOGLE FONTS &#8211;&#62; &#60;link href=&#8217;http://fonts.googleapis.com/css?family=Kite+One&#124;Merienda+One&#124;Sintony&#8217; rel=&#8217;stylesheet&#8217; type=&#8217;text/css&#8217;&#62; &#60;!&#8211; END GOOGLE FONTS&#8211;&#62; Ensure readability and accessibility before choosing a final font for your website! If you enjoy listening please share it with your friends and Please go to iTunes and Stitcher to rate the show! Ratings get listeners!! If [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-20-google-fonts/">Eps 20: Google Fonts &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>All about Google Fonts</p>
<p>&nbsp;</p>
<p>&lt;!&#8211; BEGIN GOOGLE FONTS &#8211;&gt;<br />
&lt;link href=&#8217;http://fonts.googleapis.com/css?family=Kite+One|Merienda+One|Sintony&#8217; rel=&#8217;stylesheet&#8217; type=&#8217;text/css&#8217;&gt;<br />
&lt;!&#8211; END GOOGLE FONTS&#8211;&gt;</p>
<p>Ensure readability and accessibility before choosing a final font for your website!</p>
<p>If you enjoy listening please share it with your friends and Please go to iTunes and Stitcher to rate the show! Ratings get listeners!!</p>
<p><span style="font-weight: 400;">If you leave a good comment it could end up on the front page of the site!</span></p>
<p><a href="http://www.webdevpod.com"><span style="font-weight: 400;">http://www.Webdevpod.com</span></a><span style="font-weight: 400;"> for all the content and links</span></p>
<p><span style="font-weight: 400;">@TNPWDesign</span></p>
<p><span style="font-weight: 400;">@tommnorman</span></p>
<p><a href="https://www.dreamhost.com/"><span style="font-weight: 400;">DreamHost</span></a><span style="font-weight: 400;"> promo code &#8211; tnpw</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/eps-20-google-fonts/">Eps 20: Google Fonts &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/Eps20_GoogleFonts.mp3" length="17117561" type="audio/mpeg" />

			</item>
		<item>
		<title>Eps 19: Head Code &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/139-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=139-2</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Tue, 08 Dec 2015 22:23:34 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[head]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=139</guid>

					<description><![CDATA[<p>This a brief tutorial about coding the <head> element using HTML and CSS.</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/139-2/">Eps 19: Head Code &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Info about meta tags</p>
<ul>
<li><a href="http://www.w3schools.com/tags/tag_meta.asp" target="_blank">http://www.w3schools.com/tags/tag_meta.asp</a></li>
</ul>
<p>Info about HTML 5 Shiv</p>
<ul>
<li><a href="https://en.wikipedia.org/wiki/HTML5_Shiv" target="_blank">https://en.wikipedia.org/wiki/HTML5_Shiv</a></li>
</ul>
<p>&nbsp;</p>
<p>If you enjoy listening please share it with your friends and Please go to iTunes and Stitcher to rate the show! Ratings get listeners!!</p>
<p><span style="font-weight: 400;">If you leave a good comment it could end up on the front page of the site!</span></p>
<p><a href="http://www.webdevpod.com"><span style="font-weight: 400;">http://www.Webdevpod.com</span></a><span style="font-weight: 400;"> for all the content and links</span></p>
<p><span style="font-weight: 400;">@TNPWDesign</span></p>
<p><span style="font-weight: 400;">@tommnorman</span></p>
<p><a href="https://www.dreamhost.com/"><span style="font-weight: 400;">DreamHost</span></a><span style="font-weight: 400;"> promo code &#8211; tnpw</span></p>
<p>&nbsp;</p>
<p>&lt;!DOCTYPE html&gt;<br />
&lt;html lang=&#8221;en&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;TNPW Design&lt;/title&gt;<br />
&lt;meta charset=&#8221;utf-8&#8243;&gt;<br />
&lt;meta name=&#8221;description&#8221; content=&#8221;TNPW Design is a Freelance Website Design And Website Development Business in Green Bay, WI 54301. Podcast Creation Services Available.&#8221; /&gt;<br />
<span style="line-height: 1.5;">&lt;meta name=&#8221;keywords&#8221; content=&#8221;HTML,CSS,Web Development,Web Design&#8221;&gt;</span></p>
<p>&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;css/screen.css&#8221; media=&#8221;screen&#8221;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;css/phone.css&#8221; media=&#8221;screen&#8221;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;css/tablet.css&#8221; media=&#8221;screen&#8221;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;css/jquery.fancybox.css&#8221; media=&#8221;screen&#8221; /&gt;</p>
<p>&lt;!&#8211; BEGIN JQUERY LIBRARY &#8211;&gt;<br />
&lt;script src=&#8221;https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js&#8221;&gt;&lt;/script&gt;<br />
&lt;!&#8211; END JQUERY LIBRARY &#8211;&gt;</p>
<p>&lt;!&#8211; BEGIN GOOGLE FONTS &#8211;&gt;<br />
&lt;link href=&#8217;http://fonts.googleapis.com/css?family=Kite+One|Merienda+One|Sintony&#8217; rel=&#8217;stylesheet&#8217; type=&#8217;text/css&#8217;&gt;<br />
&lt;!&#8211; END GOOGLE FONTS &#8211;&gt;</p>
<p>&lt;!&#8211; FANCY BOX JAVASCRIPT BEGIN &#8211;&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery.fancybox.pack.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;js/jquery.fancybox.load.js&#8221;&gt;&lt;/script&gt;<br />
&lt;!&#8211; END FANCY BOX JS &#8211;&gt;</p>
<p>&lt;!&#8211; Only use when building media rules &#8211;&gt;<br />
&lt;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width, initial-scale=1.0&#8243;&gt;<br />
&lt;!&#8211; End: meta &#8211; viewport &#8211;&gt;<br />
&lt;!&#8211;[if lt IE 9]&#8211;&gt;<br />
&lt;script src=&#8221;http://html5shim.googlecode.com/svn/trunk/html5.js&#8221;&gt;&lt;/script&gt;<br />
&lt;!&#8211;[endif]&#8211;&gt;</p>
<p>&lt;/head&gt;<br />
&lt;/html&gt;</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/139-2/">Eps 19: Head Code &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/eps19_head-code.mp3" length="14739058" type="audio/mpeg" />

			</item>
		<item>
		<title>Eps 18: Coding A Footer &#8211; Talking HTML</title>
		<link>https://www.schaffencreative.com/past-episodes/130-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=130-2</link>
		
		<dc:creator><![CDATA[Norm]]></dc:creator>
		<pubDate>Wed, 02 Dec 2015 22:38:28 +0000</pubDate>
				<category><![CDATA[past episodes]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[talking html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[html]]></category>
		<guid isPermaLink="false">http://www.webdevpod.com/?p=130</guid>

					<description><![CDATA[<p>Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out. &#160; If you enjoy listening please share it with your friends and Please go to iTunes and Stitcher to rate the show! Ratings get listeners!! If you leave a good comment it could end up on the front page [&#8230;]</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/130-2/">Eps 18: Coding A Footer &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Welcome to Talking HTML, an audio/video internet thing for web developers who are just starting out.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">If you enjoy listening please share it with your friends and Please go to iTunes and Stitcher to rate the show! Ratings get listeners!!</span></p>
<p><span style="font-weight: 400;">If you leave a good comment it could end up on the front page of the site!</span></p>
<p><a href="http://www.webdevpod.com"><span style="font-weight: 400;">http://www.Webdevpod.com</span></a><span style="font-weight: 400;"> for all the content and links</span></p>
<p><span style="font-weight: 400;">@TNPWDesign</span></p>
<p><span style="font-weight: 400;">@tommnorman</span></p>
<p><a href="https://www.dreamhost.com/"><span style="font-weight: 400;">DreamHost</span></a><span style="font-weight: 400;"> promo code &#8211; tnpw</span><br />
&lt;footer&gt;<br />
&lt;div class=&#8221;footer-box-1&#8243;&gt;<br />
&lt;/div&gt;<br />
&lt;div class=&#8221;footer-box-2&#8243;&gt;<br />
&lt;/div&gt;<br />
&lt;div class=&#8221;footer-box-3&#8243;&gt;<br />
&lt;/div&gt;</p>
<p>&lt;p id=&#8221;copyright&#8221;&gt;&lt;/p&gt;<br />
&lt;/footer&gt;</p>
<p>&lt;style&gt;</p>
<p>#center {<br />
width: 960px;<br />
}</p>
<p>footer {<br />
clear: both;<br />
background: #7c765b;<br />
color: #FFF;<br />
height: auto;<br />
padding: 10px;<br />
}</p>
<p>.footer-box-1 {<br />
width: 31%;<br />
background: red;<br />
color: black;<br />
float: left;<br />
padding: 5px 4px 5px 4px;<br />
margin: 5px;<br />
height: auto;<br />
font-size: 1.2em;<br />
}</p>
<p>.footer-box-2 {<br />
width: 32%;<br />
background: red;<br />
color: black;<br />
float: left;<br />
padding: 5px 4px 5px 4px;<br />
margin: 5px;<br />
height: auto;<br />
font-size: 1.2em;<br />
}</p>
<p>.footer-box-3 {<br />
width: 31%;<br />
background: red;<br />
color: black;<br />
float: right;<br />
padding: 5px 4px 5px 4px;<br />
margin: 5px;<br />
height: auto;<br />
font-size: 1.2em;<br />
}<br />
footer p#copyright {<br />
float: none;<br />
clear: both;<br />
margin: 15px 10px 0px 0px;<br />
font-size: 1.3em;<br />
text-align: right;<br />
line-height: 2em;<br />
}</p>
<p>&lt;/style&gt;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.schaffencreative.com/past-episodes/130-2/">Eps 18: Coding A Footer &#8211; Talking HTML</a> appeared first on <a href="https://www.schaffencreative.com">Schaffen Creative</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="http://media.blubrry.com/talkinghtml/content.blubrry.com/talkinghtml/eps18_CodingAFooter.mp3" length="13130649" type="audio/mpeg" />

			</item>
	</channel>
</rss>
