📄 books.css
字号:
books {
display: block;
width: 100%;
background-color: gray;
background-image: url(officebooks.gif);
background-repeat: no-repeat;
background-position: 80% 10px;
margin: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
book {
display: block;
background-color: Silver;
width: 50%;
margin-bottom: 20px;
margin-top: 15px;
margin-left: 10px;
}
author, publisher, publishing_date, price, contentType, format, isbn {
display: block;
background-color: #ffe4c4;
font-size: x-small;
padding: 2px;
}
title {
display:block;
color: Maroon;
font-size: medium;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -