Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Skip to content
  2. Search or jump to…
  3.  
  4. Pull requests
  5. Issues
  6. Marketplace
  7. Explore
  8.  
  9. @zamar-roura
  10. 1
  11. 00zamar-roura/zamarWeb Private
  12. Code Issues 0 Pull requests 0 Projects 0 Wiki Security Insights Settings
  13. zamarWeb/src/app/portal/small-article/small-article.component.css
  14. @zamar-roura zamar-roura Salto en navbar, vista portal
  15. 798aebc on Apr 21
  16. 37 lines (36 sloc) 634 Bytes
  17.  
  18.  
  19. .card{
  20. position:relative;
  21. border:0px !important;
  22. margin: 0 0 10px 0;
  23. }
  24. .card img{
  25. height:120px;
  26. width:80px;
  27. object-fit: cover;
  28. }
  29. .card:hover{
  30. cursor: pointer;
  31. transform: scale(1.05)
  32. }
  33. .card-body{
  34. position: absolute;
  35. width:80%;
  36. left:80px;
  37. }
  38. .card-title{
  39. font-family: 'Times New Roman', Times, serif !important;
  40. margin: -15px 0;
  41. font-size:1em;
  42. }
  43. .card-text{
  44. font-family: 'Times New Roman', Times, serif !important;
  45. font-style: italic;
  46. font-size:0.75em;
  47. color:grey;
  48. position:relative;
  49. margin: 25px 0 0 0;
  50. line-height:1em;
  51. }
  52. a:link{
  53. color:inherit;
  54. }
  55. © 2019 GitHub, Inc.
  56. Terms
  57. Privacy
  58. Security
  59. Status
  60. Help
  61. Contact GitHub
  62. Pricing
  63. API
  64. Training
  65. Blog
  66. About
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement