-
Notifications
You must be signed in to change notification settings - Fork 0
/
content.css
53 lines (52 loc) · 1.05 KB
/
content.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
.section1{
margin-top: 140px;
display: grid;
grid-template-columns:repeat(auto-fill, minmax(250px, 2fr )) ;
/* border: 1px solid black; */
padding: 10px;
width: 65%;
}
.henry{
overflow: hidden;
width: 270px;
height: auto;
/* border-radius: 20px; */
border: 2px solid rgb(228, 168, 168);
margin-top: 20px;
display: flex;
flex-direction: column;
justify-content: space-between; /* Pushes content to the top and bottom */
}
.name{
background-color: silver;
padding: 10px;
justify-content: center;
align-items: center;
display: flex;
font-size: 1.7rem;
}
.egfont{
font-size: 20px;
padding: 3px;
margin-top: 10px;
letter-spacing: 2px;
flex-grow: 1;
}
.henry>ul{
margin-top: 0;
/* margin-left: 40px; */
/* margin-right: 40px; */
padding: 0;
/* padding: 10px; */
align-items: center;
justify-content:center;
display: flex;
}
.mgl{
margin-left: 10px;
}
.henry>ul>button{
padding: 10px;
font-size: 1.3rem;
/* border-radius: 100px; */
}