Advertisement
Rofihimam

Untitled

Aug 28th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. body{
  2.     background-image: url(gambar/paper.gif);
  3. }
  4. table{
  5.     border: 5px outset blue;
  6.     background-color: cyan;
  7.     width: 900px;
  8. }
  9. td, th{
  10.     font-family: consolas;
  11.     border: 3px inset fuchsia;
  12.     background-color: yellow;
  13. }
  14. th{
  15.     font-size: 50px;
  16. }
  17. td{
  18.     font-size: 30px;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement