Created
December 8, 2016 05:23
-
-
Save sudeepdk/d257deef6623f42d3a4c9939f25fdf47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<style type="text/css"> | |
.shap:after { | |
content: ""; | |
position: absolute; | |
bottom: 0; | |
/* left: 0; */ | |
border-top: 30px solid #000; | |
/* border-left: 29px solid #eee; */ | |
border-right: 30px solid #eee; | |
width: 42px; | |
height: 0; | |
right: 0; | |
} | |
.shap { | |
height: 300px; | |
width: 300px; | |
background-color: #000; | |
position: relative; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="shap"> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment