This commit is contained in:
Joshua Killen 2020-04-17 11:15:06 +01:00
parent 8166ec8e67
commit 57b4b26767
3 changed files with 10 additions and 4 deletions

View File

@ -53,10 +53,12 @@
<details class="anchor" open> <details class="anchor" open>
<summary class="aboutTitle">The University</summary> <summary class="aboutTitle">The University</summary>
<p> <p>
<img class="imgRight" src="about_assets/" alt="Image of CU Coventry Campus at Mile Lane"><details> <img class="imgRight" src="about_assets/" alt="Image of CU Coventry Campus at Mile Lane"><details class="anchor">
<summary class="aboutContent">CU Coventry, part of the Coventry University Group, offers a style of education which is flexible and designed to fit around your life. Choose from a wide range of career relevant courses and study at a pace that suits you. Students who study at CU Coventry benefit from a modern, forward-thinking higher education institution, reinforced by the quality and reputation of Coventry University. <summary class="aboutContent">CU Coventry, part of the Coventry University Group, offers a style of education which is flexible and designed to fit around your life. Choose from a wide range of career relevant courses and study at a pace that suits you. Students who study at CU Coventry benefit from a modern, forward-thinking higher education institution, reinforced by the quality and reputation of Coventry University.
</summary> </summary>
<p>Direct Quote from <a href="https://www.coventry.ac.uk">www.coventry.ac.uk</a></p> <p class="reference">Direct Quote from
<a href="https://www.coventry.ac.uk">www.coventry.ac.uk</a>
</p>
</details> </details>
</p> </p>
</details> </details>

View File

@ -16,8 +16,8 @@ article img {
font-size: 0.5em font-size: 0.5em
} }
summary .aboutContent { .aboutContent {
font-size: 0.25 font-size: 0.25em;
} }
p { p {

View File

@ -49,4 +49,8 @@ footer a {
.anchor { .anchor {
font-size: 4vw; font-size: 4vw;
}
.reference {
font-size: 0.125em;
} }