I have this code in my webpage webcovid19.live
<style>
h1 {
padding: 20px;
}
h2 {
padding: 20px;
}
p {
padding: 20px;
}
h4 {
padding: 20px;
}
</style>
....
<body>
<p> Data Source : Center for Systems Science and Engineering (CSSE) at Johns Hopkins University (JHU)</p>
<p> Powered by Google Data Studio & Google BigQuery</p>
我只是意识到线之间的大间距是由于我的样式标签所致, 当我删除它时,空格可以,知道吗?我想要这种填充样式...
这是屏幕截图:
Change all the
padding
topadding-left
. It will still indent it from the left but will not affect up, down, right: