标签: html css
我想改变div的设计(颜色,宽度,文字边距等)。我怎么能这样做?我不想使用<style type="text/css">
<style type="text/css">
答案 0 :(得分:2)
简单。
<div style="background-color:YOUR_COLOR; width:YOUR_WIDTH; margin:MARGIN;">TEXT</div>
用途:
background-color
color
width
margin
margin-left
margin-right
margin-top
margin-bottom