blob: 9d3a3f534e65e5c344334dd75dd8d0e89208e8e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<title>CSS Test Reference</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="author" href="https://mozilla.org" title="Mozilla">
<style>
img {
border: 1px solid black;
height: 40px;
width: 40px;
}
</style>
<img src="/css/support/60x60-green.png">
|