Advertisement
drak138

Untitled

Jan 19th, 2022
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <link rel="stylesheet" href="./menu css/menu.css">
  7.     <title>Restaurant menu</title>
  8. </head>
  9. <body>
  10.     <article>
  11.     <h1>New Restaurant Menu</h1>
  12.  
  13.     <span>On average, guests will only look at a menu for 109 seconds.</span>
  14.  
  15.     <p>Restaurant menu design is part science, part creativity. A well-planned menu design is
  16.     key to providing the best experience for them and the best sales for you.
  17.     Let’s talk about what takes a menu from good to great.
  18.     </p>
  19.     </article>
  20. </body>
  21. </html>
  22.  
  23. ==========================================================================================================================================
  24.  
  25.  
  26. body{
  27.     text-align: center;
  28. }
  29. article h1{
  30.     font-family: Sentinel A, Sentinel B, Georgia, Times New Roman, Times, serif;
  31.     font-weight: 400;
  32.     line-height: 1.15;
  33.     color: #747474;
  34.     text-transform: capitalize;
  35. }
  36. article span{
  37.     font-family: Graphik Semibold Web, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  38.     font-style: oblique;
  39.     font-weight: 600;
  40.     font-size: 16px;
  41.     line-height: 1.46;
  42.     color: #5c5a5a;
  43. }
  44. article p{
  45.     font-family: Graphik Regular Web, Helvetica Neue, Helvetica, Arial, sans-serif;
  46.     font-weight: 400;
  47.     font-size: 16px;
  48.     line-height: 1.46;
  49.     color: #5c5a5a;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement