-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
100 lines (96 loc) · 1.58 KB
/
style.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
body{
background-color: #dfe3ee;
box-sizing: border-box;
}
.top{
width: 102%;
height: 10%;
background-color: #3b5998;
margin-left: -1%;
margin-top: -0.5%;
}
.fb{
color: white;
font-weight: bold;
font-size: 40px;
text-align: left;
margin-left: 150px;
}
.container {
height:90%;
background-color: #dfe3ee;
}
.hlf1{
width: 50%;
min-height: 100%;
float: left;
background-color: #dfe3ee;
}
.hlf2{
width: 40%;
float: right;
min-height: 100%;
background-color: #dfe3ee;
}
.txt{
margin-left: 40%;
color: black;
font-weight: bold;
font-size: 20px;
}
.button {
background-color: #3b5998;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
/*display: inline-block;*/
float: right;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.acc {
background-color: green;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
/*display: inline-block;*/
float: left;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.abd{
float: right;
}
.txt2{
margin-left: 15% ;
}
.txt3{
font-size: 18px ;
}
input[type=text] {
width: 40%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 3px solid #ccc;
}
.cls input[type=text] {
width: 80.5%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 3px solid #ccc;
}
.clr input[type=Password] {
width: 80.5%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 3px solid #ccc;
}