대학생 노트북

삼성 갤럭시북2 프로 NT950XGQ-A51A 가벼운 업무용 대학생 노트북 추천

당신이 대학생이거나 일하는 사람이라면, 노트북은 필요한 도구일 거예요. 그런데 어떤 노트북을 골라야 할지 고민이라면, 삼성 갤럭시북2 프로 NT950XGQ-A51A를 추천해요. 이 노트북은 가볍고, 일하기에 좋아요. 실내에서도, 실외에서도 잘 쓸 수 있어요. 삼성 갤럭시북2 프로의 특징 삼성 갤럭시북2 프로는 큰 화면이 있고, 색깔이 아주 선명해요. 어느 각도에서 봐도 화면이 선명하게 보여요. 또한, 빛이 반사되지 않아서, …

관리자
게시물 더보기
검색결과 없음
/* 아로스 강의 #3 */ .aros-button { background-color: rgb(240, 36, 0); color: white; padding: 10px 20px; border: none; cursor: pointer; transition: background-color 0.3s, transform 0.1s; width: 80%; height: 80px; box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4); border-radius: 30px; font-size: 25px; line-height: 1.5; text-align: center; white-space: nowrap; overflow: hidden; display: block; font-family: 'NanumGothicCodingBold'; margin-left: auto; margin-right: auto; overflow: hidden; } .aros-button:hover { background-color: rgb(235, 161, 65); transform: scale(1.1); } .aros-button.most-likely-to-click { padding: 20px 30px; font-size: 50px; } @media only screen and (max-width: 600px) { .aros-button { font-size: 20px; width: 90%; height: 60px; overflow: visible; white-space: nowrap; /* Prevents text from wrapping */ max-width: 100%; /* Set max-width to 100% */ } .aros-button.most-likely-to-click { padding: 15px 25px; font-size: 40px; } }