html - CSS Border Inside Div not on edge - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
html - CSS Border Inside Div not on edge - Stack Overflow
This might be a simple question. I have a DIV and I want to put a border on it. ... You can use box-sizing property for this. Like this: div{ box-sizing:border-box; ...