Answers for "remove border fro"

1

remove border in ion item

<ion-item lines="none">
</ion-item>
Posted by: Guest on May-11-2020
1

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

Browse Popular Code Answers by Language