You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
840 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="manifesto.css">
<title>TEXT AS IMAGE</title>
<link rel="icon" href="liquidwit-01.png" type="image/png"/>
<style>
body{
background-image: url("textasimage.png");
background-size: 100%;
height: 60vw;
background-repeat: no-repeat;
font-family: Roboto Mono, monospace;
font-size: 10pt;
/* line-height: 1.4pt; */
/* color: black; */
/* padding-left: 150px;
padding-right: 150px;
padding-top: 25px; */
}
@media screen and (max-width: 600px){
img[usemap]{
transform: rotate(90deg);
max-width: 200%;
max-height: 130%;
margin: 20% 0;