Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .homeContainer, .titleContainer, .BodyContainer {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- margin-left: auto;
- margin-right: auto;
- padding: 10px;
- }
- .titleContainer {
- width: 20%;
- border-bottom: 2px solid darkgray;
- border-radius: 20px;
- }
- .bodyContainer {
- margin-top: 40px;
- width: 80%;
- }
- .title {
- font-size: 40px;
- font-weight: bold;
- font-style: italic;
- color: #08A0FB;
- letter-spacing: 1px;
- text-align: center;
- text-shadow: 2px 3px 4px darkgray;
- }
- .bodyText {
- font-size: 25px;
- letter-spacing: 1px;
- word-spacing: 1px;
- color: darkgray;
- text-align: center;
- }
- .navLink {
- font-size: 25px;
- letter-spacing: 1px;
- word-spacing: 1px;
- text-align: center;
- color: darkgray;
- text-decoration: none;
- }
- .bodyText:hover {
- .bodyText > .navLink {
- text-decoration: underline;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment