Horje
html content in rectangle Code Example
html content in rectangle
<style>
.rectangle{
padding-top: 40px;
  width:100px;
  height:100px;
  border:1px solid #000; 
  position: relative;
  text-align: center;
}
</style>

<div class="rectangle">Hello world!</div>




Html

Related
background position in html Code Example background position in html Code Example
color de las letras en html Code Example color de las letras en html Code Example
how to make text move in html Code Example how to make text move in html Code Example
dropdown forms in bootstrap Code Example dropdown forms in bootstrap Code Example
html make range bar show value Code Example html make range bar show value Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8