Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>  <link href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic' rel='stylesheet' type='text/css'>
<meta charset=utf-8 />
<title>Wedding Invitation</title>
  
  <!-- Type your CSS in the <style> element here. -->
  <style>
    
    body {
      background-color: #eef8ff;
      margin: 8px;
      border: 6px solid white;
      padding: 62px;px;
      font-family: "Sorts Mill Goudy", Times, serif;
      
      
    }
    h1, h2, h3 {
     margin-top: 0px;
     margin-bottom: 0px;
      
    }
      
    h1 {
      font-size: 54px; 
      font-weight: normal;
      text-align: center;
      font-style: italic; 
    }
    
    .ampersand {
      color: #406481;
      font-size: 80px;
      vertical-align: middle;  
       }
    
    h3 {
      font-size: 14px;
      font-weight: normal;
      text-align: center;
      text-transform: uppercase;
      color: #325c7e;
    }
    
    h2 {
      
      text-align: center;
     
    }
      
    .date {
       
      font-style: italic;
      font-weight: lighter;
      font-size: 28px;
      border-top: 3px double
        rgb(185,203,217);
      padding-top: 19px;
      
    }
    
    .church {
      font-size: 21px;
      font-weight: lighter;
      font-weight: normal;      
    }
    
    .city {
      font-size: 11px;
      font-weight: normal;
      letter-spacing: 2px;
      text-transform: uppercase;
     
      border-bottom: 3px double
        rgb(185,203,217);
      margin-bottom: 20px;
      padding-bottom: 24px;
 
    }
    
  </style>
  
</head>
<body>
  
    <!-- You're not allowed to edit anything below this line! -->
  
    <h3>You Are Cordially Invited To The Wedding of</h3>
  <h1>William <span class="ampersand">&</span> Kate</h1>
  
  <h2 class="date">April 29, 2011</h2>
  <h2 class="church">Westminster Abbey</h2>
  <h2 class="city">London, England</h2>
  
  <p><em>A reply is requested to:</em> State Invitations Secretary, Lord Chamberlain's Office, Buckingham Palace, London, SW1A 1AA. <em>Dress:</em> Uniform, Morning Coat or Lounge Suit.</p>
  
  <p>Reception immediately following at Downton Abbey, County of Yorkshire. No more than one guest, please. This invitation is non-transferable.</p>
  
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers