edgware/edgware/static/css/main/home.css
ashok sukumaran f10b6eb13f font sizes
2011-05-07 17:55:02 +05:30

19 lines
275 B
CSS

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