这两个div不会并排坐吗?

丹尼尔·福克纳

这是问题的屏幕截图。

这是问题的屏幕截图。

我已经尝试了这方面的所有解决方案都无济于事。

这是我正在使用的代码和结果屏幕截图,任何帮助将不胜感激。

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js"></script>
<div class="container">
    <center>
        <h2>How will the 'Savvy Club' help?</h2>
        <br />
    </center>
    <div id="wrapper">
        <div class="row">
            <div class="col-md-6 col-sm-4 pos-left">
                <p>The ‘Savvy Package’ has been created through a thorough knowledge of both Social Media and an understanding of what businesses need. This understanding has been learnt from us going up and dow the country delivering our informative and no holds barred workshop. We soon noticed that we left people inspired yet overwhelmed.</p>
                <br />
                <br />               
                <p>The Savvy club is for businesses who are serious about seeing results through Social Media. We deliver support through webinars and workshops. Our Facebook Group delivers support and information giving members opportunity to share thoughts and experiences.</p>
                <br />
                <br />
                <p><b>Consider the Savvy Club as the helpful, in house digital expert you never had.</b></p>
            </div>
        </div>
    </div>   
    <font face="arial">
        <div class="col-md-6 col-md-push-7 col-sm-8 col-sm-push-4">
            <div class="square">
                <b>Stay On Top of Changes</b>
                <br />
                <p>One of the primary challenges for Social media marketing is that the tools are always changing. We help you keep up with the changes, thanks to a weekly webinars.</p>
            </div>
            <br />
            <div class="square">
                <b>Quick Access to Help</b>
                <br />
                <p>Our Savvy Guru’s are on hand to answer any question that comes through the Group giving you the confidence to broadcast with confidence.</p>
            </div>
            <br />
            <div class="square">
                <b>Sharpen Your Skills with Training</b>
                <br />
                <p>You’ll have immediate access to all Wisdom Wednesday replays we have delivered via the group, Ideal for binge viewing. We liken it to Netflix for digital strategy.</p>
            </div>
            <br />
            <div class="square">
                <b>Support on Content</b>
                <br />
                <p>Knowing what to post and when can sometimes be a problem. Our content calendar briefing will guide you or inspire you on which direction your content should take.</p>
            </div>
            <br />
            <div class="square2">
                <b>Someone to speak to</b>
                <br />
                <p>The first year of The Savvy’s delivery there was something missing although you could get questions answered via the group - the opportunity to brain storm and sound out ideas was missing. We have answered this with the second tier of the Savvy Package and called it pro. (Savvy Pro only).</p>
            </div>
        </div>
    </font>
</div>

路易斯·费利佩·德·赫苏斯·穆尼奥斯

为了并排对齐,它们必须在同一行中。

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js"></script>
<div class="container">
    <center>
        <h2>How will the 'Savvy Club' help?</h2>
        <br />
    </center>
    <div id="wrapper">
        <div class="row">
            <div class="col-md-6">
                <p>The ‘Savvy Package’ has been created through a thorough knowledge of both Social Media and an understanding of what businesses need. This understanding has been learnt from us going up and dow the country delivering our informative and no holds barred workshop. We soon noticed that we left people inspired yet overwhelmed.</p>
                <br />
                <br />               
                <p>The Savvy club is for businesses who are serious about seeing results through Social Media. We deliver support through webinars and workshops. Our Facebook Group delivers support and information giving members opportunity to share thoughts and experiences.</p>
                <br />
                <br />
                <p><b>Consider the Savvy Club as the helpful, in house digital expert you never had.</b></p>
            </div>
            <div class="col-md-6">
                <div class="square">
                    <b>Stay On Top of Changes</b>
                    <br />
                    <p>One of the primary challenges for Social media marketing is that the tools are always changing. We help you keep up with the changes, thanks to a weekly webinars.</p>
                </div>
                <br />
                <div class="square">
                    <b>Quick Access to Help</b>
                    <br />
                    <p>Our Savvy Guru’s are on hand to answer any question that comes through the Group giving you the confidence to broadcast with confidence.</p>
                </div>
                <br />
                <div class="square">
                    <b>Sharpen Your Skills with Training</b>
                    <br />
                    <p>You’ll have immediate access to all Wisdom Wednesday replays we have delivered via the group, Ideal for binge viewing. We liken it to Netflix for digital strategy.</p>
                </div>
                <br />
                <div class="square">
                    <b>Support on Content</b>
                    <br />
                    <p>Knowing what to post and when can sometimes be a problem. Our content calendar briefing will guide you or inspire you on which direction your content should take.</p>
                </div>
                <br />
                <div class="square2">
                    <b>Someone to speak to</b>
                    <br />
                    <p>The first year of The Savvy’s delivery there was something missing although you could get questions answered via the group - the opportunity to brain storm and sound out ideas was missing. We have answered this with the second tier of the Savvy Package and called it pro. (Savvy Pro only).</p>
                </div>
            </div>
        </div>
    </div>   
</div>

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

两个div并排

来自分类Dev

这两个功能等效吗?

来自分类Dev

这两个xml是等效的吗?

来自分类Dev

并排对齐两个div的问题

来自分类Dev

并排两个<div>容器

来自分类Dev

并排对齐两个div

来自分类Dev

包装内并排的两个div

来自分类Dev

如何使两个div并排站立

来自分类Dev

如何使两个div并排对齐?

来自分类Dev

并排内联两个 div - CSS

来自分类Dev

调整窗口大小时并排对齐两个div,而不会变形

来自分类Dev

这两个构造函数都做相同的事情吗?

来自分类Dev

这两个表应该相关吗?

来自分类Dev

我可以合并这两个if语句吗?

来自分类Dev

这两个路由在nodejs中相同吗?

来自分类Dev

这两个代码有什么区别吗?

来自分类Dev

这两个语法相等吗?

来自分类Dev

Linq 中的这两个语句有区别吗?

来自分类Dev

我不明白为什么这两个元素没有并排对齐?

来自分类Dev

我如何以不同的形式并排放置这两个按钮

来自分类Dev

这两个合并排序实现的空间复杂度是否相同?

来自分类Dev

如何使这两个div的高度相同?

来自分类Dev

如何删除这两个DIV之间的多余空间?

来自分类Dev

如何删除这两个div之间的空间

来自分类Dev

为什么这两个div不能充当块?

来自分类Dev

如何并排设置两个div

来自分类Dev

如何始终保持两个div并排

来自分类Dev

如何使用CSS not table使两个div并排显示?

来自分类Dev

如何使两个并排的div高度相同?