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

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy