-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles11.css
48 lines (41 loc) · 928 Bytes
/
styles11.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
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');
body{
background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
font-family: 'Poppins', sans-serif;
}
#form{
background-color: rgba(255, 255, 255, 0.664);
border-radius: 20px;
padding: 30px;
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
margin-top: 18%;
}
#div{
display: flex;
width: 600px;
flex-wrap: wrap;
margin-left: 8%;
}
#buttons{
margin-left: 70px;
}
#buttons button{
padding: 10px;
border-radius: 10px;
border: none;
}
#buttons button:hover{
background: rgb(75, 109, 141);
cursor: pointer;
color: white;
}
#table{
color: rgb(88, 39, 39);
background-color: rgba(255, 255, 255, 0.251);
display: flex;
justify-content: center;
align-items: center;
}