зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
313 B
HTML
17 строки
313 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="ahem.css" />
|
|
<title>Text that overlaps a background image should be backplated.</title>
|
|
<style>
|
|
div {
|
|
font: 20px Ahem;
|
|
background-image: url("blue.png");
|
|
}
|
|
</style>
|
|
</head>
|
|
<div>
|
|
ppppp ppppp
|
|
</div>
|
|
</html>
|