/**
* Theme Name: WPKanvas Theme 
* Description: WordPress Kanvas is a complete blank theme for those who use WordPress pageBuilders e.g. Elementor, Elementor Pro. Let me know if you want me to improve something.
* Tags: Blank, Minimal, fast, scripts, styles, pageBuilders.
* Author: David Wampamba
* Author URI: https://davidofug.com
* Theme URI: https://davidofug.com
* Version: 1.0.3
**/

html,body {
    margin:0;
    padding:0;
    height:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*,*:after,*:before {
	box-sizing: inherit;
	outline: none;
	position: relative;
}
