Lesson 2:
In the second lesson we learned how to link the HTML to the CSS codes. The code to link the HTML to CSS is:
<link rel="stylesheet" type="text/css" href="css/style.css"/>
We also started replicating the Pinterest official website.
In HTML- <div class="grid-container">
link to .grid-container {
display: flex;
margin: auto;
width: 900px;
} in the CSS.
<link rel="stylesheet" type="text/css" href="css/style.css"/>
We also started replicating the Pinterest official website.
In HTML- <div class="grid-container">
link to .grid-container {
display: flex;
margin: auto;
width: 900px;
} in the CSS.
Comments
Post a Comment