-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprincipal.css
53 lines (45 loc) · 1 KB
/
principal.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
* {
padding: 0;
margin: 0;
}
body{
background-image: linear-gradient(to right,rgb(0, 92, 197), rgb(90, 20, 220));
}
.button {
background-image: linear-gradient(to right, rgb(20, 147, 220), rgb(17, 54, 71));
border: none;
border-radius: 8px;
color: rgb(255, 255, 255);
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 20px 100px;
cursor: pointer;
height: 20px;
border-radius: 8px;
}
.conteiner{
background-color: rgb(255, 255, 255);
height: 400px;
width: 400px;
display: grid;
position: relative;
left: 500px;
top: 40px;
border-radius: 8px;
color: black;
}
.title{
background-image: linear-gradient(to right, rgb(20, 147, 220), rgb(17, 54, 71));
width: 340px;
height: 50px;
margin-top: 30px;
font-family:sans-serif;
border-radius: 8px;
padding-left: 60px;
padding-top: 5px;
margin-left: 500px;
color: whitesmoke;
}