Skip to content

Commit

Permalink
Edited and finalised the front end
Browse files Browse the repository at this point in the history
-Edited HTML for structural changes
-Edited CSS for phenotipic changes
  • Loading branch information
Abhishek02bhardwaj committed Jun 18, 2022
1 parent bab67d7 commit 6c5bab1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions dhamni.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ h2 {
h3 {
font-size: 50px;
padding: 20px;
border: 1px
border: 1px;
}


Expand Down Expand Up @@ -1365,10 +1365,13 @@ a {

.w3-jumbo {
padding: 10px;
border: 5px solid crimson;
border-radius: 50px;
font-family: 'Brush Script MT', cursive;
display:inline-block;
border: 10px solid crimson;
border-style: double;
text-align: center;
font-family: 'Times New Roman', Times, serif;
border-radius: 100px;
font-family: 'Times New Roman', Times, serif;
display:block;
color: crimson;
font-size: 64px !important
}
Expand Down Expand Up @@ -2056,6 +2059,7 @@ article p{
}
.w3-container p{
line-height:2em ;
font-size:20px;
color:#4b4b4b;
padding:30px;
border: 1px solid #b9b9b9 ;
Expand All @@ -2068,7 +2072,6 @@ article p{
}
.w3-container p{
display:inline-block;
font-weight:bold;
}
.w3-section {
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion dhamni.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h1 class="w3-xxxlarge w3-text-red"><b>About us.</b></h1>
<h1 class="w3-xxxlarge w3-text-red"><b>Contact.</b></h1>
<hr style="width:50px;border:5px solid red" class="w3-round">
<p>Contact us for any queries.</p>
<form action="/action_page.php" target="_blank">
<form action="action_page.php" target="_blank">
<div class="w3-section">
<label>Name</label>
<input class="w3-input w3-border" type="text" name="Name" required>
Expand Down

0 comments on commit 6c5bab1

Please sign in to comment.