forked from Laboratoria/DEV015-text-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (66 loc) · 1.37 KB
/
style.css
File metadata and controls
67 lines (66 loc) · 1.37 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
.mooli-regular {
font-family: "Mooli", sans-serif;
font-weight: 400;
font-style: normal;
}
header{
font-family: "Mooli", sans-serif;
text-align: center;
background:#E1CDC6;
color: #564335;
padding: 10px 0;
}
ul li{
font-family: "Mooli", sans-serif;
text-align: left;
display: inline-block;
margin-right: 10px;
border-width: 1px #F4DAB5;
border-style: dotted;
border-radius: 20px;
padding: 5px;
}
Body{
font-family: "Mooli", sans-serif;
text-align: center;
background:#F1E9E6;
color: #C49488;
padding: 10px 0;
}
textarea{
font-family: "Mooli", sans-serif;
font-size: 100%;
background: #f1f0f8;
box-sizing: border-box;
width:500px;
border-radius: 25px;
padding: 10px;
height: 200px;
border: #F2B892;
border-width: 3px;
border-style: solid;
margin: auto;
display: block;
}
button{
font-family: "Mooli", sans-serif;
font-weight: normal;
font-size:100%;
width: 20%;
display: block;
margin: auto;
margin-top: 3rem;
padding: 30px;
background-color: #E1CDC6;
border: #C49488;
border-width: 3px;
border-style: solid;
cursor: pointer;
border-radius:20px;
}
footer{
font-family: "Mooli", sans-serif;
text-align: right;
margin-top: 100px;
margin-bottom: 100px;
}