CSS加载社交按钮

htmlheadlink rel = stylesheet href = https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css

编程学习网为您整理以下代码实例,主要实现:CSS加载社交按钮,希望可以帮到各位朋友。

<@R_301_6832@>
   <head>
      <link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/AJAX/libs/Font-awesome/4.3.0/CSS/Font-awesome.min.CSS">
      <link rel = "stylesheet" href = "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/CSS/bootstrap.min.CSS">
      <link rel = "stylesheet" href = "/CSS_buttons/bootstrap-social.CSS">
   </head>

   <body>
      <a class = "btn btn-block btn-social btn-twitter">
         <span class = "fa fa-twitter"></span>
         Login with Twitter
      </a>
   </body>
</@R_301_6832@>

本文标题为:CSS加载社交按钮

上一篇: CSS按钮样式
下一篇: CSS加载按钮

基础教程推荐