19andersonn (Talk | contribs) |
|||
Line 182: | Line 182: | ||
margin: 0%; | margin: 0%; | ||
} | } | ||
+ | |||
+ | /* parts ============================================== */ | ||
+ | |||
+ | h1 { | ||
+ | font-size: 35px; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | .bg { | ||
+ | background-image: url("かっこいい.jpg"); | ||
+ | height: 80%; | ||
+ | background-position: center; | ||
+ | background-repeat: none; | ||
+ | background-size: cover; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | #yajirushi { | ||
+ | position: absolute; | ||
+ | bottom: 65px; | ||
+ | z-index: 1; | ||
+ | width: 100px; | ||
+ | height: 30px; | ||
+ | left: 50%; | ||
+ | } | ||
+ | |||
+ | #header { | ||
+ | padding-top: 20px; | ||
+ | padding-bottom: 0px; | ||
+ | } | ||
+ | |||
+ | #wrapper { | ||
+ | margin-left: 10%; | ||
+ | margin-right: 10%; | ||
+ | } | ||
+ | |||
+ | table, th, td { | ||
+ | border: 1px solid black; | ||
+ | border-collapse: collapse; | ||
+ | padding: 5px; | ||
+ | padding-left: 5px; | ||
+ | vertical-align: top; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | hr { | ||
+ | color: black; | ||
+ | border-style: solid; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 10:36, 12 October 2018