-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
123 lines (83 loc) · 1.76 KB
/
style2.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
body{
background-color:rgb(226, 235, 237);
height: 1200px;
}
a:link{
color:black;
text-decoration : none;
}
a:visited { color:black;
text-decoration : none ;}
a:hover {
color:black;
text-decoration : underline;
}
a:active { color:black;
text-decoration : none ;}
.one {
position: relative;
margin-left : 64.3%;
margin-top : 10px;
}
.two {
margin-left : 17.5%;
margin-top : 30px;
}
.three {
position: relative;
margin-left : 72%;
margin-top : -20px;
}
img{
width: 164px;
height: 180px;
margin-left: 19px;
}
.box1{
margin-top: 100px;
margin-left : 16.3%;
background-color:lightcoral;
border : 1px solid lightcoral;
width: 184px;
height: 459px;
color:white;
}
.floatRight{
margin-top : 30px;
border: 0.5px solid black;
}
.box2{
border : 5px solid white;
margin-top: -479px;
margin-left : 29.8%;
background-color:white;
width: 571px;
height: 950px;
}
.box3{
border : 5px solid lightcoral;
background-color: lightcoral;
margin-top: -62.7%;
margin-left : 70.667%;
width: 180px;
}
input{
width: 150px;
height: 27px;
margin: 18% 18% 18% 6.5%;
}
button{
width: 146px;
height: 37px;
}
.float2{
padding-top: 3%;
padding-bottom: 3%;
border-bottom: 8px solid rgb(226, 235, 237);
border-top: 8px solid rgb(226, 235, 237);
width : 700px; }
.float3{
padding-top: 3%;
padding-bottom: 3%;
border-bottom: 3px solid rgb(226, 235, 237);
width : 550px;}