Devlog - 2025-10-06
π What I Did
- Contact Details form.
- Confidential Email page.
π§ What I Learned
appearance: noneoninput- improving the security of form submissions.appearance: none- Browsers apply default styling to a lot of elements.- The input format is different across browsers.
- WebKit - it is a browser engine that displays webpages.
overflow-y
div {
overflow-y: hidden;
}
- Overflow - When content exceeds the size of its containing element.
- Vertical overflow is generally considered more acceptable in web design.
- Margin collapsing occur in the vertical margin only.
content-box- default value forbox-sizing.
π₯ Whatβs Next
- CSS advance.
| β Previous | Next β |