Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Development
HTML and CSS
How to position the *tooltip* comment on these buttons?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="VBService, post: 5175540, member: 95965"] Firstly, it is not good [B]html [/B]programming practice to treat [B]body [/B]tag in [B]css [/B]this way [CODE=css]body { position: absolute; left: 6.25rem; width: 50rem; height: 10rem; }[/CODE] proposal for change [CODE=css]body { font-size: 0.75rem; } .form-container { position: relative; margin: 0 auto; width: 50rem; height: 10rem; border-radius: 1.25rem; border: 0.375rem solid; padding-top: 1.563rem; border-color: #FF0000; background-color: #94FFC9; box-shadow: #339900 0.625rem 1.25rem 1.25rem -0.625rem; }[/CODE] [/QUOTE]
Verification
Post reply
Forums
Development
HTML and CSS
How to position the *tooltip* comment on these buttons?
Top