PPaste!

Add the code you just gave me

Home - All the pastes - Authored by Thooms

Raw version

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!Doctype html>
<html>
  <head>
    <title>Welcome</title>
    <meta charset="utf-8" />
    
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
    <link href='https://fonts.googleapis.com/css? family=Roboto:300,400,700' rel='stylesheet'type='text/css'>
    <link rel="stylesheet" type="text/css" href="main.css">
  </head>
  
  <body>
    <header class="container">
      <div class="row">
        <h1 class="col-sum-8">Welcome</h1>
      </div>
    </header>
    <section class="jumbotron">
      <div class="container">
        <div class="row text-center">
        </div>
      </div>
      <div class="col-sum-6">
        <p>Hi, welcome to my world of #Grandness I am "Miss Zee,"Owner and CEO of #grandposhhair follow our social media for more pictures of my work @grandposhhair </p>
        <img src="https://cdn.shopify.com/s/files/1/1218/6870/files/unspecified_large.jpg?1571460586300502445">
        <a class="btn btn-primary" href="#">Book Now</a>
      </div>
    </section>
  </body>