-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
52 lines (43 loc) · 794 Bytes
/
main.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
html {
font-size: 22px;
}
body {
background-color: #333;
color: whitesmoke;
}
button {
padding: 20px, 15px;
margin: 5px;
height: 35px;
width: 60px;
border-radius: 4px;
background-color: rgb(200, 197, 197);
}
button:hover {
background-color: rgb(250, 253, 254);
}
textarea {
overflow: hidden;
white-space: nowrap;
/* margin-left: 5px; */
padding: 20px;
resize: none;
width: 510px;
border-style: groove;
border-radius: 5px;
position: relative;
left: 450px;
font-size: xx-large;
/* direction:rtl; */
}
.main {
background-color: rgba(251, 252, 253, 0.235);
margin-top: 20px;
}
.firstrow {
position: relative;
left: 450px;
bottom: 2px;
block-size: 50px;
width: 550px;
}