Break Whitespace Css Code Example


Example 1: css remove whitespace around element

body { margin:0px; }  header { border:1px black solid; }

Example 2: how to have white space in css

#HTML_code <h1>  	My text 	<span> 		Here my white space 	</span> </h1>  #Css_Code h1 span::before {   content: "\A";   white-space:pre; }

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?