Line 31: | Line 31: | ||
width: 100%; | width: 100%; | ||
color: #BC818D; | color: #BC818D; | ||
− | margin-left: | + | margin-left: 0px; |
margin-right: auto; | margin-right: auto; | ||
height: auto; | height: auto; |
Revision as of 12:30, 12 October 2018
.title { width: 100%; color: #393C40; margin-left: auto; margin-right: auto;
margin-bottom: 25px;
height: auto; font-size: 80px; font-family: Comic Sans MS bold; font-weight: 400; text-align: center; padding-top: 60px; padding-bottom: 50px; }
.title_2 { width: 100%; color: #393C40; text-align: center; margin-left: auto; margin-right: auto; height: auto; font-size: 60px; font-family: Comic sans MS bold; font-weight: 300; padding-top: 40px; padding-bottom: 40px; }
.littletitle { width: 100%; color: #BC818D; margin-left: 0px; margin-right: auto; height: auto; font-size: 25px; font-family: Comic sans MS bold; font-weight: 300; padding-top: auto; padding-bottom: auto; }
.content { width: 980px; color: #393C40; margin-left: auto; margin-right: auto; font-size: 18px; font-family: arial; font-weight: 100; letter-spacing: 1px; line-height: 1.5em;
text-indent:50px;
}
.linkOfPicture { margin-left: auto; margin-right: auto;
text-align: center;
} .linkpicture2{
margin-right: 75px; margin-left: 75px; width: 25%;
} .linkpicture3{
margin-right: 25px; margin-left: 25px; width: 25%;
} .logoPicture { width: 100%; 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: 16px; text-align: center; font-weight: 100; letter-spacing: 1px; }
.codeText { width: 500px; margin-left: 240px; color: #959DA5; font-family: fixedsys; font-size: 20px; font-style: italic; text-align: left; }
.codeText>p{ color: #959DA5; font-family: fixedsys; font-size: 20px; font-style: italic; text-align: left; }
.background {
width: 1120px;
margin-left: auto; margin-right: auto; background-color:#fdfdfd; }
.dataText { font-weight: 300; font-size: 20px; font-style: oblique; }
.judgeTitle{ width: 100%; margin-left: auto; margin-right: auto; color: #808080; font-family: "century gothic"; font-size: 40px; padding-bottom: 30px; padding-top: 40px; white-space: nowrap; }
.judgeTitle2{ width: 100%; margin-left: auto; margin-right: auto; color: #9CC2E5; font-family: "arial black"; font-size: 25px; white-space: nowrap; }
.test_a:hover img{
transform: scale(1.05); transition: all 1s ease 0s;
}