Advertisement
Hayla

Style 001

Jun 6th, 2020
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. div#shoternUrl {
  2. background-color: #656565;
  3. height: 60px;
  4. margin: 10px;
  5. }
  6. div#shorternh2 {
  7. float: right;
  8. margin-right: 15px;
  9. color: #FFF;
  10. padding-top: 14px;
  11. }
  12. input.textinpo {
  13. float: left;
  14. margin: 9px 0 0 10px;
  15. border: 1px solid #FFF;
  16. padding: 5px;
  17. background-color: #F44336;
  18. color: #ffffff;
  19. margin-left: 250px;
  20. }
  21. .author-Amni8tt {
  22. float: left;
  23. border-radius: 11px;
  24. padding: 6px;
  25. margin-top: 7px;
  26. margin-left:-419px;
  27. background-color: #fff;
  28. }
  29. .author-Amni8tt a{
  30. display: inline-block;
  31. text-align: center;
  32. font-size: 15px;
  33. margin-right: 0px;
  34. }
  35. .author-Amni8tt a i{
  36. font-family: Fontawesome;
  37. width: 30px;
  38. height: 30px;
  39. border-radius: 20px;
  40. line-height: 20px;
  41. padding: 5px;
  42. display: block;
  43. opacity: 1;
  44. transition: all .3s;
  45. }
  46. .author-Amni8tt a:nth-child(1) i {
  47. background:#2d609b;color:#fff;
  48. }
  49. .author-Amni8tt a:nth-child(2) i {
  50. background:#19bfe5;color:#fff;
  51. }
  52. .author-Amni8tt a:nth-child(3) i {
  53. background:#eb4026;color:#fff;
  54. }
  55. .author-Amni8tt a:hover:nth-child(1) i,.author-Amni8tt a:hover:nth-child(2) i,.author-Amni8tt a:hover:nth-child(3) i {
  56. opacity:0.90;
  57. }
  58. div#shorternhAmni8tt {
  59. float: left;
  60. color: #FFF;
  61. padding-top: 14px;
  62. margin-left: -306px;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement