내 스타일대로 만드는 이미지 유형
안녕하세요 o((>ω< ))o 오늘은 제가 원하는 이미지 타입의 페이지를 만들어 보도록 하겠습니다. 내가 만든 것 피그마로 만들었습니다. 암호. <!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>이미지 유형01</title> <link href="https://webfontworld.github.io/NexonLv1Gothic/NexonLv1Gothic.css" rel="stylesheet"> <style> * { margin: 0; padding: 0; } a { text-decoration: none; color: #000; } h1,h2,h3,h4,h5,h6 { font-weight: ... Read more