首页 > 其他分享 >css积累-1

css积累-1

时间:2023-02-13 09:13:23浏览次数:44  
标签:积累 style 回答 height 如何 提问 css

提问1

如何设置div居中

回答

style="width: 95%; min-height: 400px; display: flex;"

提问2

如何播放MP4

回答

<video id='video' style=' width: 95%; min-height: 400px; display: flex; ' controls='controls' _bl_afd3d39b-41d9-424e-895e-f978fc4ba0f6=''><source src='" + mp4Url + "' type='video/mp4'><track default src='" + trackUrl+ "'></video>

提问3

如何设置标签识别换行符

回答

style="white-space: pre-line;"

提问4

回答

如何设置p标签滚动
style=" max-height: 450px;overflow: scroll;"

标签:积累,style,回答,height,如何,提问,css
From: https://www.cnblogs.com/wuhailong/p/17115241.html

相关文章