-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserve.css
62 lines (61 loc) · 1.36 KB
/
serve.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
.container{
/* background: linear-gradient(45deg, blueviolet, lightgreen,); */
padding: 15px 9%;
padding-bottom: 100px;
}
.container .heading{
text-align: center;
padding-bottom: 15px;
color: #e8c011;
text-shadow: 0 5px 10px rgba(0,0,0,.2);
font-size: 50px;
}
.container .box-container{
display: grid;
grid-template-columns: repeat(auto-fit,minmax(270px , 1fr));
gap: 15px;
}
.container .box-container .box{
box-shadow: 0 5px 10px rgba(0,0,0,.3);
/* border-radius: 5px; */
background: #ff77;
text-align: center;
padding: 30px 20px;
}
.container .box-container .box img{
height: 80px;
}
.container .box-container .box h3{
color: #444;
font-size: 20px;
padding: 10px 0;
}
.container .box-container .box p{
color: #777;
font-size: 15px;
line-height: 1.8;
}
.container .box-container .btn{
margin-top: 10px;
display: inline-block;
background: #333;
color: #fff;
font-size: 16px;
border-radius: 5px;
padding: 8px 25px;
}
.container .box-container .btn :hover{
letter-spacing: 1px;
}
.container .box-container .box:hover{
box-shadow: 0 10px 15px rgba(0,0,0,rgba(0,0,0,.2)));
trasform:scale(1.02)
}
.bot{
margin: 10px;
padding: 10px;
background-color: #e8c011;
display: grid;
border: 5px solid #333;
border-radius: 15px;
font-size: 25px;