{"id":331,"date":"2012-05-04T08:25:36","date_gmt":"2012-05-04T08:25:36","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=331"},"modified":"2022-02-17T07:14:04","modified_gmt":"2022-02-17T07:14:04","slug":"creating-a-page-on-a-background","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/css\/examples\/creating-a-page-on-a-background","title":{"rendered":"Creating A Page On A Background"},"content":{"rendered":"<h4>CSS<\/h4>\n<pre><code>\r\n.page_background {\r\n     background-color: #FFFFFF;\r\n     width: 924px;\r\n     padding: 8px;\r\n     margin-top: 0px;\r\n     margin-right: auto;\r\n     margin-left: auto;\r\n     margin-bottom: 0px;\r\n}\r\n.page_background_shaddow_top {\r\n     width: 950px;\r\n     padding: 0px;\r\n     margin-top: 10px;\r\n     margin-right: auto;\r\n     margin-bottom: 0px;\r\n     margin-left: auto;\r\n     background-image: url(images\/background_drop_shaddow_top.gif);\r\n     height: 5px;\r\n}\r\n.page_background_shaddow_middle {\r\n     width: 950px;\r\n     padding: 0px;\r\n     background-image: url(images\/background_drop_shaddow_sides.gif);\r\n     background-repeat: repeat-y;\r\n     margin-top: 0px;\r\n     margin-right: auto;\r\n     margin-bottom: 0px;\r\n     margin-left: auto;\r\n}\r\n.page_background_shaddow_bottom {\r\n     width: 950px;\r\n     padding: 0px;\r\n     background-image: url(images\/background_drop_shaddow_bottom.gif);\r\n     margin-top: 0px;\r\n     margin-right: auto;\r\n     margin-bottom: 10px;\r\n     margin-left: auto;\r\n     height: 5px;\r\n}\r\n<\/code><\/pre>\n<h4>HTML<\/h4>\n<pre><code>\r\n&lt;div class=\"page_background_shaddow_top\"&gt;\r\n&lt;\/div&gt;\r\n&lt;div class=\"page_background_shaddow_middle\"&gt;\r\n &lt;div class=\"page_background\"&gt;\r\n\r\n\r\n &lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;div class=\"page_background_shaddow_bottom\"&gt;\r\n&lt;\/div&gt;\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>CSS .page_background { background-color: #FFFFFF; width: 924px; padding: 8px; margin-top: 0px; margin-right: auto; margin-left: auto; margin-bottom: 0px; } .page_background_shaddow_top { width: 950px; padding: 0px; margin-top: 10px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-image: url(images\/background_drop_shaddow_top.gif); height: 5px; } .page_background_shaddow_middle { width: 950px; padding: 0px; background-image: url(images\/background_drop_shaddow_sides.gif); background-repeat: repeat-y; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57],"tags":[],"class_list":["post-331","post","type-post","status-publish","format-standard","hentry","category-examples"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=331"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/331\/revisions"}],"predecessor-version":[{"id":1452,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/331\/revisions\/1452"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=331"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=331"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}