forked from M3-Academy/challenge-landing-page
Commit cards responsivos.
This commit is contained in:
parent
26341ebdfe
commit
2bb21810be
19
style.css
19
style.css
@ -84,7 +84,7 @@
|
||||
padding: 0px 100px 60px 0px;
|
||||
}
|
||||
.cardCenter {
|
||||
width:76%;
|
||||
width:100%;
|
||||
display:flex;
|
||||
justify-content:center;
|
||||
align-items: center;
|
||||
@ -173,7 +173,7 @@
|
||||
}
|
||||
.card3 {
|
||||
width: 380px;
|
||||
height: 330px;
|
||||
height: 280px;
|
||||
display:block;
|
||||
text-align: center;
|
||||
background: #FFFFFF;
|
||||
@ -187,7 +187,7 @@
|
||||
font-style: normal;
|
||||
|
||||
font-weight: 400;
|
||||
font-size: 17px;
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
|
||||
@ -272,7 +272,7 @@ color: #000000;
|
||||
font-size: 20px;
|
||||
|
||||
}
|
||||
.text4 , .textFooter{
|
||||
.text4 ,{
|
||||
|
||||
font-size: 20px;
|
||||
|
||||
@ -294,6 +294,15 @@ color: #000000;
|
||||
}
|
||||
@media only screen and (max-width: 400px) {
|
||||
.text5 {
|
||||
font-size:15px;
|
||||
font-size:13px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
.cardCenter {
|
||||
width:80%;
|
||||
display:flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: auto;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user