Can't figure out why dimensions aren't working out. Check your padding! adding padding adds to the overall dimensions of your DIV. For example you have set div width to 900 to match an image width of 900px, but the DIV comes out wider. It could because your set your padding: 30 (that 30 for all sides). This means that the left and right padding = 30 each. This adds 60px to the overall width of the DIV (360px).
Resolve by removing padding or add 60 px to the DIV width to adjust for the right and left padding.
Customizing the Login Form
-
updating H1 markup and removing `.login h1 a` selector from example function
← Older revision Revision as of 23:21, 15 November 2024
(One intermediate rev...
No comments:
Post a Comment