css Eflex-20180530的简单CSS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Eflex-20180530的简单CSS相关的知识,希望对你有一定的参考价值。
/*
* Main Nav
*/
/* hover fx */
#primary-menu a {
border: 2px solid transparent;
border-radius: 500px;
-o-transition:.6s;
-ms-transition:.6s;
-moz-transition:.6s;
-webkit-transition: .6s;
transition:.6s;
}
#primary-menu a:hover {
border: 2px solid #67C6C0;
}
/*
* CTA
*/
.section-cta {
background-size: cover;
background-position: center;
}
.section-cta p {
font-size: 1.55rem;
}
/*
* FOOTER
*/
footer a {
text-decoration: none;
color: #fff;
}
footer a:hover {
text-decoration: none;
color: #63D3C9;
}
/*
* SECTION :: APP :: EFLEX
*/
.gx-form {
max-width: 80%;
}
.icon-app-container {
display: flex;
align-items: center;
}
.icon-app-eflex {
width: 100%;
}
.section-app-eflex p {
color: #a7212a;
font-weight: 700;
text-align: center;
}
.section-app-eflex p:first-of-type {
font-size: 1.5rem;
line-height: 1.4;
}
.badge-appstore {
width: 93%;
}
.badge-googleplay {
width: 100%;
}
以上是关于css Eflex-20180530的简单CSS的主要内容,如果未能解决你的问题,请参考以下文章
css 简单的纯CSS下拉菜单
css 简单的纯CSS下拉菜单
css eflex 20180601的简单CSS
css 简单的CSS FFUC 2018050531
css EFlex 201805301755的简单CSS
css 最喜欢的简单CSS样式