fixed css, added text
This commit is contained in:
42
mobile.html
42
mobile.html
@@ -7,16 +7,13 @@
|
||||
<meta name="date" content="" scheme="2019-06-01">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
html {
|
||||
height: 100%;font-size:100%;
|
||||
}
|
||||
|
||||
@media(min-width:60em){html{font-size: 100%}}
|
||||
html {height: 100%; font-size:100%;}
|
||||
body {
|
||||
font-size: 16px;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
background-image: url(potemkin.png);
|
||||
background-image: url(potemkin.jpg);
|
||||
background-size: auto 100%;
|
||||
background-repeat:no-repeat;
|
||||
background-position: center;
|
||||
@@ -24,6 +21,12 @@
|
||||
background-attachment: fixed;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
p {font-size:120%;}
|
||||
h1 {font-size: 250%;}
|
||||
a {color: rgb(255,255,255);text-decoration: underline;}
|
||||
a:hover {text-decoration: none;}
|
||||
ul{line-height:200%;}
|
||||
|
||||
#content {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
@@ -36,33 +39,30 @@
|
||||
color: rgb(255,255,255);
|
||||
font-family: Verdana;
|
||||
}
|
||||
p {
|
||||
font-size:120%;
|
||||
}
|
||||
h1 {
|
||||
font-size: 250%;
|
||||
}
|
||||
a {
|
||||
color: rgb(255,255,255);
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
ul{line-height:200%;}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1>Under Construction</h1>
|
||||
<h1>Coal Media Community</h1>
|
||||
<h2>Under Construction</h2>
|
||||
<p>
|
||||
This place is going to be a hub for <b>collaborative work</b> in the fields of <b>media art</b> and <b>design</b> regarding <b>knowledge</b> and <b>social interaction</b> on the <b>internet</b>.<br>
|
||||
The community is based on <b>European standards</b>, <b>the whole world is invited</b> to collaborate.<br>
|
||||
It is registered at <a href="https://www.manitu.de/" target="_blank"><b>Manitu</b></a>, a web host service based in <b>Saarland, Germany</b>.<br><br>
|
||||
It is registered and hosted at <a href="https://www.manitu.de/" target="_blank"><b>Manitu</b></a>, a web host service based in <b>Saarland, Germany</b>.<br><br>
|
||||
<b>We'd love you to get in contact with us!</b><br><br>
|
||||
<center><h3><a href="https://discord.gg/nGDYYKE">Discord invitation</a></h3></center>
|
||||
</p>
|
||||
<h3>Impressum</h3>
|
||||
<p>
|
||||
<a href="impressum/Victor Giers.vcf">Download vCard</a><br>
|
||||
Victor Giers<br>
|
||||
Badmauer 14<br>
|
||||
73525 Schwäbisch Gmünd<br>
|
||||
+49 160 977 0 7979<br>
|
||||
<a href="mailto:mail@giers.io">mail@giers.io</a><br>
|
||||
<a href="https://giers.io/">https://giers.io/</a>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user