CSS學習筆記錄(1)

來源:互聯網
上載者:User

超連結的時候會使用到的:

A:visited {
 COLOR: #414141; TEXT-DECORATION:none;
}
A:hover {
 COLOR: #ff0000; TEXT-DECORATION: none;
}
A:active {
 COLOR: #414141; TEXT-DECORATION: none;
}
A:link {
 COLOR: #414141; TEXT-DECORATION: none;
}

 

 

固定寬度且置中:

body
{
  margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: verdana, arial, helvetica, sans-serif;
 text-align: center;
}

設定li對象無符號:

.myclass ul li
{
 
 list-style:none;
}

 

 

 

設定頁尾:

 

.foot
{
  clear:both;
  }

 

 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.