Advertisement
dhiforester

style.php

Mar 29th, 2021
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. body{
  2.     font-family: "roboto";
  3.     background: #F4F4F4;
  4. }
  5.  
  6. h1,p{
  7.     text-align: center;
  8. }
  9.  
  10. .kotak{
  11.     margin: 10px auto;
  12.     background: #fff;
  13.    
  14.     width: 400px;
  15.     padding: 20px 0px;
  16. }
  17.  
  18. .kotak table tr td{
  19.     padding: 5px;
  20. }
  21.  
  22. .kotak table tr td input{
  23.     padding: 5px;
  24.     font-size: 12pt;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement