This commit is contained in:
Joshua Killen 2020-04-17 13:38:51 +01:00
parent 2f53a163bc
commit 65db76d55a
4 changed files with 7 additions and 1 deletions

View File

@ -23,6 +23,7 @@ summary {
.headImg {
background-image: url(internet.png);
padding-bottom: 25em;
}

View File

@ -48,6 +48,11 @@
<div class="headImg">
<h1>Welcome</h1>
</div>
<article class="anchor" id="siteContent">
<p class="frameContent">
This website was made in response to the Z14IT Assignment 2 criteria. It has been made to help people to learn about how the internet works up to the understanding of a student that had taken the Digital Technologies course at <abbr title="CU Coventry">CUC</abbr>. The website seen as it is currently is the culmination of 6 weeks work and research, including: a timeline of the internet's evolution; essential knowledge on networks and networking fundamentals; and guides on <abbr title="HyperText Markup Language 5">HTML5</abbr>, <abbr title="Cascading Style Sheets">CSS</abbr>, and Javascript.
</p>
</article>
<footer>
<a class="about" href="../../../about/about.html">About the Website</a><br>

View File

@ -1,3 +1,4 @@
.headImg {
background-image: url(code.jpg);
padding-bottom: 15em;
}

View File

@ -77,7 +77,6 @@ p .frameTitle {
background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 0;
padding-bottom: 25em;
}
.reference {