Posts

Showing posts from August, 2018
Image
CLICK HERE TO WISH HAPPY INDEPENDENCE DAY......!!! <!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; } #myMenu li a {   backgrxound-color: #f6f6f6;   padding: 12px;   text-decoration: none;   font-size: 18px;   color: black;   display: block } #myMenu li a:hover {   bac