-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_css.css
74 lines (74 loc) · 1.3 KB
/
index_css.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
*{
margin:0px;
padding:0px;
font-family: Catull;
}
body{
background-color: rgb(233,234,237);
}
img#logo{
margin-top: 5px;
margin-left:160px;
height: 40px;
width: 150px;
position:absolute;
}
div#d01 {
margin-top:150px;
margin-left:250px;
position:absolute;
height:100px;
width:400px;
}
div#d02 {
margin-top:160px;
margin-left:850px;
position:absolute;
height:360px;
width:400px;
}
pre#pre01{
color:rgb(70,120,180);
font-size:15px;
position:absolute;
margin-left:5px;
margin-top:20px;
}
pre#pre02{
color:rgb(70,120,180);
font-size:15px;
position:absolute;
margin-left:5px;
margin-top:10px;
}
span#result{
color:rgb(70,120,180);
font-size:15px;
position:absolute;
margin-left:1180px;
margin-top:290px;
}
input[type="text"],input[type="email"],input[type="password"]{
border: 1px solid #E2E2E2;
width: 300px;
height: 25px;
padding: 5px;
color:rgb(70,120,180);
}
input[type="text"]:hover,input[type="email"]:hover,input[type="password"]:hover{
border: 1px solid #006FC4;
}
input[type="submit"]{
background-color: rgb(70,120,180);
border-radius: 7px;
color:white;
border: 1px solid rgb(70,120,180);
padding: 5px;
width:80px;
}
#header{
background-color: rgb(70,120,180);
width:100%;
height: 60px;
position: absolute;
}