<h1>Playing with borders</h1>
<details>
I was searching on the web about more stuff
for the border-radius.
Lea Verou did a very good job on explaining stuff about it.
I intend to do things on them using the VueJs
Something cool. I dont know yet.
<br>
I found this guy:
<a href="http://www.mrgeek.me/technology/tutorials/web-design/css3-border-radius-property-explained/">
css3-border-radius-property-explained
</a>
</details>
<ul>
<li class="item"></li>
<li class="item"></li>
<li class="item"></li>
<li class="item"></li>
<li class="item"></li>
</ul>
<h1>Playing with the border images</h1>
<div class="border-img-box"></div>
CSS
ul {
list-style-type: none;
}
.item {
display: inline-block;
border: 8px double black;
margin: 5px;
width: 70px;
height: 70px;
//border-radius: 10px 40px;
border-radius: 10px / 40px 80px;
// the upper is for making the horizontal and the vertical borders different
}
.border-img-box {
width: 350px;
height: 80px;
border: 10px outset red;
border-image: url(https://static3.depositphotos.com/1006994/256/v/950/depositphotos_2567156-stock-illustration-abstract-floral-border-background.jpg) round 30}
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.