Difference between revisions of "Team:Hong Kong HKU/projectoverview"

Line 3: Line 3:
 
<html>  
 
<html>  
 
<style>
 
<style>
img {  
+
img {
margin-left: : 100px}
+
    border-radius: 8px;
 
+
}
 
</style>
 
</style>
  
<img src="https://static.igem.org/mediawiki/2017/5/54/Project_Overview_NewHKU.jpg" alt="">
+
<body>
  
 +
<h2>Rounded Images</h2>
 +
<p>Use the border-radius property to create rounded images:</p>
  
 +
<img src="paris.jpg" alt="Paris" width="300" height="300">
 +
 +
</body>
 
</html>
 
</html>

Revision as of 02:28, 31 October 2017

Rounded Images

Use the border-radius property to create rounded images:

Paris