본문 바로가기
실습/Online Tutorials

[Online Tutorials] Pepsi Website Landing Page 예제 실습

by 코딩여걸 2021. 4. 26.
728x90

📌 YouTube - Online Tutorials 님의 영상을 보고 따라 만들었습니다.

 

📝 계속 따라서 만들다 보니까 구조와 태그가 눈에 익히는 것 같습니다. 앞으로도 매일 하나씩 따라 만들 예정입니다.

 

🖤 GitHub Link : github.com/jiyeong1004/Pepsi_Website_Landing_Page

 

jiyeong1004/Pepsi_Website_Landing_Page

Pepsi Website Landing Page 예제 실습. Contribute to jiyeong1004/Pepsi_Website_Landing_Page development by creating an account on GitHub.

github.com


YouTube : Online Tutorials

< image source >

Image source : https://www.pepsi.com


Image Download Link : https://drive.google.com/drive/folders/1UV9V0je86fWuDqjx7bnTJJE4WB95OkSM


< Setting The Viewport >

https://www.w3schools.com/css/css_rwd_viewport.asp

 

Responsive Web Design Viewport

Responsive Web Design - The Viewport What is The Viewport? The viewport is the user's visible area of a web page. The viewport varies with the device, and will be smaller on a mobile phone than on a computer screen. Before tablets and mobile phones, web pa

www.w3schools.com

HTML5 introduced a method to let web designers take control over the viewport, through the <meta> tag.

You should include the following <meta> viewport element in all your web pages:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

This gives the browser instructions on how to control the page's dimensions and scaling.

The width=device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device).

The initial-scale=1.0 part sets the initial zoom level when the page is first loaded by the browser.

화면조절


Part 1 : Creative Landing Page Design using Html CSS & Javascript

part1

Part 2 : How to Make Responsive Website

nav

728x90

댓글