Advertisement
xle68

Untitled

Jan 26th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. h2 {
  2. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  3. }
  4. h2:hover {
  5. color: rgb(223, 223, 223);
  6. }
  7. input {
  8. margin: 2px ;
  9. }
  10. input {
  11. margin: 5px ;
  12. }
  13. #username {
  14. background-color: white ;
  15. }
  16. #username:hover {
  17. background-color: rgb(240, 236, 236);
  18. color : rgb(0, 0, 0) ;
  19. }
  20. #passworld:hover {
  21. background-color: rgb(240, 236, 236);
  22. color : rgb(0, 0, 0) ;
  23. }
  24. #passworld {
  25. color: white ;
  26. }
  27. #local {
  28. color : white;
  29. }
  30. #local:hover {
  31. background-color: rgb(240, 236, 236);
  32. color : rgb(0, 0, 0) ;
  33. }
  34. #email {
  35. color: white;
  36.  
  37. }
  38. #email:hover {
  39. background-color: rgb(240, 236, 236);
  40. color : rgb(0, 0, 0) ;
  41. }
  42. #login {
  43. background-color: white ;
  44. box-sizing: border-box 10px 5px ;
  45. width: 15% ;
  46. color: black ;
  47. stroke-width: 15% ;
  48. }
  49. #login:hover {
  50. background-color: rgb(240, 236, 236);
  51. color : rgb(0, 0, 0) ;
  52. }
  53. #login:active {
  54. animation-delay: 5s ;
  55. }
  56. #h11 {
  57. margin-top: 150px ;
  58. font-size: 40px ;
  59. border: rgb(173, 173, 173) solid 1px ;
  60. border-left: black solid 5px ;
  61. }
  62. p {
  63. font-size: x-large ;
  64. border-top: #adadad solid 1px ;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement