{"id":2547,"date":"2019-12-31T13:42:27","date_gmt":"2019-12-31T13:42:27","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=2547"},"modified":"2022-02-17T07:13:48","modified_gmt":"2022-02-17T07:13:48","slug":"input","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/css\/forms-css\/input","title":{"rendered":"input boxes"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">input box types<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>.my_form_class input&#91;type=text] {\n}\n.my_form_class input&#91;type=number] {\n}\n.my_form_class input&#91;type=date] {\n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Input boxes<\/h4>\n\n\n\n<h5 class=\"wp-block-heading\">Basic Styling<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>\n\/* THE TEXT INPUT BOX *\/\ninput {\n\tpadding: 2px;\n\tmargin: 0px;\n}\n<\/code><\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">Specific Boxes<\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>\n  &lt;label&gt;User Name:&lt;\/label&gt;&lt;input type=\"text\" name=\"user_name_login\" size=\"12\" \/&gt;\n  &lt;label&gt;Password:&lt;\/label&gt;&lt;input type=\"password\" name=\"password_login\" size=\"12\" \/&gt;&lt;\/li&gt;\n\n\ninput&#91;type=\"text\"] {\n\tborder: 1px solid #000;\n}\n\ninput&#91;type=\"password\"] {\n\tborder: 1px solid #000;\n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">input type=&#8221;submit&#8221;<\/h4>\n\n\n\n<p>See <a href=\"\/css\/forms-css\/submit-button-2\">here<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>input box types Input boxes Basic Styling Specific Boxes input type=&#8221;submit&#8221; See here<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[220],"tags":[],"class_list":["post-2547","post","type-post","status-publish","format-standard","hentry","category-forms-css"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2547","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=2547"}],"version-history":[{"count":5,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2547\/revisions"}],"predecessor-version":[{"id":3793,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2547\/revisions\/3793"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=2547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=2547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=2547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}