The website video you created features a sleek navigation bar that uses flexbox for its layout. This allows the items in the navbar to be evenly spaced and aligned. The navbar may have several items, such as links to different pages or sections of the website.

The main section of the website is contained within a div element that has a background image. This gives the website a visually appealing backdrop that enhances the overall aesthetic. The section div is also designed to center the content, such as text or media, vertically and horizontally on the page. This creates a clean and professional look for the website.

The HTML and CSS you used to create this website likely involved a combination of tags and styles. For example, you may have used the nav to create the navigation bar and applied CSS styles such as display: flex; and justify-content: space-between; to position the items in the navbar. Similarly, you may have used the section to create the main content area and applied CSS styles such as background-image: url(‘your-image-url’); and display: flex; to style the section div.
——————————————————————————————-
Subscribe Now – https://www.youtube.com/channel/UCZbqEYJTVzgqR8jtWtq_kcA?sub_confirmation=1
——————————————————————————————-
How to run java code in VSD – https://www.youtube.com/watch?v=5UU4-TOgXIA&t=2s
——————————————————————————————-
Java JDK – https://www.youtube.com/watch?v=9peJiy_OpDI&t=51s
——————————————————————————————-
Visual Studio Code – https://visualstudio.microsoft.com/
——————————————————————————————-
Link for how to install Java in your system – https://www.youtube.com/watch?v=9peJiy_OpDI&t=0s
——————————————————————————————-
HTML Basics –
https://www.youtube.com/watch?v=RvsicHgfo20&t=183s
——————————————————————————————-
Create a website –
https://www.youtube.com/watch?v=kg65DEMdj-k&t=4s

source

1 Comment

Leave A Reply

Please enter your comment!
Please enter your name here