@charset "UTF-8";

body {
  background-image: url(w3s.png);
}

::selection {
  color: red;
  background: yellow;
}

.all-browsers {
  margin: 0;
  padding: 5px;
  background-color: lightgray;
}

aside {
  width: 30%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: italic;
  background-color: lightgray;
}

blockquote {
  margin-left: 0;
}

.button {
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white;
  color: black;
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white;
  color: black;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

code {
  font-family: Consolas,"courier new";
  color: crimson;
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 105%;
}

del {background-color: tomato;}

ins {background-color: yellow;}

details > summary {
  padding: 4px;
  width: 200px;
  background-color: #eeeeee;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  cursor: pointer;
}

details > p {
  background-color: #eeeeee;
  padding: 4px;
  margin: 0;
  box-shadow: 1px 1px 2px #bbbbbb;
}

.myDiv {
  border: 5px outset red;
  background-color: lightblue;
  text-align: center;

fieldset {
  background-color: #eeeeee;
}

legend {
  background-color: gray;
  color: white;
  padding: 5px 10px;
}

input {
  margin: 5px;
  caret-color: red;
}

figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: DarkSalmon;
  color: white;
}

kbd {
  border-radius: 2px;
  padding: 2px;
  border: 1px solid black;
}

main {
  margin: 0;
  padding: 5px;
  background-color: lightgray;
}

main > h1, p, .browser {
  margin: 10px;
  padding: 5px;
}

.browser {
  background: white;
}

.browser > h2, p {
  margin: 4px;
  font-size: 90%;
}

ol.a {list-style-type: armenian;}
ol.b {list-style-type: cjk-ideographic;}
ol.c {list-style-type: decimal;}
ol.d {list-style-type: decimal-leading-zero;}
ol.e {list-style-type: georgian;}
ol.f {list-style-type: hebrew;}
ol.g {list-style-type: hiragana;}
ol.h {list-style-type: hiragana-iroha;}
ol.i {list-style-type: katakana;}
ol.j {list-style-type: katakana-iroha;}
ol.k {list-style-type: lower-alpha;}
ol.l {list-style-type: lower-greek;}
ol.m {list-style-type: lower-latin;}
ol.n {list-style-type: lower-roman;}
ol.o {list-style-type: upper-alpha;}
ol.p {list-style-type: upper-latin;}
ol.q {list-style-type: upper-roman;}
ol.r {list-style-type: none;}
ol.s {list-style-type: inherit;}

q {
  color: gray;
  font-style: italic;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

thead {color:green;}
tbody {color:blue;}
tfoot {color:red;}

table, th, td {
  border: 1px solid black;
}

.spelling-error {
  /* text-decoration-line: underline; */
  text-decoration-style: wavy;
  text-decoration-color: red;
}

area { border-style: solid;
	     border-color: red;
}

div.second { opacity: 0.3;
}

div.third {
  background: rgba(0, 128, 0, 0.3) /* Green background with 30% opacity */
}

/*
p::first-letter {
  color: #ff0000;
  font-size: xx-large;
}
*/

p.intro::first-letter {
  color: #ff0000;
  font-size: 200%;
} 

body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
  color: red;
  text-align: center;
}

#para1 {
  text-align: center;
  color: red;
}

.center {
  text-align: center;
  color: red;
}

p.center {
  text-align: center;
  color: red;
}

* {
  text-align: center;
  color: blue;
}

h1, h2, p {
  text-align: center;
  color: red;
}

.topnav {
    position: relative;
    z-index: 2;
    font-size: 17px;
    background-color: #5f5f5f;
    color: #f1f1f1;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
    font-family: "Segoe UI",Arial,sans-serif;
}

div.desert {
  background-image: url("bgdesert.jpg");
  background-repeat: repeat-x;
  background-position: right top;
  background-attachment: fixed; /* scroll; */
  background-size: auto; /* 300px 100px;   cover;   contain;   50% 30% */
}

.hero-image {
  background-image: url("/w3images/photographer.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

div {
  border-width: thin;
  border-style: dotted;
  border-color: coral;
}

table, td, th {
  border: 1px solid black;
}

#table1 {
  border-collapse: separate;
}

#table2 {
  border-collapse: collapse;
}

#borderimg3 {
  border: 10px solid transparent;
  padding: 15px;
  border-image: url(border.png) 30% round;
}

#example1 {
  caption-side: bottom;
}

img {
  float: left;
}

