forked from Laboratoria/DEV010-text-analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
90 lines (83 loc) · 1.19 KB
/
style.css
File metadata and controls
90 lines (83 loc) · 1.19 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
header,
footer {
width: 100%;
}
h1 {
text-align: center;
background-image: linear-gradient(
to left top,
#e996c5,
#dd93d0,
#cd92dc,
#b792e7,
#9a94f0,
#7aa0fa,
#52abff,
#00b5ff,
#00c9ff,
#00dbff,
#1eebf9,
#5ffbf1
);
color: rgb(58, 77, 58);
text-align: center;
font-family: "Algerian";
}
h2 {
text-align: center;
background-image: linear-gradient(
to left top,
#e996c5,
#dd93d0,
#cd92dc,
#b792e7,
#9a94f0,
#7aa0fa,
#52abff,
#00b5ff,
#00c9ff,
#00dbff,
#1eebf9,
#5ffbf1
);
color: rgb(59, 108, 155);
text-align: center;
font-family: "Aharoni";
}
body {
background-image: linear-gradient(
to left top,
#41e0df,
#70e4e6,
#93e8ec,
#b1ecf0,
#cceff3,
#c6e1e4,
#bfd4d5,
#b9c6c7,
#94a5a6,
#708585,
#4e6766,
#2e4a48
);
}
section {
color: rgb(59, 23, 68);
text-align: center;
font-family: "Broadway";
}
textarea[name="user-input"] {
box-sizing: content-box;
width: 400px;
height: 100px;
}
#reset-button {
background-color: rgb(22, 20, 22);
color: blue;
}
ul,
.ul-list {
list-style-type: none;
padding: 0;
margin: 0;
}