-
Notifications
You must be signed in to change notification settings - Fork 1
/
bengali.css
93 lines (81 loc) · 1.32 KB
/
bengali.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
*{
font-family:helvetica,arial,sans-serif;
}
.travel{
width: 95%;
display: grid;
gap: 10px;
grid-template-columns:repeat(4,auto);
margin:auto;
}
img{
width:280px;
height: 180px;
border-radius:3% ;
}
.box{
width:250px ;
height:350px;
grid-template-columns:20% 20% 20% 20%;
/* margin-left: 50px; */
}
.small_img{
width: 20px;
height: 15px;
padding: 0.5%;
}
h2{
margin-left: 3%;
}
a{
text-decoration: none;
color:black;
}
/* *footer*/
*{
margin: 0;
padding: 0;
}
.footerFirst{
display: grid;
grid-template-columns: repeat(5,auto);
width: 100%;
gap: 10px;
}
.footerFirst>div{
margin-top: 20px;
width: 100%;
margin-left: 1%;
height: 350px;
font-family:helvetica,arial,sans-serif;
}
.footerSecond{
width: 98%;
margin:0 auto;
text-align: center;
font-family:helvetica,arial,sans-serif;
}
.footerFirst>div>a{
text-decoration: none;
color: black;
font-size:smaller;
}
.footerSecond>p{
margin-top: 10px;
font-size: smaller;
}
#logo{
width: 180px;
font-size: smaller;
margin-left:25px;
}
.GooglePlaystore{
margin-left: 5px;
margin-top:15px;
}
.social-icon{
margin-top: 5px;
}
.social-icon>a>img{
height: 25px;
}