Thursday, August 8, 2013

HTML Tips

1. How to align two elements on the same line without changing HTML

Using display:inline-block
#element1 {display:inline-block;margin-right:10px;} 
#element2 {display:inline-block;} 

2.







No comments:

Post a Comment

Devops links

  Build Versioning in Azure DevOps Pipelines