곽태식

html 화면 비율 맞춤, 텍스트 위치 수정

......@@ -18,7 +18,7 @@
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
width : 100%;
width : auto;
font-size: 3.0em;
line-height: 3.0em;
font-weight : bold;
......@@ -35,22 +35,59 @@
#center_top1 {position:absolute; top:100px; left:630px; height :25%; overflow:hidden; }
#center_top1 {
position:absolute;
top:200px;
left:630px;
height :25%;
overflow:hidden;
}
#center_top2 {position:absolute; top:300px; left:600px; height :25%; overflow:hidden;}
#center_top2 {
position:absolute;
top:321px;
left:601px;
height :25%;
margin: auto;
overflow:hidden;
}
#center_top3 {position:absolute; top:500px; left:400px; height :25%; overflow:hidden;}
#center_top3 {
position:absolute;
top:437px;
left:446px;
height :25%;
overflow:hidden;
}
#banner {
position: absolute;
top: 0;
width: 100%;
}
#bg{
position: fixed;
top: -50%;
left: 0%;
width: 100%;
height: 200%;
}
#bg img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
}
</style>
</head>
<body>
<img src="images/background.jpg" alt="" style="z-index:-1; min-width: 100%; min-height: 100%"width="50%" height="100%">
<div id="bg">
<img src="images/background.jpg" width="100%" height="50%">
</div>
<div id = "center_top1">
(사용자정보) 님은
......