A ultra simple login screen on a calm breezy day,
A Pen by Lewi Hussey on CodePen.
A ultra simple login screen on a calm breezy day,
A Pen by Lewi Hussey on CodePen.
| <p><strong>Webbyrån WEBBAB </strong></p> | |
| <p><a href="tel:+4626614000">026-61 40 00</a><br> | |
| <a href="mailto:[email protected]">[email protected]</a></p> | |
| <p><i><small>Välkommen att kontakta oss vid evenuella funderingar.</small></i></p> |
| <!doctype html> | |
| <title>Site Maintenance</title> | |
| <style> | |
| body { text-align: center; padding: 150px; } | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
| a { color: #dc8100; text-decoration: none; } | |
| a:hover { color: #333; text-decoration: none; } | |
| </style> |
| <!-- Example #1 - no styling --> | |
| Made with ❤ in Switzerland | |
| <!-- Example #2 - inline-styled ❤ --> | |
| Made with <span style="color: #e25555;">♥</span> in Switzerland | |
| Made with <span style="color: #e25555;">♥</span> in Switzerland | |
| <!-- Example #3 - CSS-style class for ❤ --> | |
| <style>.heart{color:#e25555;}</style> | |
| Made with <span class="heart">❤</span> in Switzerland |