-
Author
-
August 25, 2017 at 19:53 #171752
king
ParticipantHi,
As agreed I opened a new ticket
The “my-custom-div” class does not exist
Should we create it? And add it to the style.css file of the child model.
Correct
my code
I begin
<pre><code>
/* Block */
<div class=”my-custom-div” id=”footer”>
<div class=”container”>
<div class=”row”>
<div class=”col-md-12″><h3>test <i class=”fa fa-bullhorn”></i></h3></div>
</div>
<div class=”row”>
<div class=”col-md-4″ id=”section-content”>
<h5>test</h5>
<p class=”text-muted”>test</p>
<p class=”lead”>test</p>
<hr>
</div>
<div class=”col-md-4″ id=”section-content”>
<h5>test</h5>
<p class=”text-muted”>test</p>
<p class=”lead”>test</p>
<hr>
</div>
<div class=”col-md-4″ id=”section-content”>
<h5>test</h5>
<p class=”text-muted”>test</p>
<p class=”lead”>test</p>
<hr>
</div>
</div>
</div>
</div>
</pre></code>
style.css
<pre><code>
/* Block */
.my-custom-div{padding:1.5rem 0;position:relative;background:url(images/bluebg.jpg) top center no-repeat fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/bluebg.jpg’, sizingMethod=’scale’);-ms-filter:”progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/bluebg.jpg’, sizingMethod=’scale’)”}.my-custom-div h3{color:#ceefff;margin-bottom:1rem}.my-custom-div h5{padding-bottom:0;margin-bottom:.1rem;color:#fff;font-size:1.1rem}.my-custom-div .text-muted{color:#214c62;font-size:.9rem}
</pre></code>
Thank you
-
AuthorPosts
You must be logged in to reply to this topic.