We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2333e6 commit 5c86a7fCopy full SHA for 5c86a7f
Blog Application/style.css
@@ -1,23 +1,24 @@
1
-*{
2
- margin: 0;
3
- padding: 0;
4
- box-sizing: border-box; /* box-model*/
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box; /* box-model*/
5
}
6
7
-body{
8
- font-family: "Poppins",sans-serif;
9
- background-color: #ebf2ff;
+body {
+ font-family: "Poppins", sans-serif;
+ background-color: #ebf2ff;
10
11
12
-.card-img-top{
13
- padding: 15px;
14
- height: 300px;
15
- width: auto;
+.card-img-top {
+ padding: 15px;
+ height: 300px;
+ width: auto;
16
17
18
-.place__holder__image{
19
- width: 100%;
+.place__holder__image {
+ width: 100%;
20
21
22
23
24
+
0 commit comments