-
-
Notifications
You must be signed in to change notification settings - Fork 374
Web design #59 #756
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
Merged
NtemKenyor
merged 4 commits into
KwickerHub:dev
from
sandurpraneethapradeep:WebDesign_59
Nov 26, 2023
Merged
Web design #59 #756
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
97 changes: 97 additions & 0 deletions
97
modules/text_on_image/text_on_image_59_by_PraneethaPradeepSandur.html
This file contains hidden or 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,97 @@ | ||
| <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"> | ||
| <div id="container-gym"> | ||
| <div id="inner-container-1"> | ||
|
|
||
| <h1 id="gym">The Best<br> | ||
| gym in NYC</h1> | ||
|
|
||
| <p id="para"> We will develop a programme that will meet<br> | ||
| your individual needs. We are committed to <br> | ||
| helping you achieve your fitness goals. | ||
| </p> | ||
|
|
||
| <button id="btn">START NOW</button> | ||
|
|
||
| <h2 id="pix">Image from <u>Freepix</u></h2> | ||
| </div> | ||
| </div> | ||
|
|
||
| <style> | ||
|
|
||
| #container-gym{ | ||
|
|
||
| background-position: center; | ||
| background-repeat: no-repeat; | ||
| background-size:1400px; | ||
| background-image: url("./images_and_icons/background_59.jpg"); | ||
| height: 100%; | ||
| width: 100%; | ||
| color: white; | ||
| display: flex; | ||
| flex-direction: column; | ||
| justify-content: center; | ||
| align-items:baseline; | ||
| overflow-x: hidden; | ||
| overflow-y: hidden; | ||
|
|
||
| } | ||
|
|
||
| #gym{ | ||
|
|
||
| font-family: Roboto,sans-serif; | ||
| font-size: 3.75rem; | ||
| font-weight: 600; | ||
| text-align: justify; | ||
| margin: 0; | ||
| position:relative; | ||
| padding: 0; | ||
| color:red; | ||
| line-height: 1.1; | ||
| padding-left: 100px; | ||
| padding-bottom: 10px; | ||
| } | ||
|
|
||
| #para{ | ||
|
|
||
| font-family: 'Open Sans',sans-serif; | ||
| line-height: 1.8; | ||
| padding-left: 100px; | ||
| text-align: justify; | ||
| color:white; | ||
| font-weight: 600; | ||
| font-size: 1.125rem; | ||
|
|
||
| } | ||
|
|
||
| #btn{ | ||
|
|
||
| background-color: red; | ||
| color: white; | ||
| letter-spacing: 1px; | ||
| font-weight: 700; | ||
| margin: 30px auto 0 0; | ||
| padding: 15px 52px 17px 51px; | ||
| border-color: transparent; | ||
| margin-top: 4px; | ||
| margin-left: 100px; | ||
|
|
||
|
|
||
|
|
||
| } | ||
| #pix{ | ||
|
|
||
| display: inline; | ||
| margin-top: 40px; | ||
| line-height: 1.8; | ||
| color: #808080; | ||
| position: relative; | ||
| text-align: justify; | ||
| font-family: 'Open Sans',sans-serif; | ||
| font-size: 1rem; | ||
| padding-left: 100px; | ||
| position: relative; | ||
| display: block; | ||
|
|
||
|
|
||
| } | ||
| </style> | ||
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.
We generally score higher PRs that do not make external request. Learn from here and avoid links in your next PR. Notwithstanding, Well done.
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.
Sure. Thank you!