css如何让div向下移动指定的距离

2024-10-14 10:31:49

1、新建一个html文件,命名为test.html,用于讲解css如何让div向下移动指定的距离。

css如何让div向下移动指定的距离

3、在test.html文件内,设置div的class属性为cctwo。

css如何让div向下移动指定的距离

5、在css标签内,再通过margin-top属性让div向下移动50px。

css如何让div向下移动指定的距离
猜你喜欢