abstrakt:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> .one{border: 10px
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> .one{border: 10px solid #ccc; width: 200px;height: 200px;background: red;border-radius:20px;} .two{margin:25px auto;box-shadow: 0px 10px 30px yellow;overflow: hidden;background: blue;width: 150px;height: 150px;text-align: center;} img{width: 100px;height: 100px;padding-top:25px;} </style> </head> <body> <div> <div> <img src="http://pic27.nipic.com/20130225/4746571_081826094000_2.jpg"> </div> </div> </body> </html>
上面代碼顯示如下:
Korrigierender Lehrer:韋小寶Korrekturzeit:2019-02-16 16:41:08
Zusammenfassung des Lehrers:寫的很不錯 使用邊框可以做出一個相冊出來 一個精美的相冊使用邊框做起來還是蠻簡單的 沒事可以嘗試一下哦