安科网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <title>Foundation 实例</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://img.s.ancii.com/tutorial/archive/statics/assets/foundation-5.5.3/foundation.min.css"> <script src="https://img.s.ancii.com/statics/assets/jquery/2.0.3/jquery.min.js"></script> <script src="https://img.s.ancii.com/statics/assets/foundation-5.5.3/js/foundation.min.js"></script> <script src="https://img.s.ancii.com/statics/assets/foundation-5.5.3/js/vendor/modernizr.js"></script> <style> body { padding: 20px; } .panel { padding: 0; border: none; width: 50%; } div.container { text-align: center; padding: 15px; margin-top: 20px; } img { width: 100%; } </style> </head> <body> <h2>Customized Panels</h2> <div class="panel"> <img src="https://img.s.ancii.com/tutorial/archive/wp-content/uploads/2015/11/20121204024112919.jpg" alt="Cinque Terre" width="400" height="300"> <div class="container"> <h4>长城</h4> <p>不到长城非好汉!!!</p> </div> </div> </body> </html>
运行结果
Copyright © 2013 - 2019 Ancii.com All Rights Reserved
京ICP备18063983号-5
京公网安备11010802014868号