Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css);
  2. body {
  3. font-family: 'Dosis', sans-serif;
  4. font-size: 15px;
  5. line-height: 1.6;
  6. }
  7.  
  8. .logo_box {
  9. width: 300px;
  10. position: absolute;
  11. top: 35%;
  12. left: 50%;
  13. transform: translate(-50%, -50%);
  14. }
  15.  
  16. .logo_box h1 {
  17. text-align: center;
  18. font-size: 35px;
  19. }
  20. .textbox {
  21. width: 100%;
  22. overflow: hidden;
  23. font-size: 20px;
  24. padding: 8px 0;
  25. margin: 8px 0;
  26. border-bottom: 2px solid;
  27. }
  28.  
  29. .textbox input {
  30. border: none;
  31. outline: none;
  32. background: none;
  33. font-size: 15px;
  34. font-family: 'Dosis', sans-serif;
  35. }
  36.  
  37. .button {
  38. width: 100%;
  39. font-size: 15px;
  40. background: none;
  41. border: 2px solid #000000;
  42. font-family: 'Dosis', sans-serif;
  43. padding: 5px;
  44. }
  45.  
  46. .logo_toptext h1{
  47. font-size: 45px;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement