Section outline

    • FontAwesome Icons

      You can use 600+ FontAwesome icons in your course.


      Tip: Use classnames fa-1fa-2fa-3fa-4 and fa-5 to control the size of the icon

    • Google Material Design Icons

      You can use 900+ Google material design icons in your course.


      Tip: Use classnames md-16md-18md-24md-36 and md-48 to control the size of the icon.

      backup backup backup backup backup
    • FontAwesome Iconsのソースを表示する
      <div>
          <i class="fa fa-check-square-o fa-1"></i>
          <i class="fa fa-check-square-o fa-2 text-success"></i>
          <i class="fa fa-check-square-o fa-3 text-danger"></i>
          <i class="fa fa-check-square-o fa-4 text-warning"></i>
          <i class="fa fa-check-square-o fa-5 text-info"></i>
      </div>



      Google Material Design Iconsのソースを表示する
      <div>
          <i class="material-icons md-16">backup</i>
          <i class="material-icons md-18 text-success">backup</i>
          <i class="material-icons md-24 text-danger">backup</i>
          <i class="material-icons md-36 text-warning">backup</i>
          <i class="material-icons md-48 text-info">backup</i>
      </div>