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 06a05fd commit 03a6e96Copy full SHA for 03a6e96
liveserver/myFirstProject/i3.html
@@ -6,9 +6,6 @@
6
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8
<title>Блок (задание 9)</title>
9
-</head>
10
-
11
-<body>
12
<style>
13
body {
14
background: grey;
@@ -25,8 +22,25 @@
25
22
box-shadow: 0 0 25px;
26
23
border-radius: 40px;
27
24
}
+
+ .block2 {
+ width: 450px;
28
+ height: 450px;
29
+ margin: auto;
30
+ background: dodgerblue;
31
+ border-radius: 50%;
32
+ border: 15px double green;
33
+ }
34
</style>
- <div class="block">Hello World!</div>
35
+</head>
36
37
+<body>
38
+ <div class="block2">
39
+ <div class="block">
40
+ Hello World!
41
42
+ </div>
43
44
</body>
45
46
</html>
0 commit comments