SHOW:
|
|
- or go back to the newest paste.
1 | - | <html><head><body><h1>привет</h1></body></html> |
1 | + | <html> |
2 | - | <style> |
2 | + | <style> |
3 | - | h1 { |
3 | + | h1 { |
4 | - | display: block: |
4 | + | display: block; |
5 | - | text-align: center; |
5 | + | text-align: center; |
6 | - | text-transform: uppercase; |
6 | + | text-transform: uppercase; |
7 | - | } |
7 | + | } |
8 | - | </style> |
8 | + | </style> |
9 | - | </head> |
9 | + | <body> |
10 | <h1>привет</h1> | |
11 | </body> | |
12 | </html> |