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

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>
主站蜘蛛池模板: 湄潭县| 永德县| 昌乐县| 宜丰县| 封开县| 策勒县| 竹北市| 巴林右旗| 天长市| 崇义县| 雅江县| 盐源县| 平远县| 吴忠市| 怀远县| 佳木斯市| 唐海县| 南陵县| 安达市| 莱阳市| 修文县| 南岸区| 铁力市| 班玛县| 大悟县| 柘荣县| 连州市| 双江| 康平县| 商河县| 石城县| 土默特右旗| 竹北市| 会东县| 繁峙县| 隆安县| 赤峰市| 卢氏县| 台东县| 乡宁县| 兴宁市|