-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (42 loc) · 765 Bytes
/
style.css
File metadata and controls
47 lines (42 loc) · 765 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
/* body {
background-color: #f5f6f7;
font-family: 'Muli', sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} */
/* .container {
width: 500px;
margin-top: 50px;
}
.yellow {
padding: 1px 5px;
color: rgb(39, 38, 35);
font-size: 14px;
display: inline-block;
background-color: yellow;
}
textarea {
border: none;
padding: 15px 20px;
display: block;
width: 150%;
margin-left: -120px;
height: 70px;
font-family: inherit;
margin-top: 120px;
font-size: 16px;
border-radius: 10px;
box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
outline: 0;
}
textarea:focus {
box-shadow: 0 0 8px 2px rgba(161, 161, 161, 0.2);
outline: 0;
} */
/* .img {
height: 100px;
margin-left: 400px;
margin-top: -300px;
} */