-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (39 loc) · 751 Bytes
/
Copy pathstyle.css
File metadata and controls
44 lines (39 loc) · 751 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
43
44
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
form{
position: relative;
top: 130px;
width: 30%;
left: 35%;
background-color: #fff;
padding: 40px;
border-radius: 20px;
box-shadow: 0 0 10px #000000;
outline: none;
cursor: pointer;
}
.heading{
text-align: center;
margin: 0 5px 30px 7px;
background-color: #0f0e0e;
color: #fff;
font-size: 2rem;
border-radius: 12px;
font-weight: bolder;
}
.mb-1{
margin-top: 19px;
font-weight: bolder;
}
.mb-2{
margin-top: 19px;
font-weight: bolder;
}
.mb-3{
margin-top: 19px;
font-weight: bolder ;
}
.btn:hover{
color: #0f0e0e;
background-color: aliceblue;
border-color: #000000;
}