Fix layout on google search results.

This commit is contained in:
Glenn Watson 2014-11-27 09:06:27 +10:00
parent b5d6864de1
commit 59cdce3001
4 changed files with 57 additions and 5 deletions

View file

@ -0,0 +1,17 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/ahem.css">
<style>
body {
margin: 0;
}
.red {
color: #ff0000;
}
.green {
color: #00ff00;
}
</style>
</head>
<body><span class="red">X</span><span class="green">XXX</span></body>
</html>