summaryrefslogtreecommitdiffstatshomepage
path: root/www/static/test/manual/head-support/basic-css-2.html
blob: e1623ce5f935db94701dc0ee554ae64e1bd0aa8e (plain) (blame)
1
2
3
4
5
6
7
8
<head>
    <style>
        #basic-css-2 {
            border: 3px solid blue;
        }
    </style>
</head>
Basic CSS Merge (Should Add Blue Border)