Guest User

Untitled

a guest
Jan 15th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.27 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <title>YoungSUN</title>
  7. <style>
  8.     body {
  9.     margin:0;
  10.     padding:0;
  11.     }
  12.  
  13.     a:hover {
  14.         color:pink;
  15.  
  16.     }
  17.     .wrapper-nav{
  18.         border:5px solid goldenrod;
  19.         display:flex;
  20.         flex-direction:row;
  21.         justify-content:start;
  22.         margin:50px;
  23.         background-color:darkgrey;
  24.     }
  25.     .box{
  26.         margin:5px;
  27.         flex-grow:1;
  28.         padding:10px;
  29.         text-align:center;
  30.  
  31.     }
  32.  
  33.     .wrapperphoto{
  34.      display:flex;
  35.      max-width:100%;
  36.      flex-direction:row;
  37.      justify-content:space-around;
  38.  
  39.  
  40.     }
  41.  
  42.     .ph>img{
  43.         max-width:400px;
  44.         max-height:500px;
  45.         margin:10px;
  46.     border:5px solid yellow;
  47.     }
  48. </style>
  49. </head>
  50. <body>
  51.     <div class="Wrapper-nav">
  52.         <a>Home</a>
  53.         <a>About</a>
  54.         <a>Contact</a>
  55.         <a>Pay Me</a>
  56.         </div>
  57.  
  58.     <div class="wrapperphoto">
  59.         <img src="IMG_1063.jpg">
  60.         <img src="blue.jpg">
  61.         <img src="catt.jpg">
  62.     </div>
  63.     <div class="wrapperPhoto">
  64.         <img src="praCCCCCCCtice.jpg">
  65.         <img src="watah.jpg">
  66.     </div>
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment