Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #cd-slider{
- margin-bottom: 50px;
- position:relative;
- }
- .linkscontainer{
- text-align: center;
- display: inline-block;
- position: absolute;
- bottom: 74px;
- left: 50%;
- transform: translateX(-50%);
- background-color: #fff;
- padding: 14px;
- }
- .linkscontainer p{
- margin-bottom:0px;
- }
- .custom-btn {
- display:block;
- }
- .custom-btn:hover {
- color:#444!important;
- }
- /*wpts 23774 start*/
- /*Mobile version*/
- .linkscontainer a {
- border: 1px #222222 solid;
- padding: 6px;
- }
- .linkscontainer p.secondp {
- margin-bottom: 10px;
- }
- /*Tablet version*/
- @media only screen and (min-width: 700px) {
- .linkscontainer {
- width: 455px;
- height: 253px;
- padding:30px 15px;
- display: flex !important;
- justify-content: center;
- align-items: center;
- font-size: 2.5rem;
- flex-direction: column;
- }
- .linkscontainer p.secondp {
- margin-top: 25px;
- }
- .linkscontainer a {
- border: 1px solid black;
- padding: 22px 20px;
- margin-top: 22px;
- }
- }
- /*Desktop version*/
- @media only screen and (min-width: 1000px) {
- .linkscontainer {
- width:809px;
- height:351px;
- padding:30px 15px;
- display: flex !important;
- justify-content: center;
- align-items: center;
- font-size: 36px;
- flex-direction: column;
- }
- .linkscontainer p.secondp {
- margin-top: 45px;
- }
- .linkscontainer a {
- border: 1px solid black;
- padding: 32px 40px;
- margin-top: 42px;
- }
- }
- /*wpts 23774 end*/
- @media only screen and (max-width: 699px) {
- .linkscontainer {
- font-size: 2rem;
- padding:30px;
- }
- .custom-btn {
- margin-top:5%;
- }
- }
- @media only screen and (max-width: 480px) {
- .linkscontainer {
- bottom:30px;
- }
- .custom-btn {
- margin-top:10%;
- font-size:1.5rem;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement