File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3636 /* STARTER */
3737 font-family : sans-serif;
3838 background-color : # ddd ;
39- font-size : 40 px ;
39+ font-size : 25 px ;
4040 margin : 40px ;
4141
4242 /* FLEXBOX */
43+ display : flex;
44+ /*
45+ align-items: center;
46+ align-items: flex-start;
47+ align-items: flex-end;
48+ align-items: stretch;
49+ */
50+ align-items : center;
51+ justify-content : center;
4352 }
4453 </ style >
4554 </ head >
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ <h1 class="title-text">📘The Code Magazine</h1>
1414 < nav class ="navigation-bar ">
1515 < a href ="blog.html " target ="_blank "> Blog</ a >
1616 < a href ="# "> Challenges</ a >
17- < a href ="# "> Flexbox</ a >
18- < a href ="# "> CSS Grid</ a >
17+ < a href ="flexbox.html " target =" _blank "> Flexbox</ a >
18+ < a href ="css-grid.html " target =" _blank "> CSS Grid</ a >
1919 </ nav >
2020 </ header >
2121
You can’t perform that action at this time.
0 commit comments