Skip to content

Commit 30ee435

Browse files
committed
minor changes
1 parent 882cd46 commit 30ee435

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

css/home.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ background-attachment: fixed;
7070
}
7171

7272
.brandQuote{
73-
73+
font-size: 400%;
7474
padding-left: 290px;
75+
color= #1f2833;
7576
}
7677

7778
body
@@ -98,7 +99,7 @@ body
9899

99100
.brandQuote{
100101
padding-left: 10px;
101-
font-size: 75%;
102+
font-size: 100%;
102103
}
103104

104105
}

index.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<br/>
9292

9393
<!-- Quote-->
94-
<text class="brandQuote"><font size=7 color="#1f2833">#inCODEweTRUST</font></text>
94+
<text class="brandQuote">#inCODEweTRUST</text>
9595
<br/>
9696
<br/>
9797
<br/>
@@ -214,21 +214,23 @@ <h1 style="text-align:center;"><a style="text-decoration:none" href="blog/blog.h
214214
<div id="contact">
215215
<h1 style="color:#ffffff;text-align:center;">CONTACT</h1>
216216
<div class="container">
217-
<div class="col-md-6">
218-
<form action="https://formspree.io/aksh@ritcreativeteam.ml" method="POST">
219-
<br style="clear:both">
220-
<h3 style="margin-bottom: 25px; text-align: center;">Drop a message here !</h3>
221-
<div class="form-group">
222-
<input type="text" class="form-control" id="name" name="name" placeholder="Name" required>
223-
</div>
224-
<div class="form-group">
225-
<input type="email" class="form-control" id="email" name="_replyto" placeholder="Email" required>
226-
</div>
227-
<div class="form-group">
228-
<textarea class="form-control" type="textarea" name="message" id="message" placeholder="Message" maxlength="140" rows="7"></textarea>
229-
</div>
230-
<button type="submit" id="submit" name="submit" value="Send" class="btn btn-primary pull-right">Submit</button>
231-
</form>
217+
<div class="row justify-content-center">
218+
<div class="col-10 col-md-6 col align-self-center">
219+
<form action="https://formspree.io/aksh@ritcreativeteam.ml" method="POST">
220+
<br style="clear:both">
221+
<h3 style="margin-bottom: 25px; text-align: center;">Drop a message here !</h3>
222+
<div class="form-group">
223+
<input type="text" class="form-control" id="name" name="name" placeholder="Name" required>
224+
</div>
225+
<div class="form-group">
226+
<input type="email" class="form-control" id="email" name="_replyto" placeholder="Email" required>
227+
</div>
228+
<div class="form-group">
229+
<textarea class="form-control" type="textarea" name="message" id="message" placeholder="Message" maxlength="140" rows="7"></textarea>
230+
</div>
231+
<button type="submit" id="submit" name="submit" value="Send" class="btn btn-primary pull-right">Submit</button>
232+
</form>
233+
</div>
232234
</div>
233235
</div>
234236
<div id="social" style="text-align: center; margin-top: 50px; margin-bottom: 50px">

0 commit comments

Comments
 (0)