p.clear {
  clear: both;
}

img {
  clip-path: circle(50%);
}

img#myImg {
  clip-path:circle(40%);
}

img#myImg {
  clip-path:circle(20%);
}

img#myImg {
  clip-path:ellipse(25% 40% at 50% 50%);
}

img#myImg {
  clip-path:ellipse(25% 25% at 50% 50%);
}

img#myImg {
  clip-path:polygon(50% 0%, 0% 100%, 100% 100%);
}

img#myImg {
  clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

img#myImg {
  clip-path:inset(5% 20% 15% 10%);
}

img#myImg {
  clip-path:none;
}

div {
  column-count: 3;
}

.twee-kolom {
  column-count: 2;
}

.drie-kolom {
  column-count: 3;
}

.vier-kolom {
  column-count: 4;
}

.vijf-kolom {
  column-count: 5;
  column-gap: 40px;
  column-rule-style: dotted;
  column-rule-color: #ff0000;
  column-rule-width: 10px;
  column-width: 100px;
}

h2 {
  column-span: all;
}

a::after {
  content: " (" attr(href) ")";
}

p {
  counter-increment: myIndex;
}

p::before {
  content:counter(myIndex);
}

p::before {
  content: "Read this -";
}

p::before {
  content: open-quote;
}

p::after {
  content: close-quote;
}

p::before {
  content: url(w3css.gif);
}

body {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
}

.alias {cursor: alias;}
.all-scroll {cursor: all-scroll;}
.auto {cursor: auto;}
.cell {cursor: cell;}
.context-menu {cursor: context-menu;}
.col-resize {cursor: col-resize;}
.copy {cursor: copy;}
.crosshair {cursor: crosshair;}
.default {cursor: default;}
.e-resize {cursor: e-resize;}
.ew-resize {cursor: ew-resize;}
.grab {cursor: grab;}
.grabbing {cursor: grabbing;}
.help {cursor: help;}
.move {cursor: move;}
.n-resize {cursor: n-resize;}
.ne-resize {cursor: ne-resize;}
.nesw-resize {cursor: nesw-resize;}
.ns-resize {cursor: ns-resize;}
.nw-resize {cursor: nw-resize;}
.nwse-resize {cursor: nwse-resize;}
.no-drop {cursor: no-drop;}
.none {cursor: none;}
.not-allowed {cursor: not-allowed;}
.pointer {cursor: pointer;}
.progress {cursor: progress;}
.row-resize {cursor: row-resize;}
.s-resize {cursor: s-resize;}
.se-resize {cursor: se-resize;}
.sw-resize {cursor: sw-resize;}
.text {cursor: text;}
.url {cursor: url(myBall.cur),auto;}
.w-resize {cursor: w-resize;}
.wait {cursor: wait;}
.zoom-in {cursor: zoom-in;}
.zoom-out {cursor: zoom-out;}


span#mySpan {
  background-color:red;
  display:inline;
}

span#mySpan {
  background-color:red;
  display:block;
}

span#mySpan {
  background-color:red;
  display:contents;
}

span#mySpan {
  background-color:red;
  display:flex;
}

span#mySpan {
  background-color:red;
  display:grid;
}

span#mySpan {
  background-color:red;
  display:inline-block;
}

span#mySpan {
  background-color:red;
  display:inline-flex;
}

span#mySpan {
  background-color:red;
  display:inline-grid;
}

span#mySpan {
  background-color:red;
  display:inline-table;
}

span#mySpan {
  background-color:red;
  display:list-item;
}

span#mySpan {
  background-color:red;
  display:run-in;
}

span#mySpan {
  background-color:red;
  display:table;
}

span#mySpan {
  background-color:red;
  display:table-caption;
}

span#mySpan {
  background-color:red;
  display:table-column-group;
}

span#mySpan {
  background-color:red;
  display:table-header-group;
}

span#mySpan {
  background-color:red;
  display:table-footer-group;
}

span#mySpan {
  background-color:red;
  display:table-row-group;
}

span#mySpan {
  background-color:red;
  display:table-cell;
}

span#mySpan {
  background-color:red;
  display:table-column;
}

span#mySpan {
  background-color:red;
  display:table-row;
}

span#mySpan {
  background-color:red;
  display:none;
}

span#mySpan {
  background-color:red;
  display:initial;
}

table.ex1 {
  empty-cells: hide;
}

img#myImg {
  filter:blur(5px);
}

