Advertisement
1xptolevitico69

Facebook logo

Aug 18th, 2022
987
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  
  6.   <link rel="shortcut icon" href="https://1xpto.netlify.app/items/favicon.gif" type="image/x-icon">
  7.   <meta charset="UTF-8">
  8.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.   <title>Facebook logo</title>
  11.   <style>
  12.     .out {
  13.       width: 300px;
  14.       height: 300px;
  15.       background-color: blue;
  16.     }
  17.  
  18.     .a {
  19.       width: 60px;
  20.       height: 150px;
  21.       border: 30px solid white;
  22.       transform: translate(130px, 60px);
  23.       border-right: none;
  24.       border-bottom: none;
  25.       border-radius: 60px 0 0 0;
  26.     }
  27.  
  28.     .b {
  29.       width: 100px;
  30.       height: 30px;
  31.       background-color: white;
  32.       transform: translate(95px, -50px);
  33.     }
  34.   </style>
  35. </head>
  36.  
  37. <body>
  38.  
  39.   <div class='out'>
  40.     <div class='a'></div>
  41.     <div class='b'></div>
  42.     </div.out>
  43.  
  44.     <script></script>
  45. </body>
  46.  
  47. </html>
  48.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement