-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdangnhap.css
146 lines (132 loc) · 4.3 KB
/
dangnhap.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
.div1 {
margin: 0px;
width: 85%;
height: 98%;
background-image: url(bia1.png);
background-repeat: no-repeat;
opacity: 0.8;
position: absolute;
right: 0px;
left: 0px;
margin-left: 8%;
background-size: cover;
background-position: center;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: url(ocean-3605547__340.jpg);
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;
/*chiều cao tối thiểu bằng toàn màn hình*/
}
center {
top: 10%
}
form {
width: 26%;
height: 73%;
background-color: rgb(136, 33, 33);
text-align: center;
background-color: rgba(255, 255, 255, 0.1);
position: relative;
/*cho cai the me chua no va duoc can chinh*/
top: 5%;
left: 15%;
border-radius: 50px;
}
.input1 {
width: 80%;
margin-top: 8%;
height: 10%;
border-radius: 10px;
border: 1px;
font-size: 18px;
}
.choose {
display: flex;
justify-content: space-between;
margin: 20px 8% 0px 8%;
text-decoration: none;
}
.btndangnhap {
width: 80%;
margin-top: 10%;
height: 7%;
border-radius: 10px;
border: 1px;
background-color: chocolate;
font-size: 145%;
}
.btndangnhap:hover {
border: 3px solid red;
}
.radiobtn {
width: 5%;
height: 5%;
/*căn vị trí cho cái radionay bằng positon vơi vị trí tương đối*/
}
#bntswithApp {
width: 100%;
height: 60px;
margin-top: 8%;
display: flex;
justify-content: space-around;
align-items: center;
}
.btnIcon {
height: 50%;
width: 40%;
border-radius: 50px;
color: aliceblue;
text-decoration: none;
/* cách bỏ gạch chân cuar chữ cái hoặc thẻ a*/
padding-top: 2.2%;
}
.facebook {
background-color: rgb(10, 51, 165);
}
.google {
background-color: indianred;
}
#sourc {
/* cawn 1 chuaw be duowi nhng laij chung tam*/
display: flex;
justify-content: center;
margin-bottom: 0px;
}
@media only screen and (max-width: 700px) {
.div1 {
margin-left: 0;
width: 100%;
height: 100%;
}
form {
width: 70%;
height: auto;
margin-bottom: 0px;
}
h1 {
color: aqua;
font-size: 30px;
}
#sourc {
text-align: center;
margin-bottom: 0px;
}
.btnIcon {
width: 35%;
height: 45%;
}
.btndangnhap {
width: 70%;
margin-top: 10%;
height: 6%;
}
.input1 {
width: 80%;
margin-top: 8%;
height: 7%;
font-size: 15px;
}
}