forked from sahtejkumar/dreary-hand-8237
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.css
93 lines (91 loc) · 1.42 KB
/
footer.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#box14{
height: auto;
width: 100%;
display: flex;
gap: 180px;
margin: auto;
margin-top: 70px;
background-color:rgb(229, 238, 241);
}
#box14Inner{
height: auto;
width: 85%;
display: flex;
gap: 180px;
margin: auto;
margin-top: 70px;
background-color:rgb(229, 238, 241);
}
hr{
width: 100px;
margin-left: 0px;
}
#box14Inner2>p{
text-align: left;
}
#box14Inner3>p{
text-align: left;
}
#box14Inner4>p{
text-align: left;
}
#box14Inner5>p{
text-align: left;
}
input{
display: block;
width: 300px;
height: 30px;
}
button{
height: 35px;
width: 130px;
font-size: 15px;
margin-top: 10px;
background-color:grey;
color: white;
border: 0mm;
}
.hovering:hover{
color: #3ab33a;
cursor: pointer;
}
.hovering1:hover{
border:2px solid #3ab33a
}
#lastBox{
height: 50px;
width: auto;
}
#lastBoxInner{
height: 50px;
width: auto;
display: flex;
text-align: center;
justify-content:space-around;
background-color:grey;
}
#LastBoxImg{
display: flex;
justify-content: space-evenly;
height: 30px;
width: 3%;
margin-left: 10px;
margin-top: 5px;
}
#lastBoxInner>div>img{
width: 300px;
margin-top: 10px;
}
#LastBoxText{
margin-top: 10px;
margin-left: 60px;
color: bisque;
}
#LastBoxText:hover{
color:black;
cursor: pointer;
}
body{
box-sizing: border-box;
}