11 lines
204 B
HTML
11 lines
204 B
HTML
<!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>
|