Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
  font-family: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
/* Create a column layout with Flexbox */
.row {
  display: flex;
}
/* Left column (menu) */
.left {
  flex: 35%;
  padding: 15px 0;
}
.left h2 {
  padding-left: 8px;
}
/* Right column (page content) */
.right {
  flex: 65%;
  padding: 15px;
}
/* Style the search box */
#mySearch {
  width: 100%;
  font-size: 18px;
  padding: 11px;
  border: 1px solid #ddd;
}
/* Style the navigation menu inside the left column */
#myMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;