Advertisement
dysphafiz_

Untitled

Aug 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | None | 0 0
  1. body{
  2.     background-image: url(Gambar/hola.jpg);
  3. }
  4. table{
  5.     border: 2px dashed skyblue;
  6.     width: 60%;
  7.     font-family: Consolas;
  8.     background-color: lightgrey;
  9.     margin-left: auto;
  10.     margin-right: auto;
  11.     display: block;
  12. }
  13. th{
  14.     color: indianred;
  15.     background-color: #FFEBCD;
  16.     border-left: 2px dashed red;
  17.     border-right: 2px dashed red;
  18.     border-top: 2px dotted orange;
  19.     border-bottom: 2px dotted orange;
  20. }
  21. .ghoul{
  22.     width: 90%;
  23.     height: 234px;
  24. }
  25. td{
  26.     border-top: 2px solid black;
  27.     border-left: 2px solid black;
  28.     border-bottom: 2px solid darkgrey;
  29.     border-right: 2px solid darkgrey;
  30. }
  31. .cb{
  32.     color: blue;
  33.     background-color: skyblue;
  34.     border: 3px inset indianred;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement