css /* styles.css */ body { background-color: #000000; ประก margin: 0; padding: 0; font-family: "Arial", sans-serif; font-size: 18px; line-height: 24px; letter-spacing: 2px; color: #FFFFFF; } a { text-decoration: none; color: #FF69D4; font-weight: bold; transition: background-color 0.5s ease; } a:hover { background-color: #FF69D4; text-decoration: underline; transition: background-color 0.5s ease; } h1 { font-size: 36px; color: #FF69D4; margin-bottom: 24px; border-bottom: 4px solid #FFFFFF; padding-bottom: 4px; letter-spacing: -0.05em; } h2 { font-size: 24px; color: #FF69D4; margin-bottom: 16px; border-bottom: 4px solid #FFFFFF; padding-bottom: 4px; letter-spacing: -0.05em; } h3 { font-size: 18px; color: #FF69D4; margin-bottom: 8px; border-bottom: 4px solid #FFFFFF; padding-bottom: 4px; letter-spacing: -0.05em; } h4 { font-size: 14px; color: #FF69D4; margin-bottom: 4px; border-bottom: 4px solid #FFFFFF; padding-bottom: 4px; letter-spacing: -0.05em; } code { font-size: 14px; line-height: 18px; background-color: #000000; color: #FFFFFF; border: 4px solid #69D2FF; padding: 4px 8px; border-radius: 4px; transition: background-color 0.5s ease; } code a { text-decoration: none; color: #69D2FF; font-weight: bold; transition: background-color 0.5s ease; } preประก { font-family: "Courier", sans-serif; font-size: 14px; line-height: 18px; background-color: #000000; color: #FFFFFF; border: 4px solid #69D2FF; padding:ประก 8px 8px 8px; border-radius: 4px; overflow: auto; } pre code { font-size: 12px; line-height: 16px; background-color: #000000; color: #FFFFFF; border: 4px solid #69D2FF; padding: 4px 8px; border-radius: 4px; transition: background-color 0.5s ease; } p { margin: 16px 0; padding: 0 8px; color: #FFFFFF; line-height: 24px; letter-spacing: 2px; transition: background-color 0.5s ease; } p a { text-decoration: none; color: #FF69D4; font-weight: bold; transition: background-color 0.5s ease; } img { width: 100%; height: 300px; background-color: #000000; border:ประก 4px solid #69D2FF; border-radius: 4px; margin: 0; object-fit: cover; object-position: 50% 50%; transition: opacity 0.5s ease; } img:hover { opacity: 0.9; transition: opacity 0.5s ease; }