Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hashir311 authored Oct 12, 2023
1 parent dc1e977 commit c7628aa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
<title>Mohammad Hashir</title>
</head>
<body>
<!-- <div id="container">
</div> -->
<div id="main">
<div id="box1"></div>
<div id="box2"></div>
Expand Down Expand Up @@ -42,8 +39,6 @@
#home{
height: 40%;
width: 60%;
/* padding: 5px; */
/* background-color: blueviolet; */
}
#hw{
font-size: 40px;
Expand All @@ -67,7 +62,6 @@
border: 0 solid rgb(255, 255, 255);
border-radius: 10%;
transition: transform(.2s) ease-in-out;
/* background-color: rgb(255, 0, 0); */
}
main div:hover{
transform: scale(1.2);
Expand Down Expand Up @@ -110,4 +104,4 @@
}

</style>
</html>
</html>

0 comments on commit c7628aa

Please sign in to comment.