Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions circle.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<html>
<head>
<title>How to create a circle using div</title>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Labore et quibusdam repudiandae aut neque ea, accusamus ratione porro sint,
assumenda reiciendis nesciunt architecto repellat molestias ad illo, sapiente delectus commodi.</p>
<p>more and more</p>
<p>more and more</p>
<link rel="stylesheet" href="style.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.blue {
background-color:blue
background-color:green;
}
.circle{
border-radius:50%;
Expand Down