-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
67 lines (54 loc) · 1.19 KB
/
estilo.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
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.anterior {
display: flex;
justify-content: center;
}
.principal {
background-image: radial-gradient(rgb(0, 54, 116), rgb(1, 10, 65));
box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.5);
border-radius: 10px;
width: 400px;
height: 280px;
position: relative;
}
body {
background-image: radial-gradient(rgba(0, 54, 116, 0.5), rgba(1, 10, 65, 1));
height: 100vh;
}
h2 {
color: white;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
button {
color: rgb(0, 5, 54);
background-color: rgb(169, 206, 248);
border: solid 1px;
border-radius: 5px;
font-size: 13px;
font-weight: 600;
}
table {
width: 90%;
}
td {
color: white;
font-size: 14px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
padding: 3px;
}
#trab,
#teste,
#nome,
#res {
font-weight: 600;
color: rgb(223, 45, 0);
font-size: 16px;
}
input {
box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
background-color: rgb(182, 205, 235);
}