<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.block {
width: 150px;
height: 150px;
display: block;
background-color: red;
border: 5px solid #000000; //
border-bottom: 0;
border-bottom-width: 5px !important;
border-bottom-color: white;
}
</style>
</head>
<body>
<div class="block"></div>
</body>
</html>