Advertisement
ruesha

send container (07/22)

Jul 22nd, 2024
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <style>
  2.  
  3. .send {
  4. border: 1px solid #457ab7;
  5. border-radius: 0px 0px 5px 5px;
  6. padding: 2px 5px;
  7. font-size: 14px;
  8. background: #d3dfed;
  9. font-family: windows;
  10. text-align: right;
  11. }
  12.  
  13. </style>
  14.  
  15. <div class="send">
  16. <button><span style="font-family: windows;">send</span></button>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement