diff --git a/Art/himanshu-sheetlani/Fan Animation.gif b/Art/himanshu-sheetlani/Fan Animation.gif new file mode 100644 index 000000000..61b7e0702 Binary files /dev/null and b/Art/himanshu-sheetlani/Fan Animation.gif differ diff --git a/Art/himanshu-sheetlani/index.html b/Art/himanshu-sheetlani/index.html new file mode 100644 index 000000000..a1a459e74 --- /dev/null +++ b/Art/himanshu-sheetlani/index.html @@ -0,0 +1,115 @@ + + + + + + himanshu-sheetlani + + + + +
+
+ fan +
+
+
+ ON + 1 + 2 + 3 +
+ + + + + \ No newline at end of file diff --git a/Art/himanshu-sheetlani/style.css b/Art/himanshu-sheetlani/style.css new file mode 100644 index 000000000..e4593fd1c --- /dev/null +++ b/Art/himanshu-sheetlani/style.css @@ -0,0 +1,78 @@ +body{ + margin: 0; + padding: 0; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + height: 100vh; + width: 100vw; + font-size: 25px; + font-family: Arial, Helvetica, sans-serif; +} + +.circle{ + width: 300px; + height: 300px; + border: 5px double black; + border-radius: 50%; + display: flex; + justify-content: center; + align-items: center; +} + +.circle img{ + height: 250px; + width: 250px; + animation: spin infinite linear; + animation-duration: 0s; + rotate: 360deg; +} + +.btn{ + margin: 100px; + width: 30vw; + display: flex; + flex-direction: row; + justify-content: space-around; + +} + +.b{ + height: 50px; + width: 50px; + border-radius: 50%; + display: flex; + justify-content: center; + align-items: center; + background: grey; + border: 1px solid black; + cursor: pointer; + box-shadow: inset white 0px 6px 9px 0px; +} + +.b:hover{ + background: rgb(82, 82, 82); + border: 1px solid black; + box-shadow: 0 0 0; + color: #fff; +} + +.btn1{ + background-color: red; + color: #fff; +} + +.btn1:hover{ + background-color: red; + box-shadow: 0 0 0; +} + +@keyframes spin{ + 0%{ + rotate: 360deg; + } + 100%{ + rotate: 0deg; + } +} diff --git a/include.js b/include.js index 06db1fd8c..b056f78d0 100644 --- a/include.js +++ b/include.js @@ -1,4 +1,11 @@ let cards = [ + { + artName: 'Fan Animation', + pageLink: './Art/himanshu-sheetlani/index.html', + imageLink: './Art/himanshu-sheetlani/Fan Animation.gif', + author: 'Himanshu Sheetlani', + githubLink: 'https://github.com/himanshu-sheetlani' + }, { artName: 'Balls Animation', pageLink: './Art/vikasverma67/Animation1/index.html',