Edit This Code:
See Result »
<
!DOCTYPE
html
>
<
html
>
<
link
rel
="stylesheet"
href
="../lib/w3-colors-camo.css"
>
<
body
>
<
div
class
="w3-camo-earth"
style
="padding:70px"
>
Camouflaged Truck
<
/div
>
<
div
class
="w3-camo-grey"
style
="padding:70px"
>
Camouflaged Ship
<
/div
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <link rel="stylesheet" href="../lib/w3-colors-camo.css"> <body> <div class="w3-camo-earth" style="padding:70px"> Camouflaged Truck </div> <div class="w3-camo-grey" style="padding:70px"> Camouflaged Ship </div> </body> </html>
Result:
Privacy Policy