mirror of
https://github.com/kidwellj/SelfAssessmentUOB.git
synced 2025-01-09 13:22:21 +00:00
Add files via upload
This commit is contained in:
parent
e15f5de519
commit
33c33d8258
|
@ -9,6 +9,10 @@
|
|||
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<img class="logoprint" src="TcdLogo.png" alt="image of Trinity College Dublin logo">
|
||||
<img class="logoprint" src="TudLogo.png" alt="image of Technological University logo">
|
||||
</div>
|
||||
<header class="cont0">
|
||||
<h1> Sensory Environment Self-Evaluation Tool </h1>
|
||||
<!--<label for="progressbar" id="textprogress">Tool progress:</label>
|
||||
|
@ -1222,6 +1226,8 @@
|
|||
<div>
|
||||
<img class="logo" src="TcdLogo.png" alt="image of Trinity College Dublin logo">
|
||||
<img class="logo" src="TudLogo.png" alt="image of Technological University logo">
|
||||
<img class="logoprint" src="TcdLogo.png" alt="image of Trinity College Dublin logo">
|
||||
<img class="logoprint" src="TudLogo.png" alt="image of Technological University logo">
|
||||
</div>
|
||||
</section>
|
||||
</form>
|
||||
|
|
11
styles2.css
11
styles2.css
|
@ -21,7 +21,12 @@ h2,h3{
|
|||
.part{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.logo{
|
||||
display:none;
|
||||
}
|
||||
.logoprint{
|
||||
height: 10vh;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen {
|
||||
|
@ -30,7 +35,6 @@ h2,h3{
|
|||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
|
||||
}
|
||||
|
||||
html,body{
|
||||
|
@ -132,6 +136,9 @@ header{
|
|||
.logo{
|
||||
height: 10vh;
|
||||
}
|
||||
.logoprint{
|
||||
display:none;
|
||||
}
|
||||
|
||||
.space{
|
||||
height:15vh;
|
||||
|
|
Loading…
Reference in a new issue