<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My supercalifragilisticexpialidocious wall by Jonathan Ellis</title>
      <link>https://padlet.com/jellis26/qmyt5gg65d86</link>
      <description>Made with an open mind</description>
      <language>en-us</language>
      <pubDate>2019-02-08 14:16:58 UTC</pubDate>
      <lastBuildDate>2023-11-29 13:39:15 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329202505</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355129003/95002e428b0c9f0094d77a8399023244/drawing.png" />
         <pubDate>2019-02-08 14:20:19 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329202505</guid>
      </item>
      <item>
         <title>Background-Image</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329204976</link>
         <description><![CDATA[<div> Sets an image as the background </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:24:08 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329204976</guid>
      </item>
      <item>
         <title>CSS Margin</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329205511</link>
         <description><![CDATA[<div>The CSS margin property defines a margin (space) outside the border: </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:25:04 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329205511</guid>
      </item>
      <item>
         <title>CSS Padding</title>
         <author>ErinHobson</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329205770</link>
         <description><![CDATA[<div>The CSS padding property defines a padding (space) between the text and the border:</div><div><br>Example<br>&lt;p&gt;</div><div>  border: 1px solid powderblue;<br>  padding: 30px; <br>&lt;/p&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:25:32 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329205770</guid>
      </item>
      <item>
         <title>cursor</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329206506</link>
         <description><![CDATA[<div>Specifies the type of cursor to be displayed. Values: </div><div>url</div><div>auto</div><div>crosshair</div><div>default</div><div>pointer</div><div>move</div><div>e-resize</div><div>ne-resize</div><div>nw-resize</div><div>n-resize</div><div>se-resize</div><div>sw-resize</div><div>s-resize</div><div>w-resize</div><div>text</div><div>wait</div><div>help</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:26:49 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329206506</guid>
      </item>
      <item>
         <title>Button Colours </title>
         <author>ErinHobson</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207301</link>
         <description><![CDATA[<div> </div><div>Use the background-color property to change the background color of a button:</div><div><br>Example<br><br></div><div>.button1 {background-color: #4CAF50;} /* Green */ </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:28:16 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207301</guid>
      </item>
      <item>
         <title>The class Attribute</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207389</link>
         <description><![CDATA[<div> To define a style for special types of elements, add a class attribute to the element: </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:28:24 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207389</guid>
      </item>
      <item>
         <title>float</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207419</link>
         <description><![CDATA[<div>Sets where an image or a text will appear in another element. Values:</div><div>left</div><div>right</div><div>none </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:28:29 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207419</guid>
      </item>
      <item>
         <title>Button Sizes </title>
         <author>ErinHobson</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207654</link>
         <description><![CDATA[<div><br></div><div>Use the font-size property to change the font size of a button:</div><div><br>Example<br><br></div><div>.button1 {font-size: 10px;} </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:28:52 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207654</guid>
      </item>
      <item>
         <title>font-stretch</title>
         <author>alistair_knight55</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207944</link>
         <description><![CDATA[<div> Condenses or expands the current font-family <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:29:25 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329207944</guid>
      </item>
      <item>
         <title>Visibility </title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329208032</link>
         <description><![CDATA[<div>Sets if an element should be visible or not<br><br>visible</div><div>hidden</div><div>collapse</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:29:35 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329208032</guid>
      </item>
      <item>
         <title>font-stretch</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329208578</link>
         <description><![CDATA[<div>Condenses or expands the current font-family. Values:<br>normal</div><div>wider</div><div>narrower</div><div>ultra-condensed</div><div>extra-condensed</div><div>condensed</div><div>semi-condensed</div><div>semi-expanded</div><div>expanded</div><div>extra-expanded</div><div>ultra-expanded</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:30:35 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329208578</guid>
      </item>
      <item>
         <title>CSS Fonts</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329208955</link>
         <description><![CDATA[<div> </div><div>The CSS color property defines the text color to be used.</div><div>The CSS font-family property defines the font to be used.</div><div>The CSS font-size property defines the text size to be used. </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:31:15 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329208955</guid>
      </item>
      <item>
         <title>Using Multiple Color Stops</title>
         <author>ErinHobson</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329209504</link>
         <description><![CDATA[<div>he following example shows a linear gradient (from top to bottom) with multiple color stops:<br><br>#grad {<br>  background-image: linear-gradient(red, yellow, green);<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:32:17 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329209504</guid>
      </item>
      <item>
         <title>CSS Margin</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329212006</link>
         <description><![CDATA[<div>The CSS margin property defines a margin (space) outside the border:<br><br>p {<br>  border: 1px solid powderblue;<br>  margin: 50px;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:37:04 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329212006</guid>
      </item>
      <item>
         <title>margin</title>
         <author>alistair_knight55</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329212124</link>
         <description><![CDATA[<div>A shorthand property for setting the margin properties in one declaration<br><br> </div><div>margin-top</div><div>margin-right</div><div>margin-bottom</div><div>margin-left </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:37:19 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329212124</guid>
      </item>
      <item>
         <title>overflow</title>
         <author>alistair_knight55</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329212487</link>
         <description><![CDATA[<div>Sets what happens if the content of an element overflow its area<br><br> </div><div>visible</div><div>hidden</div><div>scroll</div><div>auto </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:38:03 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329212487</guid>
      </item>
      <item>
         <title>Transparent Hover Effect</title>
         <author>ErinHobson</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329212562</link>
         <description><![CDATA[<div> The opacity property is often used together with the :hover selector to change the opacity on mouse-over: <br> img {<br>  opacity: 0.5;<br>  filter: alpha(opacity=50); /* For IE8 and earlier */<br>}<br><br>img:hover {<br>  opacity: 1.0;<br>  filter: alpha(opacity=100); /* For IE8 and earlier */<br>} </div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:38:13 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329212562</guid>
      </item>
      <item>
         <title>HTML Links - Syntax</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329213393</link>
         <description><![CDATA[<div>In HTML, links are defined with the &lt;a&gt; tag:<br><br>&lt;a href="<em>url</em>"&gt;<em>link text</em>&lt;/a&gt;</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:39:47 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329213393</guid>
      </item>
      <item>
         <title>Media Types - All</title>
         <author>alistair_knight55</author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329213600</link>
         <description><![CDATA[<div>Used for all media type devices</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:40:08 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329213600</guid>
      </item>
      <item>
         <title>Shadow</title>
         <author></author>
         <link>https://padlet.com/jellis26/qmyt5gg65d86/wish/329214018</link>
         <description><![CDATA[<div><br>Adds shadow to text<br>none</div><div>color</div><div>length</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-02-08 14:40:54 UTC</pubDate>
         <guid>https://padlet.com/jellis26/qmyt5gg65d86/wish/329214018</guid>
      </item>
   </channel>
</rss>
