.portfoliotekst {
padding-top:1px;
top:0;
width:300px;
height: 340px;
background-color:red;
position:relative; /* add this to specify its position */
}
.viewwebsite {
text-align:center;
bottom:0;
left:0;
margin-top:50px;
line-height:56px;
width:200px;
background-color:#81b63a;
position:relative;
font-size:14pt;
position:absolute; /* add this to specify its position wrt its parent */
}
Run Code Online (Sandbox Code Playgroud)