<!DOCTYPE html><html><head> <meta charset="utf-8"> <title></title> <style> body { background-color: #ffffff; } .main { position: absolute; top: 25%; left: 10%; right: 10%; margin: auto; } .main div { text-align: center; } #header-content { min-width: 40%; min-height: 40%; max-width: 100%; max-height: 100%; } .simple-message { font-weight: 500; width: 100%; font-size: 28px; color: #3685f2; text-align: center; margin-top: 20px; line-height: 40px; } .detail-message { font-size: 16px; color: #ff4949; margin: 15px auto; line-height: 24px; } .solution { font-size: 16px; color: #ff4949; |
0
|
|