-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
61 lines (54 loc) · 1013 Bytes
/
index.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
*{
color: black;
text-align: center;
font-size: 20px;
margin: 0 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
body{
background-color: #108a51;
}
h1{
font-size: 2rem;
color: black;
margin-bottom: 20px;
}
form{
margin-bottom: 20px;
}
h4{
font-size: 1.3rem;
color: black;
margin-bottom: 10px;
}
button{
margin-bottom: 30px;
-webkit-text-stroke: 1px black;
border-radius: 8px;
padding: 5px;
width: 25%;
}
p{
font-size: 1.5rem;
color: black;
border: 3px solid lightblue;
min-height: 3opx;
width: 100%;
background-color: white;
-webkit-text-stroke: 1px black;
}
.text{
background-image: linear-gradient(135deg, #6ee997 0%, #3a87c7 100%);
height: auto;
width: 60%;
border: 2px solid white;
border-radius: 8px;
padding: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: black;
-webkit-text-stroke: 1px black;
}