Advertisement
mnaufaldillah

custom news tugas bootstrap

Oct 16th, 2021
1,220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1. .b-0 {
  2.     bottom: 0;
  3. }
  4. .bg-shadow {
  5.     background: rgba(76, 76, 76, 0);
  6.     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
  7.     background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
  8.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
  9. }
  10. .top-indicator {
  11.     right: 0;
  12.     top: 1rem;
  13.     bottom: inherit;
  14.     left: inherit;
  15.     margin-right: 1rem;
  16. }
  17. .overflow {
  18.     position: relative;
  19.     overflow: hidden;
  20. }
  21. .zoom img {
  22.     transition: all 0.2s linear;
  23. }
  24. .zoom:hover img {
  25.     -webkit-transform: scale(1.1);
  26. }  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement