forked from Laboratoria/SAP012-text-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
51 lines (46 loc) · 979 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
*{
text-align: center;
}
header{
color:#55412b;
font-size: 20px;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #F4EBDC;
}
ul {
padding-left: 0;
}
.metricas {
list-style-type: none;
font-size: medium;
border: 2px solid #55412b;
border-radius: 20px;
margin: 3px auto;
padding: 0.2rem;
height: 25px; ;
width: 380px;
background-color: #F4EBDC;
}
textarea[name="user-input"]{
width: 500px;
height: 250px;
font-size: 1rem;
padding: 0.5rem;
border-radius: 12px;
margin:0 auto;
border: 2px solid #55412b;
background-color: #F4EBDC;
}
#reset-button{
color:#55412b;
border: 2px solid #55412b;
border-radius: 20px;
padding: 10px 24px;
margin: 8px auto;
background-color: #F4EBDC;
}
footer {
color:#55412b;
font-size: 19px;
font-family: Arial, Helvetica, sans-serif;
}