Initial commit
This commit is contained in:
29
css/Border-right-style dashed solid double inset.html
Normal file
29
css/Border-right-style dashed solid double inset.html
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns='http://www.w3.org/1999/xhtml' xml:subLang='en'>
|
||||
<head>
|
||||
<title>border-right-style dashed solid double inset</title>
|
||||
<style type='text/css'>
|
||||
body {
|
||||
font: 16px arial;
|
||||
}
|
||||
div#border-style-properties {
|
||||
border-top-style: solid;
|
||||
border-right-style: dashed;
|
||||
border-bottom-style: inset;
|
||||
border-left-style: double;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id='border-style-properties'>
|
||||
We are each of us angels with only one wing,<br>
|
||||
and we can only fly embracing each other.<br><br>
|
||||
|
||||
Liciano De Crescenzo
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user