1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
body {
5
    background: url('/pix/samples/bg2.png') beige;
6
    color: rgba(0, 0, 0, 1);
7
    font-size: 2em;
8
 }
9
article { 
10
    background-color: rgba(30, 255, 50, 0.5);
11
    border: 5px solid olive;
12
    margin: 20px;
13
    text-align: center;
14
    }
15
</style>
16
<article>
17
<h1>Stars</h1>
18
</article>