-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
96 lines (80 loc) · 1.2 KB
/
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
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
91
92
93
94
95
96
body {
font-family: monospace;
background-color: rgba(0, 0, 0, 0.089);
}
h2 {
font-size: 2em;
color: maroon;
}
h3 {
font-size: 1.5em;
margin-left: 60px;
}
.regex {
position: relative;
margin-left: 60px;
font-size: 1.2em;
}
h4 {
font-size: 1.2em;
color: maroon;
}
#str,
#reg {
font-size: 1.2em;
}
.form-group {
padding-top: 2em;
}
.form-group1 {
padding-bottom: 1em;
}
.testes,
.replace {
vertical-align: top;
width: 400px;
display: inline-block;
margin-left: 20px;
font-size: 1.1em;
margin-bottom: 2em;
}
.button {
font-size: 1em;
color: white;
background-color: #008cff;
}
select {
width: 350px;
height: 54px;
}
.nav {
font-size: 1.5em;
}
.intro {
font-size: 1em;
text-align: justify;
margin-right: 30px;
margin-left: 30px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #333333;
font-size: 0.9em;
color: #ffffff;
text-align: center;
margin: 0px;
}
.footer small {
color: #ff0000;
}
.metodos{
background-color: rgba(0, 0, 0, 0.158);
}
article{
margin-left: 25px;
margin-right: 25px;
margin-bottom: 25px;
}