When I type this:
<style>
.tavit{
width:400px;
height:300px;
background-color:yellow;
border:dashed;
border-style:double;
margin:auto;
font-size:medium;
text-align:right;
}
.adom {
color: red;
font-size: xx-large;
text-align: center;
}
</style>
nothing works. Like one or the other. What am I missing? Thanks
user7910922
source
share