-
Notifications
You must be signed in to change notification settings - Fork 10
/
landing page.css
59 lines (53 loc) · 1.01 KB
/
landing page.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
*{
padding: 0%;
margin: 0%;
}
.leftcontainer{
float: left;
margin: 119px 32px 32px 153px;
padding: 32px 32px 32px 32px;
border: 2px solid red;
border-radius: 12px;
width: 490px;
height: 410px;
box-sizing: border-box;
}
.container1 {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: stretch;
justify-content: space-between;
align-items: stretch;
}
.rightcontainer{
float: right;
margin: 89px 129px 32px 32px;
padding: 32px 32px 32px 32px;
border: 2px solid red;
border-radius: 12px;
box-sizing: border-box;
}
input,
select{
border-radius: 5px;
height: 46px;
text-align: center;
font-size: 1.23rem;
}
table{
width: 567px;
border: 4px solid rgb(225, 65, 92);
}
h1{
padding-top: 26px;
font-size: 3.00rem;
}
submit:hover {
background-color: silver;
}
.sub{
width: 115px;
float: right;
margin: 79px 384px 32px 32px;
}