summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-07-25 13:03:43 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-07-25 13:03:43 +0930
commitbef39bd8339a3d2ce833e85ec084369939378c00 (patch)
treea7b36c6cf9a6e6ebc0dcc292cf62d425377e9cc4
parent8551d6bbc4c37ad8bc2c6ce04e9646f89b8f235e (diff)
downloadgnupluslinux.com-bef39bd8339a3d2ce833e85ec084369939378c00.tar.gz
gnupluslinux.com-bef39bd8339a3d2ce833e85ec084369939378c00.zip
changed tewi ti chito and moved her
-rw-r--r--iuse/index.html16
1 files changed, 11 insertions, 5 deletions
diff --git a/iuse/index.html b/iuse/index.html
index 5e832f7..77b7cdd 100644
--- a/iuse/index.html
+++ b/iuse/index.html
@@ -5,6 +5,7 @@
<meta name="keywords" content="linux, gnu, software, personal">
<meta name="description" content="daniel_j's system">
<meta name="author" content="daniel_j">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-control" content="public">
<link rel="icon" type="image/png" href="favicon.png">
<title>GNU plus Linux</title>
@@ -13,15 +14,19 @@
.content
{
background-color: #fafafa;
- position: relative;
+ position: absolute;
border-radius: 25px;
border: 2px;
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
width: 600px;
- margin-top: 20%;
- margin-left: auto;
- margin-right: auto;
+ height: 350px;
+ margin: auto;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
}
+ .content img {position: absolute; right: 0; bottom: 0;}
.title {text-align: center;}
pre {overflow: auto;}
.middle {text-align: center; font-size: 70%;}
@@ -52,9 +57,10 @@
###
##
</pre>
+ <img src="chito.png" width=200 height=200>
</div>
<!-- https://dav-19.deviantart.com/art/Chibi-Tewi-209993029 -->
- <img src="tewi.gif" style="position: fixed; right: 0px; bottom: -30px;">
+ <!-- <img src="tewi.gif" style="position: fixed; right: 0px; bottom: -30px;"> -->
</body>
</html>