-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtools.css
98 lines (87 loc) · 1.67 KB
/
tools.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
body {
width: 100%;
background-color: white;
margin: 0%;
padding: 0%;
}
#main {
display: flex;
}
#img {
width: 80%;
height: 250px;
/* border: 1px solid purple; */
margin: auto;
/* position: relative; */
}
img {
width: 100%;
height: 250px;
}
#heading {
height: 200px;
width: 500px;
/* border: 1px solid red; */
position: absolute;
left: 200px;
}
h4 {
line-height: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: large;
}
#lowersec {
/* border: 1px solid red; */
width: 70%;
height: auto;
margin: auto;
position: relative;
margin-top: 155px;
margin-bottom: 50px;
display: grid;
gap: 30px;
grid-template-rows: repeat(auto, 1fr);
grid-template-columns: repeat(3, 350px);
}
#lowersec>div:hover {
background-color: #f7e5e5;
}
#lowersec>div {
/* border: 1px solid olive; */
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
box-sizing: border-box;
padding: 0px 20px;
width: 100%;
height: 350px;
line-height: 1.5;
background-color: white;
display: flex;
flex-direction: column;
justify-content: space-around;
/* position: relative; */
}
#lowersec>div>p {
color: #8b8190;
margin-top: -10px;
padding: 5px;
}
/* .read_link{
height: 30px;
width: 200px;
/* border: 1px solid green; */
/* justify-content: flex-end;
position: absolute;
padding-top: 30px ;
} */
a {
color: #fe7f7d;
text-decoration: none;
position: sticky;
margin-bottom: 0px;
margin-left: 15px;
padding: 0px;
/* border: 1px solid greenyellow; */
}
/* #lowersec>div>div{
text-align: justify;
} */