From ffb9dc8fbd8b123bbf0c59aca84df48c5acba87f Mon Sep 17 00:00:00 2001 From: Mohammad Al-Dally Date: Wed, 14 May 2025 11:14:15 +0100 Subject: [PATCH] update html and css for wireframe structure and style --- Wireframe/index.html | 41 ++++++++++++++++++++++++++++++++++------- Wireframe/style.css | 4 ++++ 2 files changed, 38 insertions(+), 7 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e53..89fa9935 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -10,23 +10,50 @@

Wireframe

- This is the default, provided code and no changes have been made yet. + “A wireframe is a basic visual guide used
to plan the layout and structure of a webpage or app.
It shows the placement of elements like headers,
+ buttons, and content without focusing on colors or design details.”

+
- -

Title

+  pic of drown wireframe +

wireframe

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + “A wireframe is a basic visual guide used
to plan the layout and structure of a webpage or app.
It shows the placement of elements like headers,
+ buttons, and content without focusing on colors or design details.”

- Read more + Read more
+
+
+  pic about example of html5_semantic_elements +

semantic html

+

+ Semantic HTML uses meaningful tags (like header, article, footer) to describe the structure and purpose of web content. + It improves accessibility, SEO. +

+ Read more +
+
+
+
+  first-child pic +

first childe

+

+ :first-child is a CSS pseudo-class that targets the first child element inside its parent. +

+ Read more +
+
+ + + +
diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c..bf8f889a 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -39,6 +39,7 @@ a { img, svg { width: 100%; + height: 400px; object-fit: cover; } /* ====== Site Layout ====== @@ -87,3 +88,6 @@ article { grid-column: span 3; } } +header{ + text-align: center; +} \ No newline at end of file