Answers for "white border around website css"

CSS
0

white border css

border: solid white 4px;
Posted by: Guest on June-28-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

Code answers related to "white border around website css"

Browse Popular Code Answers by Language