diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -9,7 +9,7 @@ body { margin: 40px auto; max-width: 650px; line-height: 1.6; - font-size: 23px; + font-size: 30px; color: #444; padding: 0 10px; } @@ -20,14 +20,18 @@ a:link { color: blue; } a:visited { color: blue; } a:hover { color: blue; } a:active { color: blue; } +.center { + text-align: center +} </style> </head> <body> -<p>Hello, I'm Dmitry Ilvokhin.</p> +<p class="center">Hello, I'm Dmitry Ilvokhin.</p> -<p>You can reach me on <a href="https://t.me/ilvokhin">telegram</a> or - <a href="mailto:d@ilvokhin.com">email</a>.</p> +<p class="center"> + You can reach me on <a href="https://t.me/ilvokhin">telegram</a> or + <a href="mailto:d@ilvokhin.com">email</a>.</p> </body> </html> |