-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Create Home Page for Website #17
Open
codervivek5
wants to merge
15
commits into
prathimacode-hub:main
Choose a base branch
from
codervivek5:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
139f781
Create Home Page for Website treksy
codervivek5 b0113a8
adjust size
codervivek5 3eb4995
Merge branch 'main' into main
codervivek5 d92e0ad
Update home page
codervivek5 9a79d73
Merge pull request #1 from codervivek5/codervivek5-updated-home-page-1
codervivek5 23c561b
Delete css file of home page
codervivek5 294d760
Update home page css
codervivek5 a63aba3
Merge pull request #2 from codervivek5/codervivek5-update-style.css-f…
codervivek5 b2580f5
Update images
codervivek5 1dcd3fd
update home page
codervivek5 cde8435
Update styles.css
codervivek5 b054ee6
Update styles.css
codervivek5 ee8b9bb
Update index.html
codervivek5 4f2c5f4
Merge branch 'main' into main
codervivek5 0ef0a99
Merge branch 'main' into main
codervivek5 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
.bg{ | ||
object-fit: cover; | ||
display: flex; | ||
background-repeat: no-repeat; | ||
background-size: cover; | ||
width: 100%; | ||
opacity: 0.6; | ||
} | ||
.txt{ | ||
bottom: 450px; | ||
position: relative; | ||
|
||
} | ||
.txt1{display: flex; | ||
position: relative; | ||
justify-content: center; | ||
align-items: center; | ||
margin-top: 10px; | ||
|
||
} | ||
.txt2{ | ||
display: flex; | ||
margin-top: 20px; | ||
position: relative; | ||
justify-content: center; | ||
align-items: center; | ||
|
||
|
||
} | ||
.form{ | ||
position: relative; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
margin: 0px; | ||
bottom: 415px; | ||
padding: 0px; | ||
|
||
|
||
} | ||
.from{ | ||
margin: 3px; | ||
border-radius: 5px; | ||
} | ||
.rev-icon{width: 15px; | ||
height: 15px; | ||
|
||
} | ||
.to{ | ||
margin: 3px; | ||
border-radius: 5px; | ||
} | ||
.dt{ | ||
margin: 3px; | ||
border-radius: 5px; | ||
} | ||
.botton{ | ||
position:relative; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
bottom: 365px; | ||
|
||
} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@codervivek5 you have to use
styles.css
to style the elements inindex.html
. Don't need to create a new css file . Put the css instyles. css
file onlyThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @unnikrishnan2002 for being so helpful in supporting your fellow mentee. Appreciate your willingness to do so.
Are you able to do so @codervivek5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes i will do that...