AutoCAD

[AutoCAD]Autodesk AutoCAD 2025 출시

데브프로그라 2024. 5. 3. 22:27
반응형

[AutoCAD]Autodesk AutoCAD 2025 출시

Autodesk AutoCAD 2025 출시되었습니다.

AutoCAD 2025 새로운 기능을 확인할 수 있습니다.
AutoCAD 2025 새로운 기능 확인
AutoCAD 2025 새로운 기능 개요 (비디오)

AutoCAD 2025 무료체험판 다운로드 (Autodesk.co.kr)

반응형

/* 코드복사 버튼 */ pre { position: relative; overflow: visible; } pre .copy-button { opacity: 0; position: absolute; right: 8px; top: 4px; padding: 6px 18px; color: rgb(255, 255, 255); background: rgba(255, 223, 0, 0.6); border-radius: 5px; transition: opacity .3s ease-in-out; } pre:hover .copy-button { opacity: 1; } pre .copy-button:hover { color: #eee; transition: all ease-in-out 0.3s; } pre .copy-button:active { color: #33f; transition: all ease-in-out 0.1s; } .copy-message:before { content: attr(copy-message); position: absolute; left: -95px; top: 0px; padding: 6px 18px; color: #fff; background: rgba(255, 223, 0, 0.6); border-radius: 5px; } /* 코드복사 버튼 END */