img#myImg {
  filter:brightness(200%);
}

img#myImg {
  filter:contrast(200%);
}

img#myImg {
  filter:drop-shadow(8px 8px 10px gray);
}
img#myImg {
  filter:grayscale(100%);
}

img#myImg {
  filter:hue-rotate(90deg);
}

img#myImg {
  filter:invert(100%);
}

img#myImg {
  filter:opacity(30%);
}

img#myImg {
  filter:saturate(8);
}

img#myImg {
  filter:sepia(100%);
}

img#myImg {
  filter:contrast(200%) brightness(150%);
}

img#myImg {
  filter:none;
}

#main {
  width: 300px;
  height: 100px;
  border: 1px solid #c3c3c3;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

#main div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50px;
}

#main div:nth-of-type(2) {
  flex-basis: 100px;
}

img {
  float: left;
  margin-right: 10px;
}

span {
  float: left;
  width: 0.7em;
  font-size: 400%;
  font-family: algerian, courier;
  line-height: 80%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

<style>
* {
  box-sizing: border-box;
}

.header, .footer {
  background-color: grey;
  color: white;
  padding: 15px;
}

.column {
  float: left;
  padding: 15px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.menu {
  width: 25%;
}

.content {
  width: 75%;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 8px;
  background-color: #33b5e5;
  color: #ffffff;
}

.menu li:hover {
  background-color: #0099cc;
}

p.clear {
  clear: both;
}

p.a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
}

p.b {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}

ul.a { list-style-type: circle;
	     list-style-image: url('sqpurple.gif');
}
ul.b {list-style-type: square;}
ol.c { list-style-type: upper-roman;
	     list-style-position: inside;
}
ol.d {list-style-type: lower-alpha;}

p.ex1 { margin-top: 25px;
	      margin-right: 25px;
	      margin-bottom: 25px;
	      margin-left: 25px;
        max-height: 50px;
        max-width: 150px;
        min-height: 200px;
        min-width: 500px;
} 

.image-container {
  background-image: url("paris.jpg");
  background-size: cover;
  position: relative;
  height: 300px;
}

.text {
  background-color: white;
  color: black;
  font-size: 10vw; 
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
}

body {
  background-color: yellow;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}

img.a {
  width: 200px;
  height: 400px;
  object-fit: cover;
}

.fill {object-fit: fill;}
.contain {object-fit: contain;}
.cover {object-fit: cover;}
.scale-down {object-fit: scale-down;}
.none {object-fit: none;}

img.a {
  width: 200px;
  height: 400px;
  object-fit: none;
  object-position: 5px 10%;
  border: 5px solid red;
}

#main div {
  width: 70px;
  height: 70px;
}

div#myRedDIV   {order: 2;}
div#myBlueDIV  {order: 4;}
div#myGreenDIV {order: 3;}
div#myPinkDIV  {order: 1;}

div { outline-style: dotted;
      outline-width: thick;
      outline-color: coral; 
      outline-offset: 15px;         
}

div.ex3 {
  overflow: auto; /* scroll; */
}

div.ex1 {
  overflow-x: scroll;
}

div.ex2 {
  overflow-y: hidden;
}

p.ex1 {
  padding-top: 25px;
  padding-right: 150px;
  padding-bottom: 25px;
  padding-left: 50px;
}

@media print {
  footer {page-break-after: always;}
}

@media print {
  h1 {page-break-before: left;}
}

@media print {
  pre, blockquote {page-break-inside: avoid;}
}

.ex1 {
  perspective: 800px;
}

.cube {
  font-size: 4em;
  width: 2em;
  margin: 1.5em auto;
  transform-style: preserve-3d;
  transform: rotateX(-45deg) rotateY(30deg);
}

.side {
  position: absolute;
  width: 2em;
  height: 2em;
  background: rgba(100,100,100,0.5);
  border: 1px solid red;
  text-align: center;
  line-height: 2em;
}

.front {transform: translateZ(1em);}
.top {transform: rotateX(90deg) translateZ(1em);}
.right {transform: rotateY(90deg) translateZ(1em);}
.left {transform: rotateY(-90deg) translateZ(1em);}
.bottom {transform: rotateX(-90deg) translateZ(1em);}
.back {transform: rotateY(-180deg) translateZ(1em);}

div#myDIV {
  position:static;
  width:100px;
  height:100px;
  background:red;
  left:10px;
  top:100px;
}

