testpage3
testpage3 (The import above must be separated from this text by one line; otherwise, an error will occur!)
This is my test page 3.
Using components:
This is the first picture
This is the second picture (with card decoration)
<div style={{
display: 'flex',
flexDirection: 'column',
gap: '10px',
}}>
<h3>This is the first picture</h3>
<CardImg src="/img/example.jpg" alt="Example Picture 1" isCenter={true} />
<h3>This is the second picture (with card decoration)</h3>
<CardImg src="/img/example.jpg" alt="Example Picture 2" isCenter={true} isBoxed={true} />
</div>
加载评论中...