The resulting layoutLearning the new propertiesLet's take a look at the new CSS properties we used. If you are already familiar with those feel free to skip to the "Making it work in IE11" section. First of all we use display: grid; to make the .app element a grid container. As soon as we do this all direct children of .app become grid items. Now we are ready to define our layout. It consists of t