<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
height: 200px;
background: url(image.jpg) no-repeat top center;
background-size: cover;
}
section {
position: relative;
height: 100px;
background: #80deea;
}
section::before {
position: absolute;
top: -100px;
display: block;
width: 100%;
height: 100px;
content: '';
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2380deea' points='0,100 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#80deea" points="0,100 100,100 100,0"></polygon>
</svg>*/
}
h1, h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 0 0 1em;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
position: relative;
height: 100px;
background: #80deea;
}
header::after {
position: absolute;
bottom: -100px;
display: block;
width: 100%;
height: 100px;
content: '';
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2380deea' points='0,0 0,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#80deea" points="0,0 0,100 100,0"></polygon>
</svg>*/
}
section {
height: 200px;
background: url(image.jpg) no-repeat top center;
background-size:cover;
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 3em 0;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
height: 200px;
background: url(image.jpg) no-repeat top center;
background-size:cover;
}
section {
position: relative;
height: 100px;
background: #80deea;
}
section::before {
position: absolute;
top: -100px;
display: block;
width: 100%;
height: 100px;
content: '';
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2380deea' points='0,0 100,100 0,100'%3E%3C/polygon%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#80deea" points="0,0 100,100 0,100"></polygon>
</svg>*/
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 0 0 3em 0;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
position: relative;
height: 100px;
background: #80deea;
}
header::after {
position: absolute;
bottom: -100px;
display: block;
width: 100%;
height: 100px;
content: '';
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2380deea' points='0,0 100,100 100,0'%3E%3C/polygon%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#80deea" points="0,0 100,100 100,0"></polygon>
</svg>*/
}
section {
height: 200px;
background: url(image.jpg) no-repeat top center;
background-size: cover;
}
h1, h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 3em 0;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
position: relative;
height: 150px;
background: url(image.jpg) no-repeat top center;
background-size:cover;
}
header::after {
position: absolute;
content: '';
bottom: -50px;
display: block;
width: 100%;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2380deea' points='100,50 0,50 0,0 50,50 100,0 '/%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#80deea" points="100,50 0,50 0,0 50,50 100,0 "/>
</svg> */
}
section {
height: 150px;
background: #80deea;
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
position: relative;
height: 100px;
background: #80deea;
}
header::after {
position: absolute;
content: '';
bottom: -100px;
display: block;
width: 100%;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2380deea' points='0,0 50,50 100,0'%3E%3C/polygon%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#80deea" points="0,0 50,50 100,0"></polygon>
</svg> */
}
section {
height: 200px;
background: url(image.jpg) no-repeat top center;
background-size:cover;
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 3em 0;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
position: relative;
height: 150px;
background: url(image.jpg) no-repeat top center;
background-size:cover;
}
header::after {
position: absolute;
content: '';
bottom: -50px;
display: block;
width: 100%;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2380deea' points='100,50 0,50 0,0 50,50 100,0 '/%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#80deea" points="100,50 0,50 0,0 50,50 100,0 "/>
</svg> */
}
section {
height: 150px;
background: #80deea;
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
position: relative;
height: 150px;
background: #80deea;
}
header::after {
position: absolute;
content: '';
bottom: -100px;
display: block;
width: 100%;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon fill='%2380deea' points='100,50 50,0 0,50 0,0 100,0 '/%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<polygon fill="#80deea" points="100,50 50,0 0,50 0,0 100,0 "/>
</svg> */
}
section {
height: 150px;
background: url(image.jpg) no-repeat top center;
background-size:cover;
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
height: 150px;
background: url(image.jpg) no-repeat top center;
background-size:cover;
}
section {
position: relative;
background: #80deea;
}
section::before {
position: absolute;
top: -50px;
display: block;
width: 100%;
height: 100px;
content: '';
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%2380deea' d='M0,50 Q50,0 100,50'%3E%3C/path%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<path fill="#80deea" d="M0,50 Q50,0 100,50"></path>
</svg> */
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 2em 0;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
height: 150px;
background: #80deea;
}
section {
position: relative;
height: 150px;
background: url(image.jpg) no-repeat top center;
background-size:cover;
}
section::before {
position: absolute;
top: 0px;
display: block;
width: 100%;
height: 100px;
content: '';
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%2380deea' d='M100 0H0v25C33.333-8.333 66.666-8.333 100 25V0z'/%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<path fill="#80deea" d="M100 0H0v25C33.333-8.333 66.666-8.333 100 25V0z"/>
</svg> */
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 2em 0;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
position: relative;
height: 150px;
background: url(img/sample.jpg) no-repeat top center;
background-size:cover;
}
header::after {
position: absolute;
content: '';
bottom: -75px;
display: block;
width: 100%;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%2380deea' d='M100,25H0V0h0c33.333,33.333,66.666,33.333,100,0l0,0V25z'%3E%3C/path%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<path fill="#80deea" d="M100,25H0V0h0c33.333,33.333,66.666,33.333,100,0l0,0V25z"></path>
</svg> */
}
section {
height: 150px;
background: #80deea;
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 2em 0;
}
<header>
<h1>Header</h1>
</header>
<article>
<section>
<h2>Content</h2>
</section>
</article>
header {
position: relative;
height: 150px;
background: #80deea;
}
header::after {
position: absolute;
content: '';
bottom: -100px;
display: block;
width: 100%;
height: 100px;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%2380deea' d='M0,0 Q50,50 100,0'%3E%3C/path%3E%3C/svg%3E");
/* ↑[fill='%2380deea']部分がカラー指定[80deea]部分を変更 */
/* svgファイルを外部読み込みする場合は下記を[ファイル名.svg]として保存してurl(ファイル名.svg)で指定 */
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<path fill="#80deea" d="M0,0 Q50,50 100,0"></path>
</svg> */
}
section {
height: 150px;
background: url(img/sample.jpg) no-repeat top center;
background-size:cover;
}
h1,h2 {
font-size: 2em;
margin: 0;
padding: 1em 0;
text-align: center;
color: #ffffff;
}
h2 {
padding: 2em 0;
}
*IEに対応するためには頭の[data:image/svg+xml,]を[data:image/svg+xml;charset=utf8,]に変更する必要があります。