Skip to content

Commit 6d43715

Browse files
committed
added breading space between the css lines
1 parent 731492d commit 6d43715

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Wireframe/css/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ body {
1616
background-color: rgb(213, 230, 224);
1717
max-width: 1200px;
1818
}
19+
1920
h1 {
2021
font-size: 90px;
2122
text-align: center;
2223
color: rgb(47, 16, 77);
2324
padding: var(--space);
2425
}
26+
2527
h2,
2628
p {
2729
margin: var(--space);
@@ -38,6 +40,7 @@ a {
3840
color: black;
3941
text-decoration: none;
4042
}
43+
4144
img,
4245
svg {
4346
width: 100%;
@@ -59,21 +62,25 @@ article {
5962
gap: 20px;
6063
background-color: rgb(233, 210, 243);
6164
}
65+
6266
.firstrow {
6367
display: grid;
6468
grid-template-columns: 1fr;
6569
padding: 0 0 20px;
6670
}
71+
6772
.secondrow {
6873
display: grid;
6974
grid-template-columns: 1fr 1fr;
7075
gap: 20px;
7176
}
77+
7278
#readmeimg {
7379
display: block;
7480
margin: 0 auto;
7581
width: 500px;
7682
}
83+
7784
@media (max-width: 800px) {
7885
.firstrow,
7986
.secondrow {

0 commit comments

Comments
 (0)