Using the code in CSS:



<style>
#box {

transform: scale(0.75) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg); 
transform-origin: 0% 0%
border-left:1px black;
border-right:1px black;
border-top:1px black;
border-bottom:1px black;

</style>

<div id="box"> This is the Text </div>

Make a free website with Yola