temporarily removing filter
This commit is contained in:
parent
95a4ab3e3a
commit
5778aa2b34
2 changed files with 3 additions and 7 deletions
|
@ -252,13 +252,13 @@ h2, h3{
|
|||
|
||||
.GalleryLeftArrow{
|
||||
grid-column: 1;
|
||||
grid-row: 11;
|
||||
grid-row: 12;
|
||||
font-size: 7vw;
|
||||
}
|
||||
|
||||
.GalleryRightArrow{
|
||||
grid-column: 12;
|
||||
grid-row: 11;
|
||||
grid-row: 12;
|
||||
font-size: 7vw;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<link rel = "stylesheet" href = "Mainpage.css">
|
||||
</header>
|
||||
<body>
|
||||
<img src = "..\Images\ScreenFilter.png" style = "position: fixed; top: 0; left: 0;">
|
||||
<!--<img src = "..\Images\ScreenFilter.png" style = "position: fixed; top: 0; left: 0;">-->
|
||||
<div id = "introScreenSpace">
|
||||
<h1>
|
||||
Nye Evans
|
||||
|
@ -47,10 +47,6 @@
|
|||
</div>
|
||||
|
||||
<div id = "socialBar">
|
||||
<!--
|
||||
<a href = "https://twitter.com/Wi__Ro"><img src = "..\images\TwitterLogoGlow.png" width=40 height = 40></a>
|
||||
<a href="mailto:WillowRo@outlook.com"><img src = "..\images\EmailIconGlow.png" width=40 height = 40></a>
|
||||
-->
|
||||
<a href = "https://twitter.com/Wi__Ro" style = "color:#ffd256;">Twitter</a>
|
||||
 
|
||||
<a href="mailto:WillowRo@outlook.com" style = "color:#ffd256;">Email</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue