From d1af418c151c331abda5fd32335e4466527a3ce0 Mon Sep 17 00:00:00 2001
From: dandamdandam
-
+
협업경험이라곤 작년 학교에서 진행한 아이컨택 부트캠프, 친구와 소소한 유니티 만지기, 지금하고 있는 프로젝트 밖엔 없지만..
-
팀프로젝트하면서 짜릿함을 느낍니다!
+
관심분야: 웹, 인공지능, 데이터
-+
😽 📖 🎤 🏀 💻
-
고양이에 돌아있고, 헛되더라도 코드 짜는 것에 빠져있으며, 영화*책*음악(노래) 장르 안 가리고 다 좋아합니다.
특히 마지막은 추천도 받습니다! 관련 얘기하면서 친해지고 싶으면 언제든 연락주세요!
-
현재 풀스택이라는 단어에 꽂혀서, 웹 a-z를 목표로 공부하고 있습니다.
{game_att.q}
- {show_nuec ?{game_att.nuec_add}
: null} + {show_nuec ?{game_att.nuec_add}
: null} ); } \ No newline at end of file diff --git a/WarmUpProject/src/styles/jdy.css b/WarmUpProject/src/styles/jdy.css index 821e2d4..0cf46e0 100644 --- a/WarmUpProject/src/styles/jdy.css +++ b/WarmUpProject/src/styles/jdy.css @@ -3,6 +3,7 @@ --side-c: rgb(67, 67, 67); --back-c: rgb(34, 34, 34); --font-c: white; + --font-side-c: rgb(196, 195, 195); } .jdy_h1{ @@ -12,11 +13,16 @@ font-size:32px; color:var(--main-c); } +.JeongDayeon p{ + line-height: 140%; +} .colored_text{ color: var(--main-c); } .small_font{ - font-size:10px; + font-size:14px; + color: var(--font-side-c); + line-height: 110%; } /* 프로젝트 카드 css */ @@ -142,4 +148,6 @@ #balance_game .result{ text-align: center; font-size: 20px; -} \ No newline at end of file +} + +/* 채널 스타일 */ \ No newline at end of file