Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. .container {
  2. width:800px;
  3. }
  4.  
  5. fieldset {
  6. border:2px solid #FFD2D2;
  7. background: #FFF4F4;
  8. border-radius:10px;
  9. width:50%;
  10. margin:10px;
  11. }
  12. legend{
  13. background: #FFF4F4;
  14. border:solid #FFD2D2;
  15. border-bottom:2px;
  16. border-top-left-radius:4px;
  17. border-top-right-radius:4px;
  18. }
  19.  
  20. #field1, #field2, #field3, #field4, #field5{
  21. margin-left:70px;
  22. margin-top:10px;
  23. height:25px;
  24. width:250px;
  25.  
  26. }
  27. .required {
  28. color:red;
  29. margin-left:1px;
  30. }
  31. label {
  32. display:block;
  33. }
  34.  
  35.  
  36. #field6 {
  37. margin-left:50px;
  38. width:250px;
  39. height:100px;
  40.  
  41. }
  42.  
  43. input[type="submit"]{
  44.  
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement