diff --git a/css/style.css b/css/style.css index da9cfb2..90011c7 100644 --- a/css/style.css +++ b/css/style.css @@ -1128,6 +1128,46 @@ form label { } } +.plus-button +{ + text-align: center; +} + +.plus-button .icon +{ + width: 70px; + height: 70px; + background:#F14E95; + display: table; + text-align: center; + margin: 0 auto 30px auto; + -webkit-border-radius: 50%; + -moz-border-radius: 50%; + -ms-border-radius: 50%; + border-radius: 50%; +} + + + +.plus-button .icon i +{ + display: table-cell; + vertical-align: middle; + height: 70px; + font-size: 40px; + line-height: 40px; + color: #efefef; +} + +.plus-button p, .feature-center h3 { + margin-bottom: 30px; +} +.plus-button h3 { + text-transform: uppercase; + font-size: 18px; + color: #5d5d5d; +} + .feature-center { text-align: center; padding-left: 20px; @@ -1141,7 +1181,8 @@ form label { margin-bottom: 50px; } } -.feature-center .icon { +.feature-center .icon +{ width: 90px; height: 90px; background: #efefef; diff --git a/index.html b/index.html index a94d8ac..23fcdcb 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,11 @@ - -
+ + + + +