アットウィキロゴ

inux

<!DOCTYPE html>
 <html>
 <head>
<title>FireBase</title>
  <meta charset="UTF-8">  
 
  <link href="bootstrap.min.css" rel="stylesheet">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
    <script src="bootstrap.min.js"></script>
    <script  src="sample.js"></script>
 
 
 </head>
 <body>
<div class="container">
  <h2>Rounded Corners</h2>
  <p>The .img-rounded class adds rounded corners to an image (not available in IE8):</p>            
  <img src="http://www.kato-inuneko.com/images/slider/cat02.jpg" class="img-rounded" alt="Cinque Terre" width="304" height="236"> 
</div>
 </body>
</html>
最終更新:2016年03月30日 00:31