forked from NikHarshal/updated-project-unit2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
topoffer.css
117 lines (99 loc) · 1.69 KB
/
topoffer.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#container{
width: 600px;
height: auto;
margin: auto;
}
h6{
text-align: center;
}
#flexa{
display: flex;
/* background-color: red; */
}
#flexa>h4{
/* background-color: red; */
display: grid;
align-items: flex-end;
}
#container2{
display: grid;
grid-template-columns: repeat(2 ,1fr);
grid-template-rows: repeat(3, 1fr);
gap: 20px;
/* background-color: aquamarine; */
text-align: center;
margin-bottom: 50px;
}
#container2>div{
width: 100%;
/* height: auto; */
/* background-color: antiquewhite; */
}
#container2>div>img{
width: 100%;
}
button{
padding: 8px 45px 8px 45px;
background-color: white;
color: black;
border: 3px solid black;
}
#footer{
display: flex;
width: 80%;
justify-content: space-between;
margin: auto;
}
button{
background-color: black;
color: white;
margin-left: -4px;
}
#logo{
display: flex;
width: 80%;
/* background-color: red; */
justify-content: space-between;
}
#logo>img{
width: 20px;
}
/* ============================================== */
#lastbox{
display: flex;
}
#left{
width: 30%;
height: auto;
height: auto;
border: 0px solid blue;
}
#right{
width: 70%;
height: auto;
/* border: 1px solid blue; */
display: flex;
}
.btn:hover{
background-color:rgb(145, 31, 31);
color: rgb(0, 0, 0);
}
#fotterimg{
display: flex;
width: 100%;
height: 25px;
}
#fotterimg>div>img{
height: 30px;
width: 30px;
margin-top: -10px;
margin-left: 10px;
border-radius: 30px;
}
#rightboxes{
width: 20%;
height: auto;
border: 1px solid red;
margin: auto;
margin-top: 0px;
}