11.15
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了11.15相关的知识,希望对你有一定的参考价值。
<link rel="stylesheet" href="./css/index.css">
链接style,到CSS文本,样式
内部样式 在head 内部定义<style>
引入外部样式:<link rel="stylesheet"href
="css文件地址 ”./2.css>
在样式里加 !importan 注重加强。
background-color: blue ! important
position:absolute;top:180px;left: 800px;
相对,绝对。相对于具有position属性的父级元素。
相对;relative;top:10;left:10px;
绝对:position:absolute;top:10px;left: 10px;
本文出自 “PHP” 博客,谢绝转载!
以上是关于11.15的主要内容,如果未能解决你的问题,请参考以下文章