From aca289b214d5bd81a6b3a33aff59360c5781b458 Mon Sep 17 00:00:00 2001 From: salocin-95 <116599774+salocin-95@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:45:42 -0300 Subject: [PATCH] fix: desktop typo (#7625) Fix a typo at line 31 from "desctop" to "desktop" --- src/data/projects/portfolio-website.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/projects/portfolio-website.md b/src/data/projects/portfolio-website.md index f2195e872..19cae2b6e 100644 --- a/src/data/projects/portfolio-website.md +++ b/src/data/projects/portfolio-website.md @@ -28,7 +28,7 @@ roadmapIds: In this project, you will style the HTML website structure you created previously [in a different project](/projects/basic-html-website). The focus will be on learning how to use CSS to create responsive layouts, apply color and typography, and enhance the overall design of your website. -Rough mockups of the website structure for mobile and desctop devices are given below. Do not worry about the design details i.e. colors backgrounds etc at this stage; we are not looking for a beautiful design, but a well-structured and responsive website. Just focus on making the layout same as the mockup and ensuring it looks good on different screen sizes. +Rough mockups of the website structure for mobile and desktop devices are given below. Do not worry about the design details i.e. colors backgrounds etc at this stage; we are not looking for a beautiful design, but a well-structured and responsive website. Just focus on making the layout same as the mockup and ensuring it looks good on different screen sizes. [![Styled HTML Website](https://assets.roadmap.sh/guest/portfolio-template-xdhki.png)](https://assets.roadmap.sh/guest/portfolio-template-xdhki.png) @@ -51,4 +51,4 @@ For bonus points, you can: --- -After completing this project, you will have a solid understanding of how to style a basic HTML website using CSS. You can move on to more advanced topics, such as CSS animations, transitions, and grid layouts, in future projects. \ No newline at end of file +After completing this project, you will have a solid understanding of how to style a basic HTML website using CSS. You can move on to more advanced topics, such as CSS animations, transitions, and grid layouts, in future projects.