Skip to content

Commit 5c86a7f

Browse files
Update style.css
1 parent c2333e6 commit 5c86a7f

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

Blog Application/style.css

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
*{
2-
margin: 0;
3-
padding: 0;
4-
box-sizing: border-box; /* box-model*/
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
box-sizing: border-box; /* box-model*/
55
}
66

7-
body{
8-
font-family: "Poppins",sans-serif;
9-
background-color: #ebf2ff;
7+
body {
8+
font-family: "Poppins", sans-serif;
9+
background-color: #ebf2ff;
1010
}
1111

12-
.card-img-top{
13-
padding: 15px;
14-
height: 300px;
15-
width: auto;
12+
.card-img-top {
13+
padding: 15px;
14+
height: 300px;
15+
width: auto;
1616
}
1717

18-
.place__holder__image{
19-
width: 100%;
18+
.place__holder__image {
19+
width: 100%;
2020
}
2121

2222

2323

24+

0 commit comments

Comments
 (0)