Browse Source

Html: added missing css to demo

pull/136/head
Nikita Tsukanov 11 years ago
parent
commit
43bff94d01
  1. 23
      samples/TestApplication/html.htm

23
samples/TestApplication/html.htm

@ -1,10 +1,27 @@
<html>
<head>
<title>Intro</title>
<style>
h1, h2, h3 { color: navy; font-weight:normal; }
h1 { margin-bottom: .47em }
h2 { margin-bottom: .3em }
h3 { margin-bottom: .4em }
ul { margin-top: .5em }
ul li {margin: .25em}
body { font:10pt Tahoma }
pre { border:solid 1px gray; background-color:#eee; padding:1em }
a:link { text-decoration: none; }
a:hover { text-decoration: underline; }
.gray { color:gray; }
.example { background-color:#efefef; corner-radius:5px; padding:0.5em; }
.whitehole { background-color:white; corner-radius:10px; padding:15px; }
.caption { font-size: 1.1em }
.comment { color: green; margin-bottom: 5px; margin-left: 3px; }
.comment2 { color: green; }
</style>
</head>
<body style=" margin: 0; background-color: #333; background-gradient: #707; background-gradient-angle: 60; color: white; ">
<h1 align="center">
<body style=" margin: 0; background-color: #333; background-gradient: #707; background-gradient-angle: 60;">
<h1 align="center" style="color: white;">
HTML Renderer Project - Perspex port
<br />
<span style="font-size: x-small;">Beta support</span>

Loading…
Cancel
Save