-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInfo Route.css
76 lines (73 loc) · 1.61 KB
/
Info Route.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
h2 {
display: block;
font-size: 1.5em;
margin-block-start: 0px;
margin-block-end: 45px;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
color: seagreen;
}
h1 {
display: block;
font-size: 2em;
margin-block-start: 0px;
margin-block-end: 0px;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
color: mediumseagreen;
}
fieldset {
display: block;
margin-inline-start: 3%;
margin-inline-end: 3%;
padding-block-start: 0.35em;
padding-inline-start: 0.75em;
padding-inline-end: 0.75em;
padding-block-end: 0.625em;
min-inline-size: min-content;
border-width: 2px;
border-style: solid;
border: 2px solid mediumseagreen;
border-radius: 5px;
border-color: mediumseagreen;
border-image: initial;
}
.zurueck{
margin: 10px;
margin-top: 5px;
padding: 0 10px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color:
white;
text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
box-shadow: 0 0 20px
#eee;
border-radius: 10px;
display: block;
background-size: 200% auto;
background-image: linear-gradient(to right,
mediumseagreen 0%, #61cc3b 51%,
mediumseagreen 100%);
border: 0;
min-height: 25px;
min-width: 100px;
font-size: 12px;
margin-inline-start: 3%;
}
.container {
display: flex;
justify-content: center;
gap: 10px;
}
a {
text-decoration: none;
}
.button:hover {
background-position: right center;
}
.zurueck:focus{outline: 0;}