branch wieder master; layout orange

This commit is contained in:
2022-12-21 02:06:12 +01:00
parent 722f7a5cff
commit a4658286cf
6 changed files with 22 additions and 40 deletions

View File

@ -5,9 +5,9 @@ export default function DogNameTxt(
{name: string, email: string, phone: string}) {
return (
<div>
<p>Hallo ich bin die <p>{name}!</p></p>
<p>bitte schreib eine Mail an <p>{email}</p>
oder ruf <p>{phone} an,</p>damit ich schnell wieder Heim komme.</p>
<p>Hallo ich bin <p className='Content'>{name}!</p></p>
<p>bitte schreib eine Mail an <p className='Content'>{email}</p>
oder ruf <div className='neben'><div className='Content'>{phone}</div> an,</div> damit ich schnell wieder Heim komme.</p>
</div>
)
}