Difference between revisions of "Template:Queens Canada/Styles"

m
m
Line 5: Line 5:
  
 
<style>
 
<style>
 +
 +
html {
 +
      box-sizing: border-box; /* part of "border-box fix" */
 +
      scroll-behavior: smooth; /* not compatible on all browsers */
 +
}
 +
 +
*, *:before, *:after {
 +
      box-sizing: inherit; /* part of "border-box" fix */
 +
}
  
 
body {
 
body {

Revision as of 17:08, 1 June 2020