-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 927 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html>
<head>
<title>✊🏻 CФMЯAДЗ | Latin to Cyrillic transliteration encoder</title>
<script src="comrade.js" type="text/javascript"></script>
<style>
body {
font-family: sans-serif;
background: linear-gradient(to right, #c23616, #e84118);
margin: 40px;
}
h1 {
font-size: 62px;
line-height: 85%;
font-weight: bold;
color: white;
margin-bottom: 100px;
}
#field {
font-size: 62pt;
background: none;
border: 0px;
margin: auto;
display: block;
width: 90%;
height: 80%;
color: white;
cursor: text;
}
#field:focus {
outline: none !important;
}
</style>
</head>
<body>
<h1>✊🏻 CФMЯAДЗ</h1>
<!-- <h3></h3> -->
<textarea id="field" autofocus disabled>Рlзasз, турз sоппзтп!пg...</textarea>
<!-- <div></div> -->
</body>
</html>