-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
52 lines (45 loc) · 903 Bytes
/
style.css
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
41
42
43
44
45
46
47
48
49
50
51
52
textarea {
width: 600px;
height: 120px;
border: 3px solid #cccccc;
padding: 5px;
font-family: Tahoma, sans-serif;
background-image: url(bg.gif);
background-position: bottom right;
background-repeat: no-repeat;
}
p.rtl {
font-family: "AlefMultiGenderHebrew";
direction: rtl;
}
@font-face {
font-family: "AlefMultiGenderHebrew";
src: url("fonts/AlefMultiGndr-Regular.woff");
}
#app_container {
font-family: "AlefMultiGenderHebrew";
display: grid;
grid-template-columns: 80px 200px auto 40px;
width: 70%;
padding: 10px;
}
span{
white-space: pre;
}
.wrapper{
width: 20%;
/* Center vertically and horizontally */
position: absolute;
top: 20%;
left: 50%;
margin: -25px 0 0 -25px; /* apply negative top and left margins to truly center the element */
}
.output{
font-size: 24px;
}
h4.rev-input{
width: 15%;
height: 200px;
color: red;
float: right;
}