div#myDIV {
  position:absolute;
  width:100px;
  height:100px;
  background:red;
  left:10px;
  top:100px;
}

div#myDIV {
  position:fixed;
  width:100px;
  height:100px;
  background:red;
  left:10px;
  top:100px;
}

div#myDIV {
  position:relative;
  width:100px;
  height:100px;
  background:red;
  left:10px;
  top:100px;
}

#a {
  quotes: "'" "'";
}

#b {
  quotes: "„" "“" "‚" "‘";
}

#c {
  quotes: "«" "»" "‹" "›";
}

div {
  resize: both;
  overflow: auto; /* horizontal;  vertical; */
}

div.a {
  position: relative;
  width: 400px;
  height: 200px;
  border: 3px solid red;
}

div.b {
  position: absolute;
  right: -20px;
  width: 100px;
  height: 120px;
  border: 3px solid blue;
} 

div.c {
  position: absolute;
  right: 150px;
  width: 200px;
  height: 120px;
  border: 3px solid green;
} 

html {
  scroll-behavior: smooth;
}

#t2 {
  -moz-tab-size: 16; /* Firefox */
  -o-tab-size: 16; /* Opera 10.6-12.1 */
  tab-size: 16;
}

table.a {
  table-layout: auto; /* fixed; */
  width: 180px;
}

div {
    text-align:left;
}

div {
    text-align:right;
}

div {
    text-align:center;
}

div {
    text-align:justify;
}

div.b p:last-child {
  text-align-last: center;
}

div.a {
  text-decoration-line: overline;
  text-decoration-style: solid;
  text-decoration-color: red;
}

div.a {
  text-indent: 50px;
}

div {
  text-align: justify;
  text-justify: inter-word;
}

div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1 {
  text-shadow: 2px 2px #FF0000;
}

div.a {
  text-transform: uppercase;
}

div.b {
  text-transform: lowercase;
}

div.c {
  text-transform: capitalize;
}

div.b {
  position: absolute;
  top: -20px;
  border: 3px solid blue;
}

div.c {
  position: absolute;
  top: 150px;
  border: 3px solid green;
}

#myDIV {
  background-color:lightblue;
  transform:rotate(20deg);
}

#myDIV {
  background-color:lightblue;
  transform:rotate(90deg);
}

div.a {
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(20deg);
}

div.b {
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: skewY(20deg); /* IE 9 */
  transform: skewY(20deg);
}

div.c {
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: scaleY(1.5); /* IE 9 */
  transform: scaleY(1.5);
}

#div1 {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 100px;
  padding: 10px;
  border: 1px solid black;
}

#div2 {
  padding: 50px;
  position: absolute;
  border: 1px solid black;
  background-color: red;
  -ms-transform: rotate(45deg); /* IE 9 */
  -ms-transform-origin: 20% 40%; /* IE 9 */
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}

#div1 {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 100px;
  padding: 10px;
  border: 1px solid black;
}

#div2 {
  padding: 50px;
  position: absolute;
  border: 1px solid black;
  background-color: red;
  transform: rotateY(60deg);
  transform-style: preserve-3d;
}

#div3 {
  padding: 40px;
  position: absolute;
  border: 1px solid black;
  background-color: yellow;
  transform: rotateY(-60deg);

}

div {
  width: 100px;
  height: 100px;
  background: red;
  transition-property: width;
  transition-delay: 2s;
  transition-duration: 5s;
  transition-timing-function: linear;
}

div:hover {
  width: 300px;
}

div.ex1 {
  direction: rtl;
  unicode-bidi: bidi-override;
}

div {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}

img.a {
  vertical-align: baseline;
}

img.b {
  vertical-align: text-top;
}

img.c {
  vertical-align: text-bottom;
}

img.d {
  vertical-align: sub;
}

img.e {
  vertical-align: super;
}

h2.a {
  visibility: visible;
}

h2.b {
  visibility: hidden;
}

p.a {
  white-space: nowrap;
}

p.b {
  white-space: normal;
}

p.c {
  white-space: pre;
}

div.a {
  width: auto;
  border: 1px solid black;
}

div.b {
  width: 150px;
  border: 1px solid black;
}

div.c {
  width: 50%;
  border: 1px solid black;
}

p {
  width: 140px; 
  border: 1px solid #000000;
}

p.a {
  word-break: normal;
}

p.b {
  word-break: keep-all;
}

p.c {
  word-break: break-all;
}

