diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html index 16a6e907..7555bcfb 100644 --- a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html +++ b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/index.html @@ -1,5 +1,5 @@ - - + + @@ -10,12 +10,12 @@

About me

Hi! My name is Vladyslav Brusentsov 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 [Links to Socials Nets] and/or check out my GitHub. + 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 [Links to Socials Nets] and/or check out my GitHub.

- + diff --git a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css index 6bcb7461..6d354f7d 100644 --- a/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css +++ b/homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css @@ -1,17 +1,17 @@ -@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap); +@import url("https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap"); h1 { - font-family: Roboto; - font-size: 48px; - font-weight: 700; + font-family: Roboto; + font-size: 48px; + font-weight: 700; } p { - font-family: Roboto; - font-size: 22px; - font-weight: 400; + font-family: Roboto; + font-size: 22px; + font-weight: 400; } p a { - color: #EF4934; + color: #EF4934; }