OLD | NEW |
(Empty) | |
| 1 body |
| 2 { |
| 3 width: 540px; |
| 4 height: 540px; |
| 5 margin: auto; |
| 6 border: 5px solid #a42c23; |
| 7 background: white; |
| 8 } |
| 9 |
| 10 h1 |
| 11 { |
| 12 font-family: Arial, Helvetica, sans; |
| 13 font-size: 28px; |
| 14 line-height: 120px; |
| 15 text-align: center; |
| 16 margin: 0; |
| 17 color: #a42c23; |
| 18 } |
| 19 |
| 20 #facebook, #twitter, #gplus |
| 21 { |
| 22 padding-left: 125px; |
| 23 height: 140px; |
| 24 background-repeat: no-repeat; |
| 25 background-size: 64px; |
| 26 background-position: 30px 50%; |
| 27 |
| 28 display: -webkit-box; |
| 29 -webkit-box-orient: vertical; |
| 30 -webkit-box-pack: center; |
| 31 |
| 32 display: box; |
| 33 box-orient: vertical; |
| 34 box-pack: center; |
| 35 } |
| 36 |
| 37 #facebook, #twitter |
| 38 { |
| 39 padding-left: 135px; |
| 40 } |
| 41 |
| 42 #facebook |
| 43 { |
| 44 background-image: url("../img/f_logo.png"); |
| 45 background-color: #f3f4f8; |
| 46 } |
| 47 |
| 48 #twitter |
| 49 { |
| 50 background-image: url("../img/twitter-bird-light-bgs.png"); |
| 51 background-color: #d7e8f1; |
| 52 } |
| 53 |
| 54 #gplus |
| 55 { |
| 56 background-image: url("../img/gplus-64.png"); |
| 57 background-color: #f1f1f1; |
| 58 } |
| 59 |
| 60 #___plus_0 |
| 61 { |
| 62 margin-top: 12px !important; |
| 63 } |
OLD | NEW |