-
-
Notifications
You must be signed in to change notification settings - Fork 56
Home page company section #438
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
Changes from 6 commits
68fb4ad
26aa542
1fc6c70
b2fd1e2
9218202
dbb9b82
4f9ebd6
dab80ac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4102,3 +4102,121 @@ input.fullwidth { | |
| font-size: 10px; | ||
| } | ||
| } | ||
|
|
||
| /*Testimonial and Slider CSS*/ | ||
|
|
||
| .testimonial{ | ||
| width: 365px; | ||
| border-radius: 30px; | ||
| background-color: #ffffff; | ||
| box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1); | ||
| margin-left: 10px; | ||
| } | ||
|
|
||
| .icon-review{ | ||
| text-align: left; | ||
| } | ||
| .icon-review img{ | ||
| margin-left: 50px; | ||
| } | ||
| .icon-review p{ | ||
| margin-left:35px; | ||
| margin-top: -25px; | ||
| width: 70%; | ||
| font-size: 15px; | ||
| line-height: 18px; | ||
| letter-spacing: 0.5px; | ||
| color:#2A3744 ; | ||
| } | ||
|
|
||
| .circle-user{ | ||
| width: 40px; | ||
| height: 40px; | ||
| border-radius: 50%; | ||
| position: relative; | ||
| left: 32px; | ||
| margin-top: 20px; | ||
| } | ||
| .circle-user img{ | ||
| margin: 0px; | ||
| border-radius: 50%; | ||
| } | ||
|
|
||
| .icon-user{ | ||
| display: flex; | ||
| text-align: left; | ||
| padding-bottom: 25px; | ||
| } | ||
| .contentt{ | ||
| margin-top: 20px; | ||
| margin-left: 45px; | ||
| } | ||
| .contentt a{ | ||
| color: #1FA385; | ||
| line-height: 23px; | ||
| text-decoration: underline; | ||
| } | ||
| .unqimg{ | ||
| margin: 0px !important; | ||
| } | ||
|
|
||
| .slider-slide { | ||
| display: -webkit-flex; | ||
| display: flex; | ||
| -webkit-align-items: center; | ||
| align-items: center; | ||
| -webkit-justify-content: center; | ||
| justify-content: center; | ||
| } | ||
|
|
||
| .container, | ||
| .footer, | ||
| .main, | ||
| .header { | ||
| width: 100%; | ||
| max-width: 1000px; | ||
| margin-left: auto; | ||
| margin-right: auto | ||
| } | ||
|
|
||
| @media screen and (min-width: 600px) { | ||
| .main { | ||
| display: -webkit-flex; | ||
| display: flex | ||
| } | ||
| } | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are these styles used? I could not find single use of "main" class.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have removed the useless css. |
||
|
|
||
| .simple-slider{ | ||
| height: 400px; | ||
| } | ||
|
|
||
| .simple-slider .slider-btn.slider-btn-prev { | ||
| left: 11px !important; | ||
| background-position: left !important; | ||
| box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1) !important; | ||
| background: white !important; | ||
| border-radius: 50% !important; | ||
| width: 50px !important; | ||
| height: 50px !important; | ||
| } | ||
|
|
||
| .simple-slider .slider-btn.slider-btn-next { | ||
| right: 4px !important; | ||
| background-position: right !important; | ||
| border-radius: 50% !important; | ||
| width: 50px !important; | ||
| height: 50px !important; | ||
| background: white !important; | ||
| box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1) !important; | ||
| } | ||
|
|
||
| .simple-slider .slider-btn.slider-btn-next img{ | ||
| padding: 18px; | ||
| margin: 0px; | ||
| } | ||
|
|
||
| .simple-slider .slider-btn.slider-btn-prev img{ | ||
| padding: 18px; | ||
| margin: 0px; | ||
| } | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Can you please choose a bit more descriptive class names? Neither
unqimgnorcontenttare easy to understand.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.
Okay,let me commit the final version.
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.
It's done