Skip to content

Commit

Permalink
ukg
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny5491 committed Dec 10, 2024
1 parent e7ca76f commit 1acaf49
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
24 changes: 19 additions & 5 deletions yoga/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ header {
background-color: rgba(0, 0, 0, 0.6);
/* Semi-transparent for a soft overlay */
padding: 15px 20px;
color:#FFFFFF
color:#FFFFFF;
position: fixed;
top: 0;
width: 100%;
Expand Down Expand Up @@ -74,22 +74,36 @@ header {

body {
text-align: center;
background-image: url('/pics/photo\ yy444.jpeg');
background-image: url('/pics/kundalini .jpeg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #FFFFFF;
height: 130vh;
font-size: larger;
margin-top: 100px;
}

.basi {
padding: 20px;
transition: all ease-in-out 0.5s;
text-shadow: 2px 2px rgb(246, 238, 245);
text-shadow: 1px 1px rgb(246, 238, 245);
border:8px solid rgb(194, 144, 144);
width: 80%;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 20px;

}

.basi:hover {
transform: scale(1.1);
}
}
li{
list-style: none;
}
#up{
color:rgb(211, 122, 14);
}

11 changes: 5 additions & 6 deletions yoga/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>yoga</title>
<link rel="stylesheet" href="yoga.css">
<link rel="stylesheet" href="basic.css">
</head>

<body>
Expand All @@ -30,14 +30,13 @@
</div>
</div>
</header>
<div class="basi">
<h1>reapation</h1>
</div>
<div class="basi">
<div id="up">
<h1>REAPATION</h1>
<h2>Sequence of Yoga Poses</h2>
</div>

<div class="basi">
<h3>Sukhasana (Easy Pose) with Gentle Stretch</h3>
<h2>Sukhasana (Easy Pose) with Gentle Stretch</h3>
<ul>
<li>Sit cross-legged on the mat.</li>
<li>Keep your spine straight and hands resting on your knees or in your lap.</li>
Expand Down

0 comments on commit 1acaf49

Please sign in to comment.