Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="stylesheet" href="./menu css/menu.css">
- <title>Restaurant menu</title>
- </head>
- <body>
- <article>
- <h1>New Restaurant Menu</h1>
- <span>On average, guests will only look at a menu for 109 seconds.</span>
- <p>Restaurant menu design is part science, part creativity. A well-planned menu design is
- key to providing the best experience for them and the best sales for you.
- Let’s talk about what takes a menu from good to great.
- </p>
- </article>
- </body>
- </html>
- ==========================================================================================================================================
- body{
- text-align: center;
- }
- article h1{
- font-family: Sentinel A, Sentinel B, Georgia, Times New Roman, Times, serif;
- font-weight: 400;
- line-height: 1.15;
- color: #747474;
- text-transform: capitalize;
- }
- article span{
- font-family: Graphik Semibold Web, Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
- font-style: oblique;
- font-weight: 600;
- font-size: 16px;
- line-height: 1.46;
- color: #5c5a5a;
- }
- article p{
- font-family: Graphik Regular Web, Helvetica Neue, Helvetica, Arial, sans-serif;
- font-weight: 400;
- font-size: 16px;
- line-height: 1.46;
- color: #5c5a5a;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement