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 729ceb2 commit 99de9f5Copy full SHA for 99de9f5
circle.html
@@ -1,13 +1 @@
1
-<!doctype html>
2
-<html>
3
-<head>
4
- <title>How to create a circle using div</title>
5
- <link rel="stylesheet" href="style.css">
6
-</head>
7
-<body>
8
- <h1>How to create a circle using a div</h1>
9
- <div class="blue circle">
10
-
11
- <div>
12
-</body>
13
</html>
style.css
@@ -3,6 +3,6 @@
}
.circle{
border-radius:50%;
- width:300px;
- height:300px;
+ width:500px;
+ height:500px;
0 commit comments