diff --git a/erpnext/templates/pages/demo.html b/erpnext/templates/pages/demo.html
index a4b5e0122c7..178ca28ac76 100644
--- a/erpnext/templates/pages/demo.html
+++ b/erpnext/templates/pages/demo.html
@@ -40,6 +40,13 @@ $(document).ready(function() {
right: 0%;
width: 100%;
}
+ {% include "templates/styles/card_style.css" %}
+ header, footer {
+ display: none;
+ }
+ html, body {
+ background-color: #f5f7fa;
+ }
{% endblock %}