Line 55: | Line 55: | ||
text-align: center; | text-align: center; | ||
} | } | ||
+ | |||
.linkpicture2{ | .linkpicture2{ | ||
margin-right: 75px; | margin-right: 75px; | ||
Line 60: | Line 61: | ||
width: 25%; | width: 25%; | ||
} | } | ||
+ | |||
.linkpicture3{ | .linkpicture3{ | ||
margin-right: 25px; | margin-right: 25px; | ||
Line 65: | Line 67: | ||
width: 25%; | width: 25%; | ||
} | } | ||
+ | |||
+ | .td{ | ||
+ | vertical-align: middle; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
.logoPicture { | .logoPicture { | ||
width: 100%; | width: 100%; |
Revision as of 08:42, 13 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: 70px; 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; height: auto; font-size: 22px; font-family: arial; font-weight: 350; }
.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; }
.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%;
}
.td{ vertical-align: middle; text-align: center; }
.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;
}