Ravi Srinivasan
2018-09-10 41d5004b9e40b9e29b37c26cbd1c154b97e2fe7a
commit | author | age
41d500 1 body {
RS 2     
3 }
4
5 header {
6     background-color: #C40016;
7     height: 150px;
8     padding: 10px;
9     width: 95%;
10     margin: 0 auto;
11     border: 4px solid #000000;
12 }
13
14 header .right {
15     display: inline-block;
16     float: right;
17     font-size: 40px;
18     font-weight: bolder;
19     height: 150px;
20     padding: 48px;
21     vertical-align: middle;
22 }
23
24 #content {
25     background-color: #F2F2F2;
26     width: 91%;
27     margin: 0 auto;
28     padding: 100px 50px;
29     border: 2px solid #000000;
30 }
31
32 footer {
33     border: 4px solid #000000;
34     background-color: #C40016;
35     height: 30px;
36     padding: 10px;
37     width: 95%;
38     margin: 0 auto;
39     text-align: center;
40     font-weight: bolder;
41     font-size: 27px;
42 }
43
44 label{
45     display: inline-block;
46     float: left;
47     clear: left;
48     width: 165px;
49 }
50 input {
51   display: inline-block;
52   float: left;
53   width: 362px;
54 }
55 select{
56     display: inline-block;
57       float: left;
58       width: 371px;
59 }
60 textarea{
61     display: inline-block;
62       float: left;
63 }
64
65 .clear{
66     clear: both;
67 }
68
69 .messages{
70     color: green;
71     font-weight: bolder;
72 }
73
74 .btn{
75     display: inline-block;
76     float: left;
77     clear: left;
78     width: 165px;
79 }