Advertisement
Adji01

Untitled

Aug 26th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. form{
  2.     border: 2px solid yellow;
  3.     width: 70%;
  4.     margin-left: 0;/*Jarak Fieldset dari batas kiri layout*/
  5.     background-color: green;
  6.     color: pink;
  7.     font-family: arial narrow;
  8.     }
  9. body{
  10.     background-color: salmon;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement