Advertisement
Guest User

contacts

a guest
Feb 27th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Contacts</title>
  5.         <!-- Compiled and minified CSS -->
  6.         <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
  7.         <!-- Compiled and minified JavaScript -->
  8.         <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>      
  9.     </head>
  10.     <body style="background-color: rgb(37,37,37)">
  11.         <h1 style="text-align:center;font-size:40">Contacts</h1>
  12.         <nav class="nav-extended">
  13.             <div class="nav-wrapper gold accent">
  14.         <p style="font-size: 30px;text-align:center">Get in touch</p>
  15.         <p style="font-size: 30px;text-align:center">Want to get in touch? Heres  how you can reach us...</p>
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement