{"id":1161,"date":"2021-05-12T12:17:11","date_gmt":"2021-05-12T16:17:11","guid":{"rendered":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/?p=1161"},"modified":"2021-05-12T12:18:44","modified_gmt":"2021-05-12T16:18:44","slug":"background-positioning","status":"publish","type":"post","link":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/2021\/background-positioning\/","title":{"rendered":"Background positioning"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">What:<\/h3>\n\n\n\n<p>How to position a background image relative to the bottom or right side of the screen<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How:<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"css\" class=\"language-css\">.bgimg {\n    background-image: url('img.jpeg');\n    background-position: right 10% bottom 76px;\n}<\/code><\/pre>\n\n\n\n<p>The 10% is relative to the right of the screen, the 76px is relative to the bottom.<\/p>\n\n\n\n<!--more-->\n\n\n\n<h3 class=\"wp-block-heading\">Where:<\/h3>\n\n\n\n<p><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/background-position\" target=\"_blank\" rel=\"noreferrer noopener\">MDN Web Docs<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Thoughts:<\/h3>\n\n\n\n<p>I&#8217;ve been doing this job for 18 years. I did not know that. I can&#8217;t believe it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What: How to position a background image relative to the bottom or right side of the screen How: The 10% is relative to the right of the screen, the 76px is relative to the bottom.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[213,17,77,214],"class_list":["post-1161","post","type-post","status-publish","format-standard","hentry","category-new-things","tag-backgrounds","tag-css","tag-mdn-web-docs","tag-positioning","infinite-scroll-item"],"_links":{"self":[{"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/posts\/1161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/comments?post=1161"}],"version-history":[{"count":1,"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/posts\/1161\/revisions"}],"predecessor-version":[{"id":1162,"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/posts\/1161\/revisions\/1162"}],"wp:attachment":[{"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/media?parent=1161"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/categories?post=1161"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.blindemanwebsites.com\/today-i-learned\/wp-json\/wp\/v2\/tags?post=1161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}