Skip to content

Commit 8f983dc

Browse files
Update DepartmentMain.css
2 parents 1fe3bbf + a790ca6 commit 8f983dc

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

departments/DepartmentMain.css

+33
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,39 @@ p {
5151
font-size: 13px;
5252
line-height: 22px;
5353
}
54+
.container-data {
55+
display: flex;
56+
justify-content: left;
57+
align-items: left;
58+
}
59+
.card-data {
60+
width: 65%;
61+
height: auto;
62+
padding: 20px;
63+
margin-left: 50px;
64+
margin-bottom: 100px;
65+
color: white;
66+
background: linear-gradient(#14152A, #14152A) padding-box,
67+
linear-gradient(145deg, transparent 35%,#e81cff, #40c9ff) border-box;
68+
border: 2px solid transparent;
69+
border-radius: 8px;
70+
display: flex;
71+
}
72+
73+
.card-data .main-content {
74+
flex: 1;
75+
}
76+
77+
.card-data .heading {
78+
font-size: 20px;
79+
80+
font-weight: 600;
81+
}
82+
83+
.card-data .categories {
84+
display: flex;
85+
gap: 8px;
86+
}
5487

5588
.container1 {
5689
display: flex;

0 commit comments

Comments
 (0)