-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTask4.css
More file actions
43 lines (39 loc) · 1006 Bytes
/
Task4.css
File metadata and controls
43 lines (39 loc) · 1006 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
body{background-color: #eff0f4;
margin:0;}
header{background-color:#5fc0cd;
height:40px;line-height: 40px;padding:0 5px;}
header p{color: white;
font-size:18px;
text-align: center;
display: block;
margin: 0;
}
.left{float:left;
}
.middle{position:absolute;
top:0;left:0;
width:100%;
margin: 0 0;
}
.right{float: right;}
.account{background-color: white;margin-top: 40px;height:50px;line-height:50px;}
.icon{height:25px;float: left;
margin:12.5px 25px;}
.account input{height:40px;
border:none;
width:calc(100% - 100px);
outline: none;}
.icon_divide{height:40px;float: left;margin: 5px 25px 5px 0;width:1px;}
.login{background-color:#5fc0cd;
height:50px;
margin-top: 30px;
line-height: 50px;
width: 100%;
padding: 0;
outline: none;
border: none;}
.login p{font-size: 20px;text-align: center;color: white;margin: 0;}
.footer p{float: right;
margin-right: 10px;
color:#5fc0cd;
text-decoration: underline;}