edgware/edgware/static/css/main/home.css
ashok sukumaran 38945e562b xx
2011-05-07 17:05:39 +05:30

19 lines
275 B
CSS

.centerSentence {
color: #393939;
font-size: 48px;
width: 55%;
height: 350px;
position: relative;
top: 50%;
margin-top: -175px;
margin-left: auto;
margin-right: auto;
}
.centerSentence a {
color: #393939;
}
.centerSentence a:hover {
color: #FF00DB;
}