It’s super easy to create “full page” sections with the help of some HTML and CSS. These sections take up the entire width and height of the viewport (visible area of the browser window).

In this video I take you through the process of implementing this effect. For your reference, the effect is seen on the DuckDuckGo website (http://www.duckduckgo.com) as of July 2018.

Support me on Patreon:
https://www.patreon.com/dcode – with enough funding I plan to develop a website of some sort with a new developer experience!

Follow me on Twitter @dcode!

If this video helped you out and you’d like to see more, make sure to leave a like and subscribe to dcode!

source

29 Comments

  1. Hi Dom.
    I need your help:
    I created a function in javascript :
    function ConfirmDelete(id) {
    var btn = document.getElementById('deleteButton');
    if(btn.click){
    do something with id
    }
    else {
    do something else
    }
    }
    what I want is, when a user clicks on the button with id(deleteButton) execute some code using if condition..
    how to do that..
    Please help me Dom… (best frondend teacher)

Leave A Reply

Please enter your comment!
Please enter your name here