Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsvdp authored Nov 14, 2023
1 parent deebe60 commit 666bd2c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
31 changes: 18 additions & 13 deletions Prince00.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,55 +10,59 @@
</head>

<body>
<h1> The Student Life Abroad </h1>
<style>

body {
font-family: Arial, sans-serif;
line-height: 1.6;
line-height: 1.5;
background-color: #fbfbfb; /* white background color */
margin: 10px;
padding: 10px;
}

.story-section {
background-color: #2a2827;
border: 4px solid #dddd0d;
padding: 20px;
margin: 20px;
border-radius: 2px;
padding: 5px;
margin: 10px;
border-radius: 6px;
text-align: center;
}

.story-section img {
width: 1000px;
height: 700px;
border-radius: 8px;
width: 700px;
height: 400px;
border-radius: 6px;
margin: 0 auto;
text-align: center;
}

.description {
color: #fd0404;
font-size: 36px;
font-size: 30px;
text-align: center;
font-weight: bold;
}
.custom-font-size {
color: #fbfbfb;
font-size: 30px;
text-align: justify;
font-size: 25px;
}

.p {
text-align: justify;
}

.P1 {
text-align: justify;
}

</style>
</head>
<body>
<title><h1>Prince builds a mysterious journey</h1></title>

<div class="story-section">
<h1> The Student Life Abroad </h1>


<li> <img src="images A/chapter 0/J1.JPG" alt="">
<p class="description"></pclass>John's memory abroad</p>
Expand All @@ -83,7 +87,8 @@ <h1> The Student Life Abroad </h1>
<li> <img src="images A/chapter 0/J6.jpg" alt="">
<p class="description"></pclass> </p>
<P1 class="custom-font-size"></P1class>"John’s story is a testament to the power of determination and hard work. No matter what life throws at us, we have the power to overcome adversity and build a better future for ourselves". </P1></li>
<P2 class="custom-font-size"></P2class> THIS STORY WILL CONTINUE ...........................</P2></P2>

<li> <P2 class="custom-font-size"></P2class> THIS STORY WILL CONTINUE ...........................</P2></P2> </li>
</div>
<footer>
<ul class="icons ">
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@ <h1>This is<br />
<li><a href="Mysterious.html">Mysterious page</a></li>
<li><a href="Tragedy.html">Tragedy page</a></li>
</ul>

</nav>
<!-- Main -->
<div id="main">



<!-- Featured Post -->
<article class="post featured">
<header class="major">
<body>
<header>
<div class="container">
<img class="profile-image" src="images/ava.jpg" alt="Profile Picture">
<div class="portfolio">
<h1>K P S V D Prashanth</h1>



<div class="container">
<section id="about">
Expand All @@ -70,7 +70,7 @@ <h2>Portfolio</h2>
<p>Description of Project 2</p>
</div>-->

</body>
</body>
</html>


Expand Down Expand Up @@ -101,4 +101,4 @@ <h2>Portfolio</h2>
<script src="assets/js/main.js"></script>

</body>
</html>
</html>

0 comments on commit 666bd2c

Please sign in to comment.