Skip to content

Commit 30804b5

Browse files
finshed Styling Info Section
1 parent 320e948 commit 30804b5

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

css/main.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ body {
3030
}
3131

3232
img {
33-
max-width: 100px;
33+
max-width: 100%;
3434
}
3535

3636
.wrapper {
@@ -146,3 +146,18 @@ img {
146146
padding: 1.5rem 2rem;
147147
box-shadow: var(--shadow);
148148
}
149+
150+
/* ====== End Boxes Section ======*/
151+
152+
/* ====== Start Info Section- ======*/
153+
154+
.info {
155+
background-color: var(--primary);
156+
box-shadow: var(--shadow);
157+
display: grid;
158+
grid-gap: 30px;
159+
grid-template-columns: repeat(2, 1fr);
160+
padding: 3rem;
161+
}
162+
163+
/* ====== End Info Section- ======*/

0 commit comments

Comments
 (0)