From 1d3b90212ee58fcdac24b72e3bb15a69f34b2643 Mon Sep 17 00:00:00 2001 From: Serhii Noskov Date: Tue, 17 Oct 2023 22:24:27 +0300 Subject: [PATCH] second homework --- .../GamesProject/index.html | 37 +++++++++++++++++++ .../GamesProject/style.css | 32 ++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 homeworks/serhii.noskov_SerhiiNSN/GamesProject/index.html create mode 100644 homeworks/serhii.noskov_SerhiiNSN/GamesProject/style.css diff --git a/homeworks/serhii.noskov_SerhiiNSN/GamesProject/index.html b/homeworks/serhii.noskov_SerhiiNSN/GamesProject/index.html new file mode 100644 index 00000000..4da9e94e --- /dev/null +++ b/homeworks/serhii.noskov_SerhiiNSN/GamesProject/index.html @@ -0,0 +1,37 @@ + + + + + + + + GamesProject + + + +
+

About me

+

+ Hi! My name is Serhii and I'm a Junior Frontend Developer. I am + already familiar with main Web Technologies like HTML, CSS, + JavaScript and Git version control system. +

+

+ This page was developed during the course + 'Frontend for + beginners' from Masters Academy in 2023. +

+

+ This is a social project from MOCG company where I got an + opportunity to work with Frontend mentors and to create my own + small project for the portfolio. +

+

+ You can contact me via Telegram: sergo_sj or check out my + GitHub. +

+
+ + diff --git a/homeworks/serhii.noskov_SerhiiNSN/GamesProject/style.css b/homeworks/serhii.noskov_SerhiiNSN/GamesProject/style.css new file mode 100644 index 00000000..48ee2147 --- /dev/null +++ b/homeworks/serhii.noskov_SerhiiNSN/GamesProject/style.css @@ -0,0 +1,32 @@ +.block-text { + width: 575px; + height: 409px; +} + +.tittle { + color: #221F1F; + font-family: Roboto; + font-size: 48px; + font-style: normal; + font-weight: 700; + line-height: 32px; +} + +p { + color: #221F1F; + font-family: Roboto; + font-size: 22px; + font-style: normal; + font-weight: 400; + line-height: 32px; +} + +.moc-link { + color: #EF4934; + font-family: Roboto; + font-size: 22px; + font-style: normal; + font-weight: 400; + line-height: 32px; + text-decoration-line: underline; +}