We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a356b commit 65c572aCopy full SHA for 65c572a
liveserver/myFirstProject/i3.html
@@ -32,6 +32,14 @@
32
border-radius: 50%;
33
border: 15px double green;
34
}
35
+
36
+ .dif {
37
+ background: yellow;
38
+ }
39
40
+ .dif2 {
41
+ border: 15px dotted green;
42
43
</style>
44
</head>
45
@@ -42,6 +50,12 @@
50
51
</div>
52
53
+ <div class="block2 dif2">
54
+ <div class="dif block ">
55
+ Hello World!
56
57
+ </div>
58
59
</body>
46
60
47
61
</html>
0 commit comments