Advertisement
Hadi1989

Untitled

Sep 21st, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>rocket</title>
  5.  
  6.     <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
  7.     <link rel="stylesheet" type="text/css" href="css/style.css">
  8. </head>
  9. <body>
  10. <div class="scene">
  11.     <i class="fa fa-rocket" aria-hidden="true"></i>
  12.     <span class="cloud cloud1"><i class="fa fa-cloud" aria-hidden="true"></i></span>
  13.     <span class="cloud cloud2"><i class="fa fa-cloud" aria-hidden="true"></i></span>
  14.     <span class="cloud cloud3"><i class="fa fa-cloud" aria-hidden="true"></i></span>
  15. </div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement