Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created October 31, 2013 16:15
Show Gist options
  • Select an option

  • Save gunnarbittersmann/7252480 to your computer and use it in GitHub Desktop.

Select an option

Save gunnarbittersmann/7252480 to your computer and use it in GitHub Desktop.
Rounded corners and splitted background colors
/**
* Rounded corners and splitted background colors
*/
.thediv { border:1px solid black; border-radius:20px; }
.firstp { background:yellow; margin:0; padding:10px;
border-radius:20px 20px 0 0; }
<div class="thediv">
<p class="firstp">Der erste Abschnitt</p>
<p class="nextp">Der zweite Abschnitt</p>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment