Line 1: | Line 1: | ||
− | + | .title{ | |
width: 980px; | width: 980px; | ||
color: #393C40; | color: #393C40; | ||
Line 10: | Line 10: | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | + | .title_2{ | |
width: 980px; | width: 980px; | ||
color: #393C40; | color: #393C40; | ||
Line 21: | Line 21: | ||
text-align: center; | text-align: center; | ||
} | } | ||
− | + | .content{ | |
− | + | ||
width: 980px; | width: 980px; | ||
color: #393C40; | color: #393C40; | ||
Line 52: | Line 51: | ||
font-family: arial; | font-family: arial; | ||
font-weight: 200; | font-weight: 200; | ||
+ | } | ||
+ | .instructionOfPicture{ | ||
+ | color: #767171; | ||
+ | font-family: arial; | ||
+ | font-size: 20px; | ||
+ | text-align: center; | ||
+ | font-weight: 100; | ||
+ | letter-spacing: 1px; | ||
} | } |
Revision as of 09:04, 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; } .instructionOfPicture{ color: #767171; font-family: arial; font-size: 20px; text-align: center; font-weight: 100; letter-spacing: 1px; }