<img src="/images/gifs/under-construction/underconstructiontxt.gif" alt="under-construction text gif" width="300"><br>
<img src="/images/gifs/under-construction/underconstructionimg.gif" alt="men in work" width="250">
<h1>nothing here yet...</h1>
- <p>check back soon... some content will be inserted here.</p>
+ <p>check back soon, some cool stuffs will be inserted here.</p>
</div>
-<hr>
\ No newline at end of file
+<hr>
body {
- font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
+ font-family: Palatino, serif;
background-image: url('/images/backgrounds/Ocean.jpg');
background-size: cover;
background-attachment: fixed;
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0;
}
+a {
+ color: yellow;
+ text-decoration: none;
+}
+a:hover {
+ text-decoration: underline;
+}