- Responsive Web Design by Example:Beginner's Guide(Second Edition)
- Thoriq Firdaus
- 207字
- 2021-08-05 17:22:09
Conventions
You will also find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The boxsizing.htc
file that comes with Responsive.gs will apply similar functionality as in the CSS3 box-sizing
property."
A block of code is set as follows:
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(/scripts/boxsizing.htc); }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
*behavior: url(/scripts/boxsizing.htc);
}
Any command-line input or output is written as follows:
cd \xampp\htdocs\portfolio bower init
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: " Check the Source Map option for both style sheets to generate the source map files, which would help us when debugging."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- 零起點學Linux系統管理
- Modern Web Testing with TestCafe
- Windows Server 2012 Hyper-V Cookbook
- Mastering KVM Virtualization
- Alfresco 4 Enterprise Content Management Implementation
- Linux設備驅動開發
- Linux基礎使用與案例
- AWS SysOps Cookbook
- 精解Windows 10
- OpenVZ Essentials
- Mastering Azure Serverless Computing
- Linux指令從初學到精通
- Getting Started with Raspberry Pi Zero
- 樹莓派+傳感器:創建智能交互項目的實用方法、工具及最佳實踐