abstrait:<!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>
上面代碼顯示如下:
Professeur correcteur:韋小寶Temps de correction:2019-02-16 16:41:08
Résumé du professeur:寫(xiě)的很不錯(cuò) 使用邊框可以做出一個(gè)相冊(cè)出來(lái) 一個(gè)精美的相冊(cè)使用邊框做起來(lái)還是蠻簡(jiǎn)單的 沒(méi)事可以嘗試一下哦