p.a { 
  word-spacing: normal;
}

p.b { 
  word-spacing: 30px;
}

p.c { 
  word-spacing: 1cm;
}

div {
  width: 150px; 
  border: 1px solid #000000;
}

div.a {
  word-wrap: normal;
}

div.b {
  word-wrap: break-word;
}

p.test1 {
  writing-mode: horizontal-tb; 
}

p.test2 {
  writing-mode: vertical-rl; 
}

span.test2 {
  writing-mode: vertical-rl; 
}

img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.mySlides {display:none;}


p  { color: green; }
th { color: green; }
td { font-style: italic; }

p { color: blue; }
div { font-family: verdana; }

h1 {color: blue}

p {color: grey}
div {color: purple}

p, th  { color: green; }
td { font-style: italic; }

div.klein { color: green;
            font-size: 80%; 
}

#menu { color: purple;
        font-size: 120%; 
}

a { color: black }
#inleiding { color: blue }

input { border-style:	solid;
        border-width:	1px;
        border-color:	black; 
}

input:focus { border-color: orange; 
              border-width: 2px;
}

input:focus {
  background-color: orange;
}

/* hover die een afbeelding bron veranderd */
#plaatje {
  width: 150px;
  height: 200px;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/bw.jpg");
}

#plaatje:hover {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/kleur.jpg");
}

/* De first-letter selector wordt vaak gebruikt om capitalen mee aan te duiden.  */
#hoofdletter:first-letter {
  font-size: 3em;
}

/* Let op dat we hier geen nummer, maar 'even' en 'odd' gebruiken */
tr:nth-child(even) {
  background-color: lightgray;
  color: white;
}

tr:nth-child(odd) {
  background-color: gray;
  color: white;
}

p { 
  color: 		red; }
div { 
  background-color:	navy;
  color:			white; }

@import url(print.css) print;   /* Deze file bestaat nu niet */

body {
background-color:    gray;
color:               white; }
 
p {
font-size:           10pt;
color :                     black; }

p { color: green !important }
p { color: red }

a, p { color: MidnightBlue; } 

a { background-color: #CCFF00; } 

a {  
    text-decoration: none; 
} 

p { 
    text-indent: 20px; 
}

p {
	 color:	#66CC00;	// kleur medium groen
	 font-size:	80%; } 

	#alinea_voorbeeld {
	 color:	green;	
	 font-size:	80%;	/* lettertype is nu 8pt
			   kleur medium groen */
} 

p,div,span {
         background-color:   rgb(255,255,153); 
} 

div     {
  color:#AA7733; 
  background-color:#FFEECC; 
  width:300px; 
  margin:10px; 
  padding:10px; 
  height:auto; 
}

input   {
  display:block;
  margin:10px;
}

#submit {
  display:inherit;
  margin-left:100px;
  margin-bottom:-10px; 
}

label   {
  display:block; 
  float:left; 
  width:100px;
}

p { 
  font-family:	arial, verdana, sans-serif; 
}

p { 
  font-family:	'times new roman', serif; 
}

span {  
  font-size:  smaller; 
}  

table {
  cellspacing: 2px;
}

/* alle cellen met een id ingesteld lijnen wij rechts uit */
td[id] {
  text-align: center;
}

#punten {
  font-size: 8pt;
}

#picas {
  font-size: 8pc;  
}

#inches {
  font-size: 8in;
}

#centimeters {
  font-size: 8cm;  
}

#millimeters {
  font-size: 8mm;  
}

#pixels {
  font-size: 8px;  
}

#beschrijvend {
  font-size: medium;  
}

#ems {
  font-size: 8em;
}

#xheight {
  font-size: 8ex;
}

#percentage {
  font-size: 80%;  
}

#viewwidth {
  font-size: 8vw;  
}

@font-face {font-family: 'Hobbiton Brush';
            src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/hobbitonbrushhand.ttf');
            src: local('#'), url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/hobbitonbrushhand.ttf') format('truetype')
                 font-weight:normal;
                 font-style:normal; 
}

p {
  font-family: 'Hobbiton Brush';
  font-size:   25pt;
}

@import url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/entypo.css);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

div { width:   300px; }
#p1 { text-indent: 50px; }
#p2 { margin-left:50px; }
#s1 { text-indent: 50px; }
#s2 { margin-left: 50px; }

div {
  width:  500px;
  text-align: right;
}

