d
Amit DhamuSoftware Engineer
 

Fullscreen Styling

1 minute read 00000 views
html:-moz-full-screen {
  background: url('./imgs/tile.png') #000;
  background-repeat: repeat;
}

html:-webkit-full-screen {
  background: url('./imgs/tile.png') #000;
  background-repeat: repeat;
}

html:fullscreen {
  background: url('./imgs/tile.png') #000;
  background-repeat: repeat;
}