This text has no border and is "padded" to put the text more in the center
This page was made to look this way by putting the following between the <head> and </head> tags:
<style type="text/css">
p.one {
border: solid ;
border-width: thin ;
width: 50% ;
margin-left: 20% ;
color: blue ;
background: pink ;
padding: 5em ;
border: none ;
}
</style>