Skip to content

Commit

Permalink
created a submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksha9678 committed Feb 1, 2025
1 parent a5a4536 commit 00afeea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<body>
<main>
<h2>Testemonials</h2>
<div class="a"></div>
<div class="a"></div>
<div class="Testimonial">This product is amazing! I highly recommend it to anyone in need of a solution like this.<p><i>-John Doe</i></p></div>
<div class="Testimonial">I have been using this for a few weeks now and it has completely transformed my workflow.<p><i>-Jane Smith</i></p></div>
</main>
<!-- the entire body must be written by student -->
<script type="text/javascript" src="./script.js">
Expand Down
21 changes: 14 additions & 7 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
/* your css code here. If applicable */
.a{
height:60px;
width:500px;
font-family:cursive;
background:silver;
margin:5px;
main{
padding:10px;
background-color:#f5f5f5;
}
.Testimonial{
min-height:50px;
width:70%;
padding:5px;
background:#fff;
margin:10px;
border-radius:2px;
box-shadow:
}
p{
text-align:right;
padding-right:5px;
}

0 comments on commit 00afeea

Please sign in to comment.