Span Align Right Code Example


Example 1: span to left css


<div class="title">
<span class="name">Cumulative performance</span>
<span class="date">20/02/2011</span>
</div>

.title .date
{ float:right }
.title .name { float:left }

Example 2: css span to right of div


float:right

Example 3: how to align span to right


<div class="title">
<span class="name">Cumulative performance</span>
<span class="date">20/02/2011</span>
</div>

.title .date
{ float:right }
.title .name { float:left }

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