Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed inline style in HTML and added it to CSS #23 #49

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,12 @@
<div class="container7">
<div class="row1">
<div class="abc"><a href="#"><i class="fa fa-2x fa-map-marker" class="contact"
style="color: #F6FFFA;"></i></a></div>
></i></a></div>
<div class="def">Skibiddi toilet, Area 51</div>
<div class="abc"><a href="#"><i class="fa fa-2x fa-phone" class="contact"
style="color: #F6FFFA;"></i></a></div>
></i></a></div>
<div class="def"> +91 4206969420</div>
<div class="abc"><a href="#"><i class="fa fa-2x fa-envelope" class="contact"
style="color: #F6FFFA;"></i></a></div>
<div class="abc"><a href="#"><i class="fa fa-2x fa-en></i></a></div>
Copy link
Collaborator

@Yash-g2310 Yash-g2310 Dec 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @Akshat1276 there is a small problem with your commits
there is a missing ' " ' here and the class name is also not set properly (match with the actual code)

<div class="def">[email protected]</div>
</div>
<div class="row2">
Expand All @@ -154,10 +153,10 @@
<div id="sell">Easysell</div>
</div>
<div class="social">
<div class="ijk"><a href="#"><i class="fa fa-2x fa-instagram" style="color: #F6FFFA;"></i></a></div>
<div class="ijk"><a href="#"><i class="fa fa-2x fa-linkedin" style="color: #F6FFFA;"></i></a></div>
<div class="ijk"><a href="#"><i class="fa fa-2x fa-twitter" style="color: #F6FFFA;"></i></a></div>
<div class="ijk"><a href="#"><i class="fa fa-2x fa-github" style="color: #F6FFFA;"></i></a></div>
<div class="ijk"><a href="#"><i class="fa fa-2x fa-instagram"></i></a></div>
<div class="ijk"><a href="#"><i class="fa fa-2x fa-linkedin"></i></a></div>
<div class="ijk"><a href="#"><i class="fa fa-2x fa-twitter"></i></a></div>
<div class="ijk"><a href="#"><i class="fa fa-2x fa-github"></i></a></div>
</div>
</div>
<div class="row3">
Expand Down
2 changes: 2 additions & 0 deletions resources/css/landingpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ nav {
}

.abc {
color: #F6FFFA;
display: flex;
justify-content: center;
border-radius: 50px;
Expand Down Expand Up @@ -573,6 +574,7 @@ nav {
padding: 5px;
border-radius: 50px;
background: #344137;
color: #F6FFFA;
}

.row3 {
Expand Down