-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (40 loc) · 990 Bytes
/
style.css
File metadata and controls
42 lines (40 loc) · 990 Bytes
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
body{
background: linear-gradient(to left,#84448DD1, #4848D5) ;
font-family: "Times New Roman", Times, serif;
}
.b1{
margin: 40px auto 0;
margin-left: 400px;
text-align: center;
width: 30%;
height: 40px;
text-transform: uppercase;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.button{
width: 30%;
margin: 40px;
height: 40px;
margin-left: 400px;
background-color: #D5B0DA;
text-transform: uppercase;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}
.res{
width: 30%;
margin: 20px;
margin-left: 400px;
text-transform: uppercase;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
text-align: center;
height: 40px;
}