19 lines
275 B
CSS
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;
|
|
}
|