@ -65,7 +65,8 @@
< p > So now we'll add some visible content, to make a < em > real< / em > webpage, and not just a blank page.< / p >
< p > Between the < b > body< / b > tags, we'll add a very simple introduction about ourselves. Change the content between the tags to whatever you want. I'll explain them in a later guide, but for now just play around.< / p >
< pre > < code > < h1> Hi, I'm < em> Aney< /em> < /h1>
< pre > < code > < div class="layout-wrapper">
< h1> Hi, I'm < em> Aney< /em> < /h1>
< p> Welcome to my site, it's pretty cool!< /p>
< h2> Skills< /h2>
< p> I have an assortment of < em> skills< /em> , including:< /p>
@ -77,7 +78,8 @@
<!-- Any image on the internet can go here -->
< img src="https://via.placeholder.com/200x200/">
< img src="https://via.placeholder.com/200x200/">
< img src="https://via.placeholder.com/200x200/"> < / pre > < / code >
< img src="https://via.placeholder.com/200x200/">
< /div> < / pre > < / code >
< p > Now if you refresh the webpage, tada! We have content.< / p >
@ -94,15 +96,18 @@
height: 100%;
font-size: 12px;
background: #67aacc;
background: linear-gradient(0, #020024 0%, #10106b 10%, #67aacc 35%, #8cecf5 60 %, #fff 100%);
background: linear-gradient(0, #67aacc 0%, #8cecf5 35%, #8cecf5 55 %, #fff 100%);
}
body{
margin: 0 auto;
max-width: 980px;
padding: 4px 12px;
margin: 0;
text-align: center;
font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
}
.layout-wrapper{
margin: 0 auto;
padding: 4px 12px;
max-width: 980px;
}
h1{
font-size: 22px;
background-color: #10106b;