۱٬۲۳۲
ویرایش
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۷۱: | خط ۷۱: | ||
float: right; | float: right; | ||
margin-left: 2%; | margin-left: 2%; | ||
} | |||
.rectangle { | |||
color: #7E7E7E; | |||
font-size: 19px; | |||
font-weight: bold; | |||
letter-spacing: -0.05em; | |||
line-height: 20px; | |||
margin: 10px 0 30px; | |||
} | |||
.rectangle:before { | |||
background: rgb(126,126,126); | |||
background: -moz-linear-gradient(right, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%); | |||
background: -webkit-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%); | |||
background: -o-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%); | |||
background: -ms-linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%); | |||
background: linear-gradient(right, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%); | |||
left: 0; | |||
} | |||
.rectangle:after { | |||
background: rgb(126,126,126); | |||
background: -moz-linear-gradient(left, rgba(126,126,126,1) 0%, rgba(255,255,255,1) 100%); | |||
background: -webkit-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%); | |||
background: -o-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%); | |||
background: -ms-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%); | |||
background: linear-gradient(left, rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%); | |||
right: 0; | |||
} | |||
.rectangle:before, .rectangle:after { | |||
content: ""; | |||
height: 1px; | |||
position: absolute; | |||
top: 10px; | |||
width: 27%; | |||
} | } |