#sb{ vertical-align:sub; }
#tb{ vertical-align:text-bottom;  }
#bt{ vertical-align:bottom;  }
#bl{ vertical-align:baseline;  }
#md{ vertical-align:middle;  }
#tp{ vertical-align:top;  }
#tt{ vertical-align:text-top;  }
#sp{ vertical-align:super; }

body {
  font-family:sans-serif; font-size:30px;
}      
      
img{
     width:385px;
     height:6px;
     margin-left:-5px;
     margin-right:-380px;
     margin-top:0;
     margin-bottom:0;
}
     
img.blok {height:50px;width:10px; margin:0px; margin-right:10px; vertical-align:middle; }

#normaal { word-spacing: 10px; }
#negatief { word-spacing: -3px; }

a { text-decoration:  none; }
a:hover { text-decoration:  underline; }    


<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> 


div, span {
  border: 1px solid black;
}

div {
  height: 200px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.table-cell {
  display: table-cell;
}

label { font-weight:bold; }
#voorbeeld { background-color:yellow; }

body {  
  font-family:	    verdana;
	font-size:	      9pt;
	color:		        white; 
  background-color: black;
}

input { 
  border-color:	black;
  border-style: solid; 
	border-width: 1px; 
}

body {
  padding: 0px;
}

p { 
  width:400px;
  color: white;
  margin: 0px;
}

li {
  display: inline;
}

body {
  padding: 0px;
}

p { 
  width:400px;
  color: white;
  margin: 0px;
}

li {
  display: inline;
}

body {
  font-size: 20px;
} 

ul {
  list-style-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/bullet.png");
}

#lijst1 { 
  list-style-type:      upper-roman; 
  list-style-position:  inside;
}

#lijst2 { 
  list-style-type:      circle;
  list-style-position:  outside; 
}

#lijst3 {
  list-style-image:     url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/5hart_icoon.jpg"); 
}

#lijst4 { 
  list-style-type:      none; 
}

#lijst4 li { 
  display:           inline; 
}

input {
  /* <hozitonale postitie> <vericale positie> <intensiteit / verspreiding> <kleur> */
  box-shadow: 6px 6px 4px gray;
}

button {
  background-color: green;
  color: white;
  box-shadow: 6px 6px 4px gray;
}

img {
  opacity:  0.25;
}

span {
  position: absolute;

  left: 2%;
  top: 10%;
}

input {
  opacity:  0.7;
  color: black;

  /* mooiere opmaak: */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 12px;
}

span {
  position: absolute;

  left: 2%;
  top: 16%;
  
  color: #FFF;
  font-weight: bold;
}

div {
  height: 100px;
  width:  100px;
}

#div1 {
  background: linear-gradient( 45deg, blue, red );     
}

#div2 {
  background: linear-gradient( 0deg, blue, green 10%, red);
}

div {
	width:		20em;
	height:		20em;
	border:		solid 1px black;
	
	/* Hij zal altijd de laatste 'transform' optie gebruiken */
	transform:	translate(2em, 3em);
	transform:	scale(0.5,4);
	transform:	rotate(-45deg);
	transform:	skew(10deg, 30deg);
	transform:	skewx(10deg);
	transform:	skewy(30deg);			
}

div {
	width:		20em;
	height:		20em;
	border:		solid 1px black;
	
	/* Hij zal altijd de -laatste- transform optie gebruiken */
	transform:	translate3D(2em, 3em, 4em);
	transform:	scale3d(0.5,4,7);
	
	/* rotate3d = x,y,z,angle */
	transform:	rotate3d(-10deg, 10deg, 10deg, 5);
	transform:	skew(10deg, 30deg, 20deg);
	transform:	skewx(10deg);
	transform:	skewy(30deg);			
	transform:	skewz(20deg);
}

@keyframes lopen {
	0%  { 
		top: 	0em;
		width:	2em;
		height:	3em;
	}
	100% {
		top:	25em;
		left:	25em;
		width:	20em;
		height:	30em;
	}					
}

.karakter {
  animation-name: lopen;
  animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

#none{
  border-style: none;
}

#hidden{
  border-style: hidden;
}

#dotted{
  border-style: dotted;
}

#dashed{
  border-style: dashed;
}

#solid{
  border-style: solid;
}

#double{
  border-style: double;
}

#groove{
  border-style: groove;
}

#ridge{
  border-style: ridge;
}

#inset{
  border-style: inset;
}

#outset{
  border-style: outset;
}

#inherit{
  border-style: inherit;
}

