Skip to content

Commit e5f6535

Browse files
committed
Add style
1 parent 9971e78 commit e5f6535

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,35 @@ When contacting regulators directly, you should be polite and specific about the
168168
- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU)
169169

170170
<img alt="Altered Deal Logo" src="altered-deal.png" width="250" />
171+
172+
<style>
173+
174+
body::before {
175+
content: '';
176+
position: fixed; /* Makes the background stay put while content scrolls */
177+
top: 15%;
178+
left: 15%;
179+
width: 70%;
180+
height: 70%;
181+
z-index: -1; /* Puts the background behind all other content */
182+
183+
background-image: url('altered-deal.png');
184+
background-size: min(70vw, 70vh);
185+
background-position: center;
186+
background-repeat: no-repeat;
187+
background-blend-mode: luminosity, overlay;
188+
189+
/*filter: grayscale(100%);*/
190+
/*filter: saturate(0);*/
191+
filter: opacity(10%) grayscale(100%);
192+
}
193+
194+
h1, p {
195+
text-align: center;
196+
padding: 20px;
197+
margin: 20px auto;
198+
XXXmax-width: 800px;
199+
XXXborder-radius: 8px;
200+
}
201+
</style>
202+

0 commit comments

Comments
 (0)