File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,14 @@ body {
1616 background-color : rgb (213 , 230 , 224 );
1717 max-width : 1200px ;
1818}
19+
1920h1 {
2021 font-size : 90px ;
2122 text-align : center;
2223 color : rgb (47 , 16 , 77 );
2324 padding : var (--space );
2425}
26+
2527h2 ,
2628p {
2729 margin : var (--space );
3840 color : black;
3941 text-decoration : none;
4042}
43+
4144img ,
4245svg {
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 {
You can’t perform that action at this time.
0 commit comments