(Created page with " .title{ width: 980px; color: #393C40; margin-left: auto; margin-right: auto; height: auto; font-size: 50px; font-family: courier...") |
|||
Line 44: | Line 44: | ||
margin-left: auto; margin-right: auto; | margin-left: auto; margin-right: auto; | ||
text-align: center; | text-align: center; | ||
+ | } | ||
+ | .titleInContent{ | ||
+ | color: #BC818D; | ||
+ | font-size: 24px; | ||
+ | letter-spacing: 1px; | ||
+ | line-height: 2em; | ||
+ | font-family: arial; | ||
+ | font-weight: 200; | ||
} | } |
Revision as of 08:30, 5 October 2018
.title{
width: 980px; color: #393C40; margin-left: auto; margin-right: auto; height: auto; font-size: 50px; font-family: courier; font-weight: 400; padding: 20px; text-align: center; } .title_2{ width: 980px; color: #393C40; margin-left: auto; margin-right: auto; height: auto; font-size: 42px; font-family: courier; font-weight: 300; padding: 20px; text-align: center; } .content { width: 980px; color: #393C40; margin-left: auto; margin-right: auto; height: auto; font-size: 18px; font-family:arial; font-weight: 100; letter-spacing: 1px; line-height: 1.5em; margin-bottom: 40px; } .linkOfPicture{ width: 980px; margin-left: auto; margin-right: auto;
} .logoPicture{ width: 980px; height: auto; margin-left: auto; margin-right: auto; text-align: center; } .titleInContent{ color: #BC818D; font-size: 24px; letter-spacing: 1px; line-height: 2em; font-family: arial; font-weight: 200; }