#navigatie li  {
    border-style:   none solid none none;  // alleen aan rechterkant
	border-color:   blue;
	border-width:   1px;
	padding-right:  6px;
	display:        inline;
}

/* #navigatie li:last-child {border-style:none;} */

#navigatie li.laatste {border-style:none;}  

div {
  width:  400px;
  border: 6px solid black;
  border-radius: 10%; 
  padding: 10px; 
}

button {
  color: white;
  
  /* De volgende drie eigenschappen zijn nodig om een button met afgeronden randen te maken: */
  background-color: gray; 
  border: solid 10px gray;  
  border-radius: 17px;
}

input {
  margin-right: 20px; /* wit ruimte náást het veld */
  padding-left: 35px; /* ruimte zodat we niet in het icoon typen */
  width: 135px;
  
  border: none;
  border-bottom: solid 1px gray;
}

#username {  
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/person_icon.png");

  background-repeat: no-repeat;
}

#password {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/key_icon.png"); 
   
  background-repeat: no-repeat;  
}

button {
  color: white;
  
  /* De volgende drie eigenschappen zijn nodig om een button met afgeronden randen te maken: */
  background-color: gray; 
  border: solid 10px gray;  
  border-radius: 17px;
}

input {
  margin-right: 20px; /* wit ruimte náást het veld */
  padding-left: 35px; /* ruimte zodat we niet in het icoon typen */
  width: 135px;
  
  border: solid 10px;
  border-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1201815/congruent_pentagon.png") 20% round;
}

p { 
  padding-left:   40px;
  border-style:   solid;
  border-color:   silver; 
  margin:         0px;
}

div {
  margin-top:     40px;
  border-style:   solid;
  border-color:   green; 
}

div, span {
  height:   50px;
  
  border: solid 1px black;
}

input {
  width: 200px;
}

div {
  width: 400px;
  height: 300px;
  
  border: solid 1px black;
  
  overflow: auto;
  
  resize: horizontal;
}

div, p {
  margin:10px;
  padding:5px;
  border-style:solid;
  border-width:1px;
  background-color: #EEEEEE;
}

.p1, .p2 {
  height: 50px;
  background-color: green;
  width: 200px;
}

img {
  width: 100px;
}

img {
   position:relative;

   top:10px;

}

div, p {
  margin:10px;
  padding:5px;
  border-style:solid;
  border-width:1px;
  background-color: #EEEEEE;
}

.p1, .p2 {
  height: 50px;
  background-color: green;
  width: 200px;
}

img {
  width: 100px;
}

#parent {position:absolute; top:200px; left: 20px;}

img {position:absolute; top: 20px; left: 0px; }

body {
  margin-top:       200px;
  font-size:        20px;
  background-color: gray; 
}            

#p1, #p2 { 
  width:             300px;
  height:            300px; 
  position:          absolute;
}    

#p1 {
  top:               50px;
  left:              50px; 
  background-color:  orange; 
}

#p2 {
  top:               150px;
  left:              200px; 
  background-color:  blue;
  color:             #FFF; 
} 

p {
  padding:5px;
  clear: left;
}
    
div {
  border: solid 1px; 
  margin:10px;
  padding:5px;
}

#main {
  width: 1200px;
}

p {
  padding:5px;
  clear: left;
}
    
div {
  border: solid 1px; 
  margin:10px;
  padding:5px;
}

#main {
  width: 1200px;
}

#d1 {width: 400px; float:left;}

p {
  padding:5px;
  clear: left;
}
    
div {
  border: solid 1px; 
  margin:10px;
  padding:5px;
}

#main {
  width: 1200px;
}

#d1, #d2 {width: 400px; float:left;}

p {
  padding:5px;
}

div {
  border: solid 1px; 
  margin:10px;
  padding:5px;
}

#d1 {
  width:150px; float:right;
}

#d2 {
  width:300px; float:left;
}

#p2 {clear:right;}

#container1 {
  display: flex;
  flex-direction: row;
}

#container2 {
  display: flex;
  flex-direction: row-reverse;
}

#container3 {
  display: flex;
  flex-direction: column;
}

#container4 {
  display: flex;
  flex-direction: column-reverse;
  height: 300px;
}

#container1 {
  display: flex;
  flex-wrap: wrap; /* = usage maken van ingesteld elem. width! */
}

#container1 div {
  border: 1px solid black;
  width:  400px;
}

