AlyxDumbass

Untitled

Aug 21st, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. table{
  2.   width: 100%;
  3.   background-color: silver;
  4.   border: dashed ;
  5.   border-color: blue;
  6. }
  7.  td{
  8.   border-style: inset;
  9.   border-width: 1px;
  10. }
  11. th#top{
  12.   font-style: italic;
  13.   background-color: lightblue;
  14.   color: deepskyblue;
  15.   border-width: 2px;
  16.   border-style: ridge;
  17.   border-color: red;
  18.   text-align: left;
  19. }
  20. .judul{
  21.   background-color: lightyellow;
  22.   color: red;
  23.   text-decoration: underline;
  24.   border-left: 2px dashed red;
  25.   border-right: 2px dashed red;
  26.   border-bottom: 2px dotted orange;
  27.   border-top: 2px dotted orange;
  28. }
  29. .nama{
  30.   width: 50%;
  31. }
  32. .no{
  33.   width: 5%;
  34. }
  35. .logo{
  36.   width: 150px;
  37. }
  38. .team{
  39.   width: 100%;
  40. }
  41. td#img{
  42.   background-color: silver;
  43. }
Add Comment
Please, Sign In to add comment