728x90
반응형

☭DEVELOPER/#2 웹개발(자바기반 풀스택) 211

비주얼 스튜디오 코드_75 animation

한 글자씩 애니메이션 적용 html markup article > div > h2안에 span 사이에 한 글자씩 넣기 article 6까지 마크업한다. css 편집 #header css edit transiton : all 은 모두 움직이는 속도를 주지만 움직이고 싶은 명령어만 지정해서 속도를 넣을 수 있다. #dot edit @charset "utf-8"; *{ margin: 0; padding: 0; box-sizing: border-box; } ol,li,ul,dd,dt,dl{ list-style: none; } a{ text-decoration: none; } .clearfix::before, .clearfix::after{ display: block; content: ""; clear: both..

비주얼 스튜디오 코드 74_ 하이시네마 footer

하이시네마_ 공지사항, 푸터란 만들기 html 마크업 .help는 세개의 박스를 옆으로 띄워야하기 때문에 .help안에 clearfix를 넣는다. .help css 편집 .help 안에 세개 박스 편집하기 article의 마지막 아이의 border를 0주어 박스를 삭제한다. . 클래스를 지정해줬으니 이름을 넣어줘도 된다. article > .help_box3 .notice html markup ● dl : 타이틀과 데이터를 싸고 있는 박스 ● dt : 타이틀 작성 ● dd : 데이터 작성 >> 영어사전에 많이 사용되는 형식이다. .notice css edit 기준값이 다르기 때문에 정렬이 다르다. 정렬을 맞춰줘야한다. position을 띄워서 기준점을 맞추어준다. a tag edit .card html ..

비주얼 스튜디오 코드 73_animation 화면이 움직이면 글자가 바운딩해서 나타남

https://cdnjs.com/ cdnjs - The #1 free and open source CDN built to make life easier for developers Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 12.5% of all websites, serving over 200 billion requests each month, powered by Cloudflare. We make it faster and easier to load library fil cdnjs.com parallax08 이어서 하기 css animation..

비주얼 스튜디오 코드 72_parallax08

화면이 움직이면 글자가 바운딩해서 나타남 html mark up css 편집 #header 편집 #dot 편집 #header 편집 @charset "utf-8"; *{ margin: 0; padding: 0; box-sizing: border-box; } a{ text-decoration: none; color: #222; } li{ list-style: none; } .clearfix::after,.clearfix::before{ display: block; content: ""; clear: both; } #contents{ text-align: center; } #contents > div{ width: 100%; height: 100vh; display: flex; align-items: cent..

비주얼 스튜디오 코드 71_하이시네마_컨텐츠(유투브 영상 삽입)

#contents openig html 마크업 opening css 편집 이미지를 포토샵에서 열어서 포토샵의 위치를 보고 background-position으로 좌표값 넣어주면 이미지가 나온다. ir_pm으로 안에 글자를 없애준다. 바 이미지 넣기 (위치는 bottom center) 이미지 배율 100%로 하려면 background-size: 100%; 설정 opening 배경이미지 넣기 100%로 사용을 했으니 #opening에 배경을 넣는다. .opening 에 padding:100으로 변경해준다. div float 띄워서 옆으로 나열하기 h3 p태그 날짜 css 편집 반응형 넣기 화면크기960PX 화면크기780PX 화면크기600PX 새로운영화 컨텐츠 만들기 #new html 마크업 #new css편..

비주얼 스튜디오 코드 70_parallax07

화면이 이동하면서 글자들이 나오는 액션 html 마크업 css 편집 #contents css 편집 #header css 편집 #nav css 편집 dot 위치시키기 dot 모양 만들기 **parallax를 사용하지 않아도 링크를 걸면 해당 화면에 페이지로 이동하는 것을 볼 수 있다. @charset "utf-8"; *{ margin: 0; padding: 0; box-sizing: border-box; } li{ list-style: none; } a{ text-decoration: none; } /* header */ #header{ position: fixed; width: 100%; height: 60px; background-color: rgba(255, 255, 255, 0.3); } #head..

비주얼 스튜디오 코드 69_파노라마 회사소개02

.face3 html 마크업 .face3 css 편집 .pic에서 공통된 속성을 적용해주고 nth-of-type으로 각각 사진만 넣어준다. Co Company Android Apple Twitter Facebook YouTube Google What's New New n Articles What is Lorem Ipsum? Lorem: 텍스트 자동 완성 기능 Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae, explicabo quia error perspiciatis eveniet deserunt assumenda corporis minima voluptas consequatur quibusdam consectetur quae numqua..

비주얼 스튜디오 코드 68_ 하이시네마 탭메뉴_02

탭메뉴(영화차트 스와이퍼) 복습 swiper 접속 layout copy chart1 중간에 붙여넣기 swiper script 붙여넣기 위에서 이미 swiper const 지정을 했기 때문에 const 대신에 let swiper로 변경한다. 이미 지정된 const swiper는 const 삭제한다. loope 빼고 밑에 다 삭제하고 '.swiper' >' .swiper2 '로 변경 swiper-wrapper 마크업 reset.css에 여백초기화 부분에 figure, figcaption 추가하기 reset.css 에 .icon 스타일 추가하기 html 에 icon 이름을 넣어주면 reset에 넣은 icon 이미지가 들어간다. .chart1 css 편집 img를 100%로 지정하고 포스터를 기준으로 rank가..

비주얼 스튜디오 코드 67_ 하이시네마 탭메뉴

탭메뉴 html 마크업 #movie css 편집 위아래 여백 100px 떨어뜨리기 movie 탭 li 편집 반응형 적용하기 media.css 편집 movie_title 사이즈 편집 화면크기 960px 화면크기 768px ir_su 살리기 reset.css 에서 ir_su 코드 가져오기 밑에 선 가상요소로 넣기 ::before로 넣어준다. active 가상요소 만들기 화면크기600px .row의 가상요소 만들기 탭메뉴 jquery script 영화포스터 만들기 swiper 링크 걸기 css, js 링크 html layout 복사해서 붙여넣기 swiper-slide 각 div 안에 이미지 넣기 .movie_chart1 css 편집 css setting .swiper-slide image 편집 reset.cs..

비주얼 스튜디오 코드 66_ 사이드 닷 메뉴

닷메뉴_ active 값에 변화주기 css reset #header css편집 h1 편집 #contents css 편집 #dot css 편집 active 활성화 @charset "utf-8"; *{ padding: 0; margin: 0; box-sizing: border-box; color: #222; } li{ list-style: none; } a{ text-decoration: none; color: #222; } #header{} #header h1{ width: 100%; height: 60px; background-color: rgba(255, 255, 255, 0.5); position: fixed; left: 0; top: 0; text-align: center; line-height: ..

728x90
반응형