김명주

Update test homepage design

1 #uni 1 #uni
2 { 2 {
3 - position:fixed; 3 + position:absolute;
4 - top:600px; 4 + width: 300px;
5 - left:1400px; 5 + height: 300px;
6 + top:50%;
7 + left:75%;
6 } 8 }
7 #dao 9 #dao
8 { 10 {
9 - position:fixed; 11 + position: absolute;
10 - top:550px; 12 + width: 280px;
11 - left:150px; 13 + height: 350px;
14 + top:45%;
15 + left:5%;
12 16
13 } 17 }
14 #tex1 18 #tex1
...@@ -26,9 +30,9 @@ ...@@ -26,9 +30,9 @@
26 #btn 30 #btn
27 { 31 {
28 position: relative; 32 position: relative;
29 - top:40%; 33 + top:50%;
30 width:100%; 34 width:100%;
31 - height:12%; 35 + height:15%;
32 font-family: 'Nanum Gothic'; 36 font-family: 'Nanum Gothic';
33 font-size:large; 37 font-size:large;
34 font-weight: bold; 38 font-weight: bold;
...@@ -46,7 +50,7 @@ ...@@ -46,7 +50,7 @@
46 50
47 .box { 51 .box {
48 width: 500px; 52 width: 500px;
49 - height:700px; 53 + height:500px;
50 margin: 0 auto; 54 margin: 0 auto;
51 display:block; 55 display:block;
52 background-color: white; 56 background-color: white;
......