Note that there are some explanatory texts on larger screens.

plurals
  1. POCSS 3 specials rounded corners in borders
    text
    copied!<p>How can I realise this special corner in my border with CSS3</p> <p><img src="https://i.stack.imgur.com/5zK0p.png" alt="enter image description here"></p> <p>This is what I got now:</p> <p><a href="http://jsfiddle.net/hashie5/nDv5k/" rel="nofollow noreferrer">http://jsfiddle.net/hashie5/nDv5k/</a></p> <pre><code>&lt;aside&gt; &lt;h2&gt;Product in de kijker&lt;/h2&gt; &lt;h3&gt;Mobiele telefonie&lt;/h3&gt; &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.&lt;/p&gt; &lt;a href="#" class="btn btn-runa"&gt;Ga verder&lt;/a&gt; </code></pre> <p></p> <pre><code> aside { border: 1px solid #CCCC00; border-radius: 10px; padding: 5px 20px 20px 20px; width: 290px; margin: 50px; } body { font-family:"Trebuchet MS"; color: #333333; background-color: #FFFFFF; font-size: 14px; line-height: 150%; } h1 { font-size: 30px; color: #1F668C; line-height: 120%; font-weight: normal; } h2 { font-size: 22px; color: #CCCC00; line-height: 120%; font-weight: normal; } h3 { font-size: 22px; color: #1E678E; line-height: 120%; font-weight: normal; } h4 { font-size: 20px; color: #1E668C; line-height: 120%; font-weight: normal; } h5 { font-size: 14px; color: #CCCC00; line-height: 120%; font-weight: bold; } .btn-runa { background: none; background-color: #CCCC00; color: #FFFFFF; text-shadow: none; } </code></pre>
 

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