diff options
Diffstat (limited to 'iuse')
| -rw-r--r-- | iuse/index.html | 16 | 
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>  | 
