diff --git a/illya/illya.html b/illya/illya.html new file mode 100644 index 0000000..5a23c31 --- /dev/null +++ b/illya/illya.html @@ -0,0 +1,27 @@ + + + + froth.zone Nameserver + + + + + + + + Illya +
+
+ + + diff --git a/illya/img/illya.jpg b/illya/img/illya.jpg new file mode 100644 index 0000000..8c14a34 Binary files /dev/null and b/illya/img/illya.jpg differ diff --git a/illya/theme.css b/illya/theme.css new file mode 100644 index 0000000..5ad68b5 --- /dev/null +++ b/illya/theme.css @@ -0,0 +1,39 @@ +body { + background-color: #000000; + color: rgba(255, 255, 255, 1); + max-width: 80%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + position: absolute; + top: 50%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); + max-height: 80%; + margin: auto; +} + +/* For mobile phones: */ +img { + max-width: 20em; +} + +@media only screen and (min-width: 1300px) { + /* For desktop: */ + img { + max-width: 50%; + } +} + + + +a { + color: rgba(200, 200, 200, 0.8); +} +a:hover { + color: rgba(200, 200, 200, 1); +} +