Skip to content

Commit

Permalink
day 12 challenge committed
Browse files Browse the repository at this point in the history
  • Loading branch information
karun2001 committed Oct 5, 2023
1 parent c08bd05 commit 3c0f1aa
Show file tree
Hide file tree
Showing 4 changed files with 401 additions and 2 deletions.
2 changes: 2 additions & 0 deletions day2challenge/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!doctype html>
<html lang = "en">
<head>
<meta charset="utf-8" />
<title>Clock</title>
<meta name ="viewport" content="width=device-width,initial-scale=1.0"/>
<link href ="styles.css" rel = "stylesheet" />
</head>
Expand Down
6 changes: 4 additions & 2 deletions day2challenge/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ html{
background-color: black;
position: absolute;
left: 50%;
transform-origin: 100% 100%;
transform-origin: 50% 100%;

}
.hour-hand{
Expand All @@ -30,14 +30,16 @@ html{
width: 4px;
height: 40%;
top: 10%;
left: 50.5%;
}
.second-hand{
width: 2px;
height: 45%;
top: 5%;
left: 51%;
}
.dot{
position: absolute;
position: absolute;
width: 10%;
height: 10%;
border-radius: 50%;
Expand Down
Loading

0 comments on commit 3c0f1aa

Please sign in to comment.