#container1 {
  display:   flex;
  justify-content: flex-start;
  border: solid 1px black;
}

#container2 {
  display:   flex;
  justify-content: center;
  border: solid 1px black;  
}

#container3 {
  display:   flex;
  justify-content: flex-end;
  border: solid 1px black;
}

#container4 {
  display:   flex;
  justify-content: space-between;
  border: solid 1px black;  
}

#container5 {
  display:   flex;
  justify-content: space-around;
  border: solid 1px black;  
}

#container1 div, #container2 div, #container3 div, #container4 div, #container5 div {
  border:    solid 1px black;
}

#container1 {
  display:   flex;
  align-items: flex-start;
  
  width:     400px;
  height:    100px;
  border:    solid 1px black;
}

#container2 {
  display:   flex;
  align-items: center;
  
  width:     400px;
  height:    100px;
  border:    solid 1px black;  
}

#container3 {
  display:   flex;
  align-items: flex-end;
  
  width:     400px;
  height:    100px;
  border:    solid 1px black;
}

#container4 {
  display:   flex;
  align-items: baseline;
  
  width:     400px;
  height:    100px;
  border:    solid 1px black;  
}

#container5 {
  display:   flex;
  align-items: stretch;
  
  width:     400px;
  height:    100px;
  border:    solid 1px black;  
}

#container1 div, #container2 div, #container3 div, #container4 div, #container5 div {
  border:    dotted 2px green;
}

#container1 {
  display:   flex;
  flex-wrap: wrap;
  
  align-content: flex-start;
  height:    100px;
  
  border:    solid 1px black;
}

#container2 {
  display:   flex;
  flex-wrap: wrap;  
  
  align-content: center;
  height:    100px;
    
  border:    solid 1px black;
}

#container3 {
  display:   flex;
  flex-wrap: wrap;
  
  align-content: flex-end;
  height:    100px;
  
  border:    solid 1px black;  
}

#container4 {
  display:   flex;
  flex-wrap: wrap;
  
  align-content: space-between;
  height:    100px;  
  
  border:    solid 1px black;  
}

#container5 {
  display:   flex;
  flex-wrap: wrap;
  
  align-content: space-around;
  height:    100px;  
  
  border:    solid 1px black;  
}

#container1 div, #container2 div, #container3 div, #container4 div, #container5 div {
  width:     400px;
  border:    dotted 1px green;
}

#container1 {
  display:   flex;
}

#container2 {
  display:   flex;
}

#container3 {
  display:   flex;
}

#container1 div, #container2 div, #container3 div {
  border:    solid 1px black;
}

/* Flex-grow */
#container1 .element2 {
  flex-grow: 2;  
}
#container1 div {
  flex-grow: 1;  
}

/* Flex-shrink */
#container2 div {
  /* standaard te grote grootte van de div */
  width: 300px;
}

#container2 .element1 {
  /* krimpt niet */
  flex-shrink:0;
}
#container2 div {
  flex-shrink: 1; /* krimpt wel */
}
#container2 .element2 {
  flex-shrink: 1.5; /* krimpt meer dan rest */
}

/* Flex-basis */
#container3 .element2 {
  /* 60% ruimte al voordat overige regelruimte evt wordt benut */
  flex-basis: 60%;
}

#container1 {
  display: flex;
}

div {
  width:   300px;  
}

.element1 {
  order: 2
}

.element2 {
  order: 3
}

.element3 {
  order: 1
}

<meta name="viewport" content="width=device-width, initial-scale=1.0">

#midden {
  width:	75%;
  margin:	0px auto;

  background-color: green;
}

div {
  border-style:   solid;
  border-color:   silver;
  width:200px; 
  text-align:center;  
}
           
#div1 {
  margin-bottom:20px; 
  height:20px;
}

#div2 {
  margin-top:40px; 
  height:40px; 
  line-height:40px;
}

#container{
  display: grid;
  grid-template-columns: 40px 50px auto 40px;
  grid-template-rows: 100px auto;
}

div {
  border: solid 1px black;
}

#container{
  display: grid;
  grid-template-columns: 150px 150px 150px 150px;
  grid-template-rows: 100px 100px 50px;
  grid-gap: 20px 0px;  
}

div {
  border: solid 1px black;
  width: 100px;
}

#item {
  grid-column-start: 2;
  grid-column-end: span 2;
  grid-row-start: 1;
  grid-row-end: span 2;
  
  width: 200px;
}
