Untitled

 avatar
unknown
html
4 years ago
790 B
6
Indexable
<html lang="en">
<head>
  
  // here your css -----
  <meta name="viewport" content="width=device-width, initial-scale=1"><style>.outmost { padding: 0 10px; font-family: roboto; font-size: 16px; line-height: 1.5; } .title { font-weight: bold; margin-left: 20px; margin-top: 20px; font-size: 18px; } div.outmost > div { margin-bottom: 10px; } li.ul1 { margin-left: 20px; list-style-type: circle; } #markingGuide_data ul { padding: 0; } .question_content li { margin-left: 20px; } .group_title { font-weight: bold; } ul, ol { padding-inline-start: 20px; } table { line-height: 1.5; } table th { text-align: left; } .group_title, .question_title { padding-top: 20px; } td { vertical-align: initial; }</style>

</head>

<body>
 
  // your body those u are sending from API
  
  
</body>
</html>
Editor is loading...