<iframe id="fff"><img src="xxx.jpg"></iframe>
jQuery('#fff').contents().find('img').attr('src');
<html>
<head>
<style type="text/css">
.xxx {
width: 500px;
height: 300px;
background-color: #fff;
color: #000;
border: 2px solid #336699;
padding: 20px;
position: relative;
}
.xxx::before {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 42px solid #336699;
border-right: 42px solid transparent;
border-top: 42px solid #336699;
border-bottom: 42px solid transparent;
left: -2px;
bottom: -85px;
}
.xxx::after {
content: "";
width: 0px;
height: 0px;
position: absolute;
border-left: 40px solid #fff;
border-right: 40px solid transparent;
border-top: 40px solid #fff;
border-bottom: 40px solid transparent;
left: 0px;
bottom: -80px;
}
</style>
</head>
<body>
<div class="xxx">xxx</div>
</body>
</html>
<html>
<head>
<style type="text/css">
.btn {
display: block;
width: 300px;
height: 50px;
background: #003399;
text-align: center;
padding: 30px 40px 0 40px;
position: relative;
margin: 0 10px 0 0;
color: #fff;
}
.btn:after {
content: "";
border-top: 40px solid transparent;
border-bottom: 40px solid transparent;
border-left: 40px solid #003399;
position: absolute; right: -40px; top: 0;
}
</style>
</head>
<body>
<a class="btn">NEXT</a>
</body>
</html>
.btn {
display: block;
position: relative;
width: 300px;
height: 35px;
background: #003399;
border: 2px solid #3399cc;
border-radius: 5px;
text-align: center;
padding: 15px 20px 0 0;
color: #fff;
}
.btn:after {
content: "";
position: absolute;
width: 38px;
height: 38px;
transform: rotate(45deg);
right: -18px;
top: 5px;
background: #003399;
border-top: 2px solid #3399cc;
border-right: 2px solid #3399cc;
border-radius: 5px;
}
.ipad {
display: block;
margin: 60px auto 0;
}
.ipad {
display: block;
margin: 60px auto 0;
max-height: 320px;
width: auto !important;
}
margin-top: 0.2em;
. А в DESKTOP версии просто разрешение экрана слишком мало чтобы увидеть, что текст тоже немного выше центра кнопки.font-variant-caps: all-small-caps;
, а они уже будут хоть и маленькие но по середине.