--- order: 3 title: zh-CN: 更灵活的内容展示 en-US: Customized content --- ## zh-CN 可以调整默认边距,设定宽度。 ## en-US Customizing default width and margin. ````jsx import { Card } from 'antd'; ReactDOM.render(
example

Europe Street beat

www.instagram.com

, mountNode); ```` ````css .custom-image img { display: block; } .custom-card { padding: 10px 16px; } .custom-card p { color: #999; } ````