<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>CSS by Rick</title>
      <link>https://padlet.com/r_hazebroek/css</link>
      <description>Alles wat je moet weten over CSS</description>
      <language>en-us</language>
      <pubDate>2017-05-31 13:22:04 UTC</pubDate>
      <lastBuildDate>2023-05-19 12:32:11 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>CSS bestand koppelen</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174616330</link>
         <description><![CDATA[<div>Plaats de link naar je CSS-bestand in je head-tag:<br><br></div><pre>&lt;link rel="stylesheet" href="vormgeving.css"&gt;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:25:52 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174616330</guid>
      </item>
      <item>
         <title>CSS Spiekbriefje</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174617737</link>
         <description><![CDATA[<div>In deze PDF staan allerlei eigenschappen en waarden in die je kunt gebruiken. De meesten staan ook op deze pagina.<br><br><strong>Meer variatie?</strong><br>Er zijn op het internet nog meer spiekbriefjes te vinden, Google op "CSS cheatsheet" en vind je eigen.</div>]]></description>
         <enclosure url="http://rickhazebroek.nl/e-learning/html-videos/downloads/cssspiekbriefje.pdf" />
         <pubDate>2017-05-31 13:31:16 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174617737</guid>
      </item>
      <item>
         <title>Eigenschappen en waarden zoeken</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174617826</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:31:41 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174617826</guid>
      </item>
      <item>
         <title>Syntax: Element selector</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174619589</link>
         <description><![CDATA[<div>In CSS kun je aan de hand van de afkorting van de tag deze tag gaan vormgeven. <br><br><strong>Selector:</strong> de afkorting van de tag.<br><br><strong>Eigenschap </strong>(property)<strong>: </strong>de eigenschap die je wilt wijzigen, bijvoorbeeld de tekstkleur is 'color'.<br><br><strong>Waarde </strong>(value)<strong>:</strong> de waarde die daar bijhoort, bijvoorbeeld de kleurcode.<br><br><a href="https://www.w3schools.com/css/css_syntax.asp">w3schools.com/css/css_syntax.asp</a></div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/170992857/0b150d0b5bbfb188ebff3d758d55de0d/element_selector.png" />
         <pubDate>2017-05-31 13:39:42 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174619589</guid>
      </item>
      <item>
         <title>Schaduw </title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174620975</link>
         <description><![CDATA[<div><br></div><pre>box-shadow: 10px 10px 10px rgba(0,0,0,0.75);</pre><div><br><em>10px 10px 10px = <br></em>horizontaal, verticaal en spreiding<br><em>0,0,0, = </em>RGB code<br><em>0.75 = doorzichtbaarheid </em><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:45:13 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174620975</guid>
      </item>
      <item>
         <title>Ronde hoeken</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174621103</link>
         <description><![CDATA[<pre>border-radius: 10px 10px 10px 10px;</pre><div>Linksboven - rechtsboven - linksonder - rechtsonder</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:45:41 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174621103</guid>
      </item>
      <item>
         <title>CSS Generator</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174621595</link>
         <description><![CDATA[<div>Met een CSS generator kun je een CSSeigenschap visueel ontwerpen, zoals schaduw (box-shadow) of ronde hoeken (border-radius)</div>]]></description>
         <enclosure url="http://www.cssmatic.com/" />
         <pubDate>2017-05-31 13:47:40 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174621595</guid>
      </item>
      <item>
         <title>Tekst schaduw</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174621938</link>
         <description><![CDATA[<pre>text-shadow: 2px 2px #ff0000;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:49:07 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174621938</guid>
      </item>
      <item>
         <title>Achtergrondkleur</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174622170</link>
         <description><![CDATA[<pre>background-color: #0000000;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:50:06 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174622170</guid>
      </item>
      <item>
         <title>Achtergrond-afbeelding</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174622227</link>
         <description><![CDATA[<pre>background-image: url('images/plaatje.jpg');</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:50:20 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174622227</guid>
      </item>
      <item>
         <title>Achtergrond herhaling</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174622366</link>
         <description><![CDATA[<pre>background-repeat: 
no-repeat;</pre><div><strong>Mogelijke waarden: <br></strong><em>no-repeat:<br></em>geen herhaling<br><br><em>repeat-x</em>:<br>herhaal horizontaal<br><br><em>repeat-y:<br></em>herhaal verticaal</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:50:50 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174622366</guid>
      </item>
      <item>
         <title>Achtergrond grootte</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174622570</link>
         <description><![CDATA[<div><strong>Achtergrond-vullend</strong></div><pre>backgrounde-size: cover;</pre><div><strong>Achtergrond aanpassen aan de breedte:</strong></div><pre>backgrounde-size: 100% auto;</pre><div><strong>Achtergrond aanpassen aan de hoogte:</strong></div><pre>backgrounde-size: auto 100%;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:51:42 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174622570</guid>
      </item>
      <item>
         <title>Eenheden in CSS</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174623885</link>
         <description><![CDATA[<div><br>Voor breedtes, hoogtes en afstanden kun je in CSS verschillende eenheden gebruiken. <br><br><strong>1.</strong> <strong>px: Pixels</strong><br>Pixels schrijf je als px, wil je een breedte invoeren van 100 pixels, dan typ je:</div><pre>100px</pre><div><strong>2. vw: Viewpoint width<br></strong>De breedte van het venster van je browser. 1vw is 1/100 van de breedte van je venster. De hele breedte van je scherm is dus:</div><pre>100vw</pre><div><strong>3. vh: Viewpoint height<br></strong>De hoogte van het venster van je browser. 1vw is 1/100 van de hoogte van je venster. De hele hoogte van het venster is dus:</div><pre>100vh</pre><div><strong>4. %: Procenten<br></strong>Procenten kun je gebruiken om voor een achtergrond de breedte of hoogte van het element te gebruiken.</div><pre>100%</pre><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 13:56:28 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174623885</guid>
      </item>
      <item>
         <title>Syntax: Class selector</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174628267</link>
         <description><![CDATA[<div><br>In HTML kun je een tag een eigenschap <em>class</em> geven. De waarde is dan de naam die je de tag wilt geven. Met die naam kun je in CSS aan de hand van de <em>class-selector</em> deze tag gaan vormgeven.<br><br><strong>Selector:</strong> de naam van de class<br><br><strong>Eigenschap </strong>(property)<strong>: <br></strong>hetzelfde als de element selector<br><br><strong>Waarde </strong>(value)<strong>:</strong> <br>hetzelfde als de element selector<br><br><a href="https://www.w3schools.com/css/css_syntax.asp">w3schools.com/css/css_syntax.asp</a></div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/170992857/499113e7f81622c79ba42c19679f0337/class_selector.png" />
         <pubDate>2017-05-31 14:15:08 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174628267</guid>
      </item>
      <item>
         <title>Tekst-kleur</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174629657</link>
         <description><![CDATA[<pre>color: #000000;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:21:50 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174629657</guid>
      </item>
      <item>
         <title>Tekst-grootte</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174629726</link>
         <description><![CDATA[<pre>font-size: 20px;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:22:05 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174629726</guid>
      </item>
      <item>
         <title>Lijnhoogte</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174629765</link>
         <description><![CDATA[<pre>line-height: 20px;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:22:15 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174629765</guid>
      </item>
      <item>
         <title>Lettertype</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174632782</link>
         <description><![CDATA[<pre>font-family: Helvetica, arial, serif;</pre><div>Een serie lettertypes. De eerste wordt gekozen door de browser, tenzij deze niet beschikbaar is, dan kijkt de browser naar het volgende lettertype. <br>Alleen 'web safe fonts' zijn mogelijk, tenzij je @font-face gebruikt. Zie: "Een zelfgekozen lettertype toevoegen".<br><br><a href="https://www.w3schools.com/cssref/css_websafe_fonts.asp">https://www.w3schools.com/cssref/css_websafe_fonts.asp</a></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:35:22 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174632782</guid>
      </item>
      <item>
         <title>Extra eigenschappen</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174633317</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:37:40 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174633317</guid>
      </item>
      <item>
         <title>Tekst eigenschappen</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174633384</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:37:58 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174633384</guid>
      </item>
      <item>
         <title>Achtergrond eigenschappen</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174633431</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:38:13 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174633431</guid>
      </item>
      <item>
         <title>Witruimte</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174633584</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:38:48 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174633584</guid>
      </item>
      <item>
         <title>Witruimte binnen een element</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174633658</link>
         <description><![CDATA[<div>Met padding voeg je witruimte toe binnen een div (of andere tag).
<br></div><pre>padding: 5px 10px 20px 30px;</pre><div>De volgorde is klokgewijs: padding boven, padding rechts, padding onder en padding links.
<br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:39:04 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174633658</guid>
      </item>
      <item>
         <title>Witruimte buiten een element</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174633722</link>
         <description><![CDATA[<div>Met margin voeg je witruimte toe buiten een div (of andere tag).<br><br></div><pre>margin: 5px 10px 
20px 30px;</pre><div><br>De volgorde is kloksgewijs: margin boven, margin rechts, margin onder en margin links.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:39:20 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174633722</guid>
      </item>
      <item>
         <title>CSS bestand koppelen</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174634591</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://youtu.be/x_7WqgN_zlA?list=PLW-0oij8YIxlORxsP3xI4vHYTkZgHoWMS" />
         <pubDate>2017-05-31 14:43:03 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174634591</guid>
      </item>
      <item>
         <title>CSS: Achtergrondkleur en witruimte</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174634663</link>
         <description><![CDATA[<div>background-color, padding</div>]]></description>
         <enclosure url="https://youtu.be/kWzMJrHa494?list=PLW-0oij8YIxlORxsP3xI4vHYTkZgHoWMS" />
         <pubDate>2017-05-31 14:43:22 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174634663</guid>
      </item>
      <item>
         <title>CSS: Tekst vormgeven</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174634857</link>
         <description><![CDATA[<div>font-family, font-size, color...</div>]]></description>
         <enclosure url="https://youtu.be/SdYcFlLCvgw?list=PLW-0oij8YIxlORxsP3xI4vHYTkZgHoWMS" />
         <pubDate>2017-05-31 14:44:26 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174634857</guid>
      </item>
      <item>
         <title>Een zelfgekozen lettertype toevoegen</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174635531</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.youtube.com/watch?v=mR0CrStyuRk" />
         <pubDate>2017-05-31 14:47:23 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174635531</guid>
      </item>
      <item>
         <title>Breedte en hoogte</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174636477</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:51:25 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174636477</guid>
      </item>
      <item>
         <title>Breedte</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174636526</link>
         <description><![CDATA[<pre>width: 100px;</pre><div>Lees ook: Eenheiden in CSS</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:51:38 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174636526</guid>
      </item>
      <item>
         <title>Hoogte</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174636564</link>
         <description><![CDATA[<pre>height: 100px;</pre><div><br>Lees ook: Eenheiden in CSS</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:51:47 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174636564</guid>
      </item>
      <item>
         <title>Tekst uitlijnen</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/174636845</link>
         <description><![CDATA[<pre>text-align: left;</pre><div>left, center of right</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-05-31 14:53:04 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/174636845</guid>
      </item>
      <item>
         <title>Tekst gewicht</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/176082488</link>
         <description><![CDATA[<pre>font-weight: bold;bold, normal, light
of: 100,200,300,400.,500..</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-12 11:43:34 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/176082488</guid>
      </item>
      <item>
         <title>Border (rand)</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/176082635</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-06-12 11:44:49 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/176082635</guid>
      </item>
      <item>
         <title>Rand</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/176082687</link>
         <description><![CDATA[<pre>border: 1px solid #0000;</pre><div>1px = dikte<br>solid = dashed, solid, double, grouve...<br>#0000 = kleurcode<br><br><a href="https://www.w3schools.com/css/css_border.asp">https://www.w3schools.com/css/css_border.asp</a></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-12 11:45:13 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/176082687</guid>
      </item>
      <item>
         <title>Uitlijnen</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/176082817</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-06-12 11:46:24 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/176082817</guid>
      </item>
      <item>
         <title>Naast elkaar zetten van tags</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/176082854</link>
         <description><![CDATA[<pre>float:left;</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-12 11:46:44 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/176082854</guid>
      </item>
      <item>
         <title></title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/176083059</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-06-12 11:48:22 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/176083059</guid>
      </item>
      <item>
         <title>Afbeelding in het midden plaatsen </title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/176083078</link>
         <description><![CDATA[<pre>img{
text-align: center;
}</pre>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-12 11:48:30 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/176083078</guid>
      </item>
      <item>
         <title>Animeren in CSS</title>
         <author>r_hazebroek</author>
         <link>https://padlet.com/r_hazebroek/css/wish/176083871</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://css-tricks.com/almanac/properties/a/animation/" />
         <pubDate>2017-06-12 11:55:57 UTC</pubDate>
         <guid>https://padlet.com/r_hazebroek/css/wish/176083871</guid>
      </item>
   </channel>
</rss>
