Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS3 Shadowbox - on bottom only
    primarykey
    data
    text
    <p>I am attempting to place a shadow at the bottom of the .top_section of my code. However, I cannot make it work. I have two sections (a top and a bottom), the shadow needs to go bellow the .top_section</p> <p>Here is the code:</p> <p>CSS: </p> <pre><code>.top_section { background-image: url(../images/background.png); background-repeat: no-repeat; } #boxShadow{box-shadow: 10px 10pxrgba(0, 0, 0, .4);} .bottom_section { background-image: url(../images/background.png); } </code></pre> <p>HTML:</p> <pre><code>&lt;div class="container-fluid top_section"&gt; &lt;div id="boxShadow"&gt; &lt;section&gt; &lt;div class="row-fluid"&gt; &lt;div class="span4 offset4"&gt; &lt;br /&gt; &lt;img src="images/logo.png" width="400" height="400" image alt="image" /&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row12"&gt; &lt;h3&gt;&lt;p class="text-center"&gt;ANIMATOR &amp; DIGITAL ILLUSTRATOR&lt;/p&gt;&lt;/h3&gt; &lt;h4&gt;&lt;p class="text-center"&gt;I'M MARK FROM SINGAPORE, I DESIGN &amp; MAKE THINGS MOVE. &lt;/p&gt;&lt;/h4&gt; &lt;h4&gt;&lt;p class="text-center"&gt;I AM CURRENTLY FREELANCING AND STUDYING AT ANIMATION MENTOR.&lt;/p&gt;&lt;/h4&gt; &lt;br /&gt; &lt;br /&gt; &lt;/div&gt; &lt;div class="row-fluid"&gt; &lt;ul class="thumbnails"&gt; &lt;li class="span1 offset4"&gt; &lt;a href="#" class="thumbnail"&gt; &lt;img src="images/MAIL_icon.png" width="50" height="50" image alt="image" /&gt; &lt;/a&gt; &lt;/li&gt; &lt;li class="span1"&gt; &lt;a href="#" class="thumbnail"&gt; &lt;img src="images/DRIBBBLE_icon.png" width="50" height="50" image alt="image" /&gt; &lt;/a&gt; &lt;/li&gt; &lt;li class="span1"&gt; &lt;a href="#" class="thumbnail"&gt; &lt;img src="images/TWITTER_icon.png" width="50" height="50" image alt="image" /&gt; &lt;/a&gt; &lt;/li&gt; &lt;li class="span1"&gt; &lt;a href="#" class="thumbnail"&gt; &lt;img src="images/INSTAGRAM_icon.png" width="50" height="50" image alt="image" /&gt; &lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/section&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>Thank you for your help.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload