{"id":3476,"date":"2020-12-31T10:03:15","date_gmt":"2020-12-31T10:03:15","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=3476"},"modified":"2022-02-17T07:13:47","modified_gmt":"2022-02-17T07:13:47","slug":"class-and-id-names","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/css\/css-basics\/class-and-id-names","title":{"rendered":"Class and ID names"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Apply a style to all elements<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>* { \n  margin: 0; \n  padding: 0; \n  border: 0; \n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Multiple Class Names <\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Apply style to different classes<\/h5>\n\n\n\n<p>Comma seperate them<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.my_menu_rss a, .my_menu_rss a:hover {<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Apply style to elements which have all the specified classes\u00a0 <\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>.my_menu_rss a.my_menu_rss a:hover { <\/code><\/pre>\n\n\n\n<p>(Note there is NO\u00a0comma between them) <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Apply a style to all elements Multiple Class Names Apply style to different classes Comma seperate them Apply style to elements which have all the specified classes\u00a0 (Note there is NO\u00a0comma between them)<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[287],"tags":[],"class_list":["post-3476","post","type-post","status-publish","format-standard","hentry","category-css-basics"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3476","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=3476"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3476\/revisions"}],"predecessor-version":[{"id":3484,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3476\/revisions\/3484"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=3476"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=3476"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=3476"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}