-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
79 lines (76 loc) · 1.64 KB
/
index.css
File metadata and controls
79 lines (76 loc) · 1.64 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
@charset "UTF-8";
/* Import tags */
@font-face {
font-family: Poppins-Regular;
src: url("../fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
font-family: Poppins-Medium;
src: url("../fonts/poppins/Poppins-Medium.ttf");
}
@font-face {
font-family: Poppins-Bold;
src: url("../fonts/poppins/Poppins-Bold.ttf");
}
/* Body tags */
body {
padding: 0%;
margin: 0%;
width: 100%;
height: 100%;
background-color: rgb(255, 255, 255);
font-family: Poppins-Regular, sans-serif;
font-size: 20px;
display: flex;
}
/* Main div Styles */
.main {
width: 900px;
height: auto;
color: #ffffff;
background-color: rgb(40, 42, 54);
margin: 50px auto 50px auto;
border: 2px solid rgb(255, 238, 0);
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
padding: 10px 10px 10px 10px;
align-content: center;
}
header h1 , #fazerTesteLink {
width: 90%;
height: auto;
color: rgb(0, 0, 0);
text-align: center;
text-shadow: black;
border-radius: 5px;
box-shadow: rgb(0, 0, 0);
background-color: rgb(255, 238, 0) ;
position: relative;
margin: 50px auto 50px auto;
padding: 10px;
text-decoration: none;
text-emphasis: none;
}
#divTeste , #divHistorico, #divRelatorio {
color: rgb(0, 0, 0);
text-align: center;
text-shadow: black;
border-radius: 5px;
border: 1px solid black;
box-shadow: rgb(0, 0, 0);
position: relative;
margin: 50px auto 50px auto;
width: 400px;
height: auto;
padding: 0px;
background-color: rgb(255, 238, 0) ;
}
#txtTeste , #txtHistorico, #txtRelatorio{
text-align: justify;
position: relative;
margin: 30px auto 30px auto;
width: 80%;
}
#fazerTesteLink {
display: none;
}