Files
sam-kd/css/statistics.css
hskwon aca1767eb9 초기 커밋: 5130 레거시 시스템
- URL 하드코딩 → .env APP_URL 기반 동적 URL로 변경
- DB 연결 하드코딩 → .env 기반으로 변경
- MySQL strict mode DATE 오류 수정
2025-12-10 20:14:31 +09:00

21 lines
258 B
CSS

#firstgroup{
width:1700px;
height:500px;
float:left;
}
#firstgroup #second1{
width:800px;
float:left;
color:black;
}
#firstgroup #second2{
width:800px;
margin-top:-20px;
margin-left:20px;
float:left;
color:black;
font-size:16px;
}