-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
executable file
·44 lines (38 loc) · 1.02 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<!--<meta name="viewport" content="width=device-width,initial-scale=1">-->
<!--<link rel="stylesheet" href="css/normalize.css">-->
<!--<link rel="stylesheet" href="grid/css/grid.css">-->
<!--<link rel="stylesheet" href="css/bootstrap.min.css">-->
<!--<link rel="stylesheet" href="css/light_blue.css">-->
<style>
.a{
background-color: yellow;
display: inline-block;
}
.b{
background-color: cornflowerblue;
display: inline-block;
}
</style>
</head>
<body>
<!--<div class="container">-->
<!--<div class="row">-->
<!--<ul class="a">-->
<!--<li>2</li>-->
<!--<li></li>-->
<!--<li></li>-->
<!--<li></li>-->
<!--</ul>-->
<!--<div class="b">-->
<!--Lorem ipsum dolor sit.-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<div>aa</div>
</body>
</html>