-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
54 lines (46 loc) · 863 Bytes
/
main.css
File metadata and controls
54 lines (46 loc) · 863 Bytes
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
53
54
@import url('https://fonts.googleapis.com/css?family=Markazi+Text');
body{
padding: 0;
margin: 0;
background: #222;
color: whitesmoke;
}
#arab_input{
font-family: 'Markazi Text', serif;
font-size: 2em;
}
input{
width: 99%;
text-align: right;
padding: 10px 0;
margin: 0;
background: #222;
color: whitesmoke;
border: 0;
border-radius: 0;
}
#arab{
font-family: 'Markazi Text', serif;
font-size: 2em;
text-align: center;
background: #333;
color: whitesmoke;
margin: 2px;
padding: 0;
height: 58px;
}
#buttons{
display: grid;
grid-template-columns: repeat(7, 14.3%);
}
#clearButton{
margin: 0;
padding: 19px 0 0 0;
background: #c0392b;
text-align: center;
vertical-align: middle;
}
#top{
display: grid;
grid-template-columns: 20% auto;
}