전체 글147 HTML(CSS) - freecodecamp / Design a Greeting Card Step 1In this workshop, you will practice working with different pseudo-classes and pseudo-elements by designing a greeting card. The HTML boilerplate has been provided for you.Start the workshop by linking the styles.css file. css를 넣기 위해서 link로 연결을 해주어야 한다Step 2Create a div element that has an id of greeting-card and a class of card.Inside the div element, add an h1 with the text Happy Birthday.. 2025. 6. 4. 토익 단어 3 | 번호 | 단어 | 뜻 | 예문 || -- | ---------- | --------- | ------------------------------------------------- || 1 | accomplish | 성취하다, 이루다 | She managed to accomplish all her goals. || 2 | advertise | 광고하다 | They plan to advertise their new product on TV. || 3 | approval | 승인, 허가 | The project received final approva.. 2025. 5. 14. 토익 단어 DAY 2 | 번호 | 단어 | 뜻 | 예문 || -- | ------------ | ---------- | ------------------------------------------- || 1 | agreement | 합의, 계약 | Both sides signed the agreement. || 2 | budget | 예산 | We need to reduce our budget. || 3 | client | 고객, 의뢰인 | She met with an important client. .. 2025. 5. 6. Unity 게임 개발 - 세이브 기능 현재 코기 엔진의 세이브 기능을 활용해서 세이브 창을 만들고 있다using System.Collections;using System.Collections.Generic;using UnityEngine;using MoreMountains.Tools;using UnityEngine.SceneManagement; [System.Serializable]public struct SerializableVector3{ public float x, y, z; public SerializableVector3(float x, float y, float z) { this.x = x; this.y = y; this.z = z; } public Serializa.. 2025. 5. 5. 이전 1 ··· 5 6 7 8 9 10 11 ··· 37 다음