Css常用操作――――――图片_html/css_WEB-ITnose
程序员文章站
2022-05-26 19:14:28
...
body{ background-color: #0078b3;}.image{ border: 1px solid darkgray; width: auto; height: auto; float: left; text-align: center; margin: 5px;}img{ margin: 5px; opacity: 1;}.text{ font-size: 12px; margin-bottom: 5px;}a:hover{ background-color: aqua;}
图片