#### HTML and CSS Code for Portfolio of Richard Branson html Richard Branson's Portfolio

About Richard Branson

Sir Richard Branson is a renowned entrepreneur and the founder of the Virgin Group, which includes Virgin Atlantic, Virgin Galactic, and various other ventures.

Projects

Virgin Atlantic

Virgin Atlantic is a major British airline and a flagship business of the Virgin Group.

Virgin Galactic

Virgin Galactic is a spaceflight company within the Virgin Group, aiming to provide suborbital spaceflights to space tourists.

Contact

Email: richard@virgin.com

Phone: +1-800-VIRGIN

#### CSS (style.css) css body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #f2f2f2; padding: 10px 0; text-align: center; } nav ul { list-style: none; padding: 0; } nav ul li { display: inline; margin: 0 10px; } nav ul li a { text-decoration: none; color: #333; } section { padding: 20px; } footer { background-color: #333; color: #fff; text-align: center; padding: 10px 0; } #### JavaScript (script.js) javascript // Add interactive functionality here // For example, smooth scrolling, form validation, etc. This HTML, CSS, and JavaScript code provides a basic structure for a portfolio website dedicated to Richard Branson. It includes sections for "About," "Projects," and "Contact," allowing visitors to learn about Richard Branson's background, explore his projects, and get in touch with him. The CSS file styles the layout and design of the website, while the JavaScript file can be used to add interactive functionality such as smooth scrolling or form validation.