0% found this document useful (0 votes)
8 views2 pages

Portfolio HTML Css

This document is an HTML template for a personal website belonging to Ayush Yadav. It includes a title section with an image and a welcome message. The design features a clean layout with a white container and a light background.

Uploaded by

Ayush Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Portfolio HTML Css

This document is an HTML template for a personal website belonging to Ayush Yadav. It includes a title section with an image and a welcome message. The design features a clean layout with a white container and a light background.

Uploaded by

Ayush Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Ayush Yadav's Website</title>

<style>

body {

font-family: Arial, sans-serif;

max-width: 800px;

margin: 0 auto;

padding: 20px;

background-color: #f5f5f5;

.container {

background-color: white;

padding: 40px;

border-radius: 10px;

box-shadow: 0 2px 10px rgba(0,0,0,0.1);

text-align: center;

.title-section {

display: flex;

align-items: center;

justify-content: center;

gap: 20px;

margin-bottom: 20px;

h1 {

color: #333;

margin: 0;
}

.title-img {

max-width: 80px;

height: auto;

border-radius: 50%;

border: 3px solid #ddd;

.welcome-text {

color: #666;

font-size: 18px;

margin-top: 20px;

</style>

</head>

<body>

<div class="container">

<div class="title-section">

<img src="./Ayush Yadav.jpg" alt="Ayush Yadav" class="title-img"


onerror="this.style.display='none'">

<h1>My Name is Ayush Yadav</h1>

</div>

<p class="welcome-text">Welcome to my first website!</p>

</div>

</body>

</html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy