css 一些基本标签

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 一些基本标签相关的知识,希望对你有一定的参考价值。

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
  background-color:gray;
  border-style: dotted;
  
  height: 50px;
  width: 100%;
  
  font-family: verdana;
  
  color:white;
  
  display: inline-block;
}

以上是关于css 一些基本标签的主要内容,如果未能解决你的问题,请参考以下文章

css入门

HTML笔记--- HTML的基本标签,实体符号,表格(单元格合并等)

前端css基本布局

css选择器最常用的类型

前端学习总结

CSS选择器