官术网_书友最值得收藏!

Basic CSS principles

CSS or Cascading Style Sheets is a language used to describe how HTML elements should be displayed on a web page. For instance, CSS is often used to define common styling elements for a page or set of pages such as the font, background color, font size, link colors, and many other things related to the visual design of a web page:

<style>
html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
#map{
padding:0;
border:solid 2px #94C7BA;
margin:5px;
}
#header {
border: solid 2px #94C7BA;
padding-top:5px;
padding-left:10px;
background-color:white;
color:#594735;
font-size:14pt;
text-align:left; font-weight:bold;
height:35px;
margin:5px;
overflow:hidden;
}
.roundedCorners{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.shadow{

-webkit-box-shadow: 0px 4px 8px #adadad;
-moz-box-shadow: 0px 4px 8px #adadad;
-o-box-shadow: 0px 4px 8px #adadad; box-shadow: 0px 4px 8px #adadad;
}
</style>
主站蜘蛛池模板: 商城县| 永嘉县| 竹溪县| 南召县| 黔南| 天等县| 太仆寺旗| 额敏县| 上林县| 沙湾县| 五华县| 涿州市| 宜黄县| 兴安县| 凤庆县| 平果县| 南溪县| 庐江县| 孝感市| 淅川县| 宿迁市| 海淀区| 岳普湖县| 桑植县| 玉林市| 广水市| 贵阳市| 新密市| 抚远县| 甘肃省| 阿拉善左旗| 克什克腾旗| 庆阳市| 昔阳县| 泰州市| 从化市| 永顺县| 广饶县| 莫力| 泸溪县| 原平市|