-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcadastro.css
More file actions
108 lines (89 loc) · 1.7 KB
/
cadastro.css
File metadata and controls
108 lines (89 loc) · 1.7 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.header{
color: #32b9cd;
border-bottom: 3px solid #32b9cd;
/* border: 3px solid yellow; */
}
body{
margin: 0;
background-color: black;
font-family: monospace;
}
.container{
width: 80%;
margin: auto;
}
.header .container{
display: flex;
justify-content: space-between;
}
.navbar{
display: flex;
list-style: none;
justify-content: space-evenly;
padding: 0;
width: 600px;
align-items: center;
color: #E3b062;
}
.agora{
font-weight: 1000;
}
.banner{
height: 250px;
background-image: url(imgs/bg-jelly-fish-para-home.png);
background-size: cover;
}
.banner .container{
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: rgb(255, 0, 0);
}
.banner .container p{
width: 280px;
margin: 0;
padding: 0;
font-size: 36px;
}
.banner span{
font-weight: bolder;
}
li a{
text-decoration: none;
color: #E3b062;
}
.form-box{
display: flex;
flex-direction: column;
}
input{
height: 30px;
border: 2px solid #000000;
border-radius: 10px;
}
.btn{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
border: 0;
border-radius: 4px;
font-weight: bolder;
font-size: 18px;
padding: 0;
color: rgb(191, 255, 0);
background-color: #000000;
width: 120px;
align-self: center;
}
.banner .card{
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #f6ff00;
height: 490px;
width: 500px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: black;
border-radius: 101px;
border: 7px solid rgb(255, 255, 255);
}