Skip to content

Commit d039999

Browse files
committed
added padding and border radius
1 parent 27c3f00 commit d039999

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Projects/E-commerce Landing Page/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,8 @@ body {
311311
font-weight: 600;
312312
display: inline;
313313
background-color: rgba(0,0,0,0.5);
314-
314+
padding: 5px;
315+
border-radius: 5px;
315316
}
316317

317318
.categories .row .mobiles {

0 commit comments

Comments
 (0)