Answers for "css remove black border"

CSS
1

remove border select css

select#xyz {
   border:0px;
   outline:0px;
}
Posted by: Guest on April-20-2020
2

how to get rid how white border on html page

<html>  
<head>  
    <style type="text/css">  
        body { margin:0; }  
    </style>  
</head>  
<body>  
    Hello World!!!  
</body>  
</html> 
Posted by: Guest on February-17-2020

Code answers related to "css remove black border"

Browse Popular Code Answers by Language