alex141097
Neues Mitglied
ich habe runde ecken und will das die nur unten sind hier mein css code:
.boxtop {
border:0px solid black;
width:auto;
height:200px;
background-color: black;
left:200px;top:50px;
-moz-border-radius :10px;
-khtml-border-radius:30px;
}
<div class="boxtop">
</div>
Koennt ihr mir helfen das nur die unteren Ecken abgerundet sind?
LG Alex
.boxtop {
border:0px solid black;
width:auto;
height:200px;
background-color: black;
left:200px;top:50px;
-moz-border-radius :10px;
-khtml-border-radius:30px;
}
<div class="boxtop">
</div>
Koennt ihr mir helfen das nur die unteren Ecken abgerundet sind?
LG Alex