diff --git a/projects/FrontendMentor/newbie/meet-landing-page/css/style.css b/projects/FrontendMentor/newbie/meet-landing-page/css/style.css new file mode 100644 index 0000000..4ed37a9 --- /dev/null +++ b/projects/FrontendMentor/newbie/meet-landing-page/css/style.css @@ -0,0 +1,90 @@ +/* + * Design sizes: + * 375x2215 + * 768x540 + * 1440x308 + */ + +*, +::before, +::after { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +:root { + /* General Colors */ + --col-dark-cyan: hsla(192, 37%, 48%, 1); + --col-light-cyan: hsla(192, 90%, 77%, 1); + --col-dark-magenta: hsla(268, 34%, 53%, 1); + --col-light-magenta: hsla(268, 100%, 86%, 1); + --col-dark-blue-gray: hsla(240, 21%, 20%, 1); + --col-light-gray: hsla(240, 10%, 57%, 1); + --col-slightly-off-white: hsla(0, 0%, 98%, 1); + + /* */ + --col-background: var(--col-slightly-off-white); + --col-headers: var(--col-dark-blue-gray); + --col-body: var(--col-light-gray); + --col-button-text: white; + --col-button-background: var(--col-dark-magenta); + --col-button-background-hover: var(--col-light-magenta); + + /* Typography */ + --fs-page-header: 2.5rem; + --lh-page-header: 110%; + --fw-page-header: 900; + + --fs-main-page-body: 1rem; + --lh-main-page-body: 162%; + --fw-main-page-body: 500; + + --fs-sell-tag: 1rem; + --lh-sell-tag: 162%; + --ls-sell-tag: 4px; + --fw-sell-tag: 900; + + --fs-second-heading: 2rem; + --lh-second-heading: 112%; + --fw-second-heading: 900; + + --fs-footer-header: 2rem; + --lh-footer-header: 112%; + --fw-footer-header: 900; + + --fs-footer-body: 1.125rem; + --lh-footer-body: 144%; + --fw-footer-body: 500; + + --fs-button: 1rem; + --lh-button: 162%; + --fw-button: 900; + + --padding-btn: 1rem 2.5rem; +} + +body { + height: 100vh; + + font-family: "Red Hat Display", sans-serif; +} + +@media screen and (min-width: 48rem) { + /* 768px */ + :root { + /* Typography */ + --fs-page-header: 4rem; + --lh-page-header: 100%; + + --fs-second-heading: 2.5rem; + --lh-second-heading: 110%; + + --fs-main-page-body: 1.125rem; + --lh-main-page-body: 144%; + } +} + +@media screen and (min-width: 90rem) { + /* 1440px */ +} diff --git a/projects/FrontendMentor/newbie/meet-landing-page/index.html b/projects/FrontendMentor/newbie/meet-landing-page/index.html index 392c404..8754aae 100755 --- a/projects/FrontendMentor/newbie/meet-landing-page/index.html +++ b/projects/FrontendMentor/newbie/meet-landing-page/index.html @@ -1,31 +1,68 @@ + - + + + + + Frontend Mentor | Meet landing page + - Meet makes it easy to connect with others face-to-face virtually and collaborate across any device. +
+ + Logo of Meet + +
- Download v1.3 - What is it? +
+
+ + + + + + +

Group Chat for Everyone

+ + + +

Meet makes it easy to connect with others face-to-face virtually and collaborate across any device.

+ Download v1.3 + What is it? +
- 01 - Built for modern use +
+
01
- Smarter meetings, all in one place +
+ A Woman in a Videocall + A group of women video chatting + A man in a meeting via video chat + A man sitting and texting +
- Send messages, share files, show your screen, and record your meetings — all in one - workspace. Control who can join with invite-only team access, data encryption, and data export. +

Built for modern use

+

Smarter meetings, all in one place

+ Send messages, share files, show your screen, and record your meetings — all in one + workspace. Control who can join with invite-only team access, data encryption, and data export. +
+
- 02 - Experience more together - Stay connected with reliable HD meetings and unlimited one-on-one and group video sessions. + + \ No newline at end of file