-
Notifications
You must be signed in to change notification settings - Fork 0
/
Styles.css
110 lines (99 loc) · 1.78 KB
/
Styles.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
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
109
110
html{
}
.navbar{
display: flex;
flex-direction: row;
justify-content: flex-end;
list-style-type: none;
}
.nav-item a{
text-decoration: none;
margin: 10px;
}
.Img-center{
display: flex;
justify-content:center;
align-items: center;
margin-top: 10%;
}
.rounded {
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.rounded input{
width: 500px;
height: 40px;
border: 2px solid rgba(151, 150, 150, 0.432);
border-radius: 20px;
color: gray;
}
.btn1{
display: flex;
justify-content: center;
align-items: center;
margin: 40px;
gap: 20px;
}
.btn1 input[type="submit"]{
width: 200px;
height: 40px;
border:none;
font-family:sans-serif;
font-weight: bolder;
color: rgba(128, 128, 128, 0.753);
background-color: rgba(218, 218, 218, 0.233);
}
.btn1 input[type="submit"]:hover{
border:1px solid rgba(161, 161, 161, 0.199);
background-color: rgba(128, 128, 128, 0.178);
}
.h1-adv{
color: red;
font-size: 25px;
margin: 25px 35px;
}
.break{
background-color: rgba(168, 168, 168, 0.267);
width: 100%;
height: 2px;
}
form{
width: 40%;
}
.Form h1{
color: rgba(94, 93, 93, 0.514);
margin-top: 30px;
}
.Form .lb1 label{
width: 200px;
margin: 10px;
color: grey;
}
.Form .lb1{
display: flex;
align-items: center;
}
.Form .lb1 input{
width: 350px;
height: 27px;
margin: 15px;
border: 1px solid rgba(165, 165, 165, 0.644);
}
.btn1-adv{
display: flex;
justify-content: flex-end;
}
.btn-adv{
width:150px;
height: 35px;
background-color: rgba(5, 93, 151, 0.788);
border: none;
margin: 20px;
/* margin-left: 28%; */
}
.btn-adv a{
text-decoration: none;
color: white;
}