Facebook
From Makkie_aguh, 2 Years ago, written in CSS.
This paste is a reply to Re: Form Assignment from Soft Earthworm - view diff
Embed
Download Paste or View Raw
Hits: 184
  1. body{
  2.     background-color: rgba(255, 136, 0, 0.938);
  3. text-align: center;
  4. align-content: center;
  5. }
  6.  
  7. div{
  8.     padding-left:20px;
  9.     margin-left:200px;
  10.     padding-right: 20px;
  11.     color: white;
  12. }
  13.  
  14. .container{
  15.     width: 15cm;
  16.     height: 10cm;
  17.     border-style: solid;
  18.     border-color: white;
  19.     border-width: 5px;
  20.     margin-left: 300px;
  21.     margin-top: 200px;
  22.     margin-right: 300px;
  23. }
  24. form{
  25.     font-family: Arial;
  26.     font-size: 1.5rem;
  27. }
  28. #country{
  29.     font-size: 1.5rem;
  30.     height: 3rem;
  31.     width: 20rem;
  32.     padding-left: 5px;
  33.     margin-left: 20px;
  34.     margin-top: 60px;
  35.    
  36. }
  37. #state{
  38.     font-size: 1.5rem;
  39.     width: 20rem;
  40.     height: 3rem;
  41.     padding-left: 5px;
  42.     margin-left: 48px;
  43. }
  44.  
  45. #district{
  46.     font-size: 1.5rem;
  47.     width: 20rem;
  48.     height: 3rem;
  49.     padding-left: 5px;
  50.     margin-left: 33px;
  51. }
  52. button{
  53.     font-size: 1.5rem;
  54.     width: 20rem;
  55.     height: 3rem;  
  56.     padding-left: 5px;
  57. margin-left: 196px;
  58. color: black;
  59. }

Replies to Re: Re: Form Assignment rss

Title Name Language When
Re: Re: Re: Form Assignment Makkie_aguh css 2 Years ago.