|
@@ -0,0 +1,33 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <title>Document</title>
|
|
|
+ <style>
|
|
|
+ * {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ font-size: 0
|
|
|
+ }
|
|
|
+
|
|
|
+ .i {
|
|
|
+ width: 200px;
|
|
|
+ height: 200px;
|
|
|
+ /* border: 1px solid orangered; */
|
|
|
+ background-color: #000;
|
|
|
+ /* float: left; */
|
|
|
+ margin: 0;
|
|
|
+ border: 0
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <img src="./1_answer_a.png" alt="" class="i">
|
|
|
+ <img src="./1_answer_b.png" alt="" class="i">
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|