border none;
This CSS property removes the border from an element. It is often used to create a borderless button or to remove the default border from an input field.
Example:
button {
border: none;
}
This code will remove the border from all buttons on the webpage.
原文地址: https://www.cveoy.top/t/topic/10Z 著作权归作者所有。请勿转载和采集!