第一、基本的多媒体对象Media-Object:可用在图片的解说,论坛的留言上etc

  

<div class="container">
        <h3>
            基本的多媒体对象实例</h3>
        <div class="media">
            <a class="pull-left" href="#">
                <img class="media-object" src="Images/mediaobject/c1.jpg" alt="car 1" />
            </a>
            <div class="media-body">
                <h4 class="media-heading">
                    this is a Automobili Lamborghini S.p.A.[white]
                </h4>
                this is content for object.do you think about media. welcome use the media object
                for you website.
            </div>
        </div>
        <div class="media">
            <a class="pull-left" href="#">
                <img class="media-object" src="Images/mediaobject/c2.jpg" alt="car 2" />
            </a>
            <div class="media-body">
                <h4 class="media-heading">
                    this is a Automobili Lamborghini S.p.A.[gray]
                </h4>
                this is content for object.do you think about media. welcome use the media object
                for you website.
                <br />
                this is a Automobili Lamborghini S.p.A.[gray] this is content for object.do you
                think about media. welcome use the media object for you website.
                <br />
                <br />
                <br />
                <br />
                <br />
                <br />
                <br />
                <br />
                <div class="media">
                    <a class="pull-left" href="#">
                        <img class="media-object" src="Images/mediaobject/c3.jpg" alt="car3" />
                        <h4 class="media-heading">
                            this is a Automobili Lamborghini S.p.A.[orange]
                        </h4>
                        this is a Automobili Lamborghini S.p.A.[gray] this is content for object.do you
                        think about media. welcome use the media object for you website. </a>
                </div>
            </div>
        </div>
    </div>
View Code

相关文章:

  • 2021-05-25
  • 2021-10-18
  • 2021-09-01
  • 2021-10-05
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
猜你喜欢
  • 2022-12-23
  • 2021-12-05
  • 2021-07-01
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
相关资源
相似解决方案