blob: 8902d19fcb0c1d348032a2efb711e7b1abec5b20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<style>
.container {
position: relative;
background-color: rgba(0, 0, 0, .2);
}
</style>
<div class="container">
<a href="#"></a>
Some text that you should be able to read.
</div>
|