<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <title>MyStyle.css</title>
 <style>
      

    div {background-color:lightgreen;
      width:30%;
      border-style:solid;
      border-width:2px;
      margin-bottom:20px;
      padding:0px 20px; 
    }
      
      
      body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

      
      
.topnav {
  overflow: hidden;
  background-color: #333;
  width: 100%;
  border-style:none
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}
</style>
  </head>


  <body>
  
  </body>
</html>
