phamework
Tool
A collection of CSS rules used to normalize the browser default formatting of HTML elements.
↓
CSSNormalize
Reload
Public Tools List
CSSNormalize 0.82.25
Loaded:
2023-12-09 16:37:42
IP:
35.172.165.64
[
Legal Disclosure
] [
Disclaimer
]
[
Privacy Statement
] [
T&C
]
Examples
» javascript
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>CSSNormalize</title> </head> <body> <div id="cx" style="width:100%;text-align:center;"> <textarea id="css" cols="79" rows="15" style="display:none;"></textarea> </div> <script> function getCSSNormalize() { var objXHTTP = new XMLHttpRequest(); objXHTTP.onreadystatechange = function() { if( ( this.readyState == 4 ) && ( this.status == 200 ) ) { var objCI = document.getElementById( 'css' ); objCI.style.display = 'inline-block'; objCI.style.textAlign = 'center'; objCI.style.width = '90%'; objCI.style.margin = '0px'; objCI.style.padding = '0.5em'; objCI.style.border = '0px'; objCI.style.borderRadius = '0.5em'; objCI.readOnly = true; objCI.value = objXHTTP.responseText; } }; objXHTTP.open( 'GET' , 'https://omega.phamework.com/wa412:CSSNormalize/format:txt/' , true ); objXHTTP.send(); return true; } getCSSNormalize(); </script> </body> </html>
» php
<?php header( 'Content-Type: text/plain' ); echo file_get_contents( 'https://omega.phamework.com/wa412:CSSNormalize/format:txt/' );
Demo
Setup
fast
middle
slow
[
format
] output format
default=txt
txt
css
html
[
dlfilename
] output filename
(download file with given name)
default=
| minimum=0
| maximum=128
get
post
self
blank
preview