mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 11:18:14 +08:00
Removed unnecessary section (#9067)
This commit is contained in:
parent
cdb160ae4b
commit
dab43f4c7a
@ -42,14 +42,3 @@ class Card extends React.Component {
|
|||||||
|
|
||||||
ReactDOM.render(<Card />, mountNode);
|
ReactDOM.render(<Card />, mountNode);
|
||||||
````
|
````
|
||||||
|
|
||||||
````css
|
|
||||||
.example {
|
|
||||||
text-align: center;
|
|
||||||
background: rgba(0,0,0,0.05);
|
|
||||||
border-radius: 4px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
padding: 30px 50px;
|
|
||||||
margin: 20px 0;
|
|
||||||
}
|
|
||||||
````
|
|
||||||
|
Loading…
Reference in New Issue
Block a user