File: alignment.html

package info (click to toggle)
liblayout 0.2.10-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,332 kB
  • sloc: java: 51,125; xml: 138; makefile: 17
file content (22 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
  <style type="text/css">
  </style>
</head>
<body style="border: 1px solid blue">
<p style="text-align:right;">
  <div style="width:40pt; border: 1px solid red">Test</div>

</p>

<p>
  test<br>
  <span style="border: 1pt solid black; font-size:30pt">Xxxx<span style="border: 1pt solid blue; font-size: 30pt; vertical-align:super;">Torin</span></span>
  <br>test<br>
  <span style="border: 1pt solid black; font-size:30pt">Xxxx<span style="border: 1pt solid blue; font-size: 30pt;">Torin</span></span><br/>
  <span style="border: 1pt solid black; font-size:30pt">Xxxx<span style="border: 1pt solid blue; font-size: 30pt;">Torin</span></span>
</p>


</body>
</html>