Source Code:
(back to article)
Submit
Result:
Report an issue
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
›
⌄
⌄
⌄
⌄
⌄
⌄
<!DOCTYPE html>
<
html
>
<
head
>
<
style
>
p
{
height:
90
px
;
line-height:
90
px
;
text-align:
center
;
border:
2
px
dashed
#f68c51
;
}
</
style
>
</
head
>
<
body
>
<
p
>
Ich bin vertikal zentriert
</
p
>
</
body
>
</
html
>
<!DOCTYPE html> <html> <head> <style> p { height: 90px; line-height: 90px; text-align: center; border: 2px dashed #f68c51; } </style> </head> <body> <p> Ich bin vertikal zentriert </p> </body> </html>