File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 margin : auto;
2626 padding : 20px ;
2727 position : absolute;
28- /* opacity: 95%; */
2928 }
3029 # rain-container {
3130 position : relative;
3635 .book {
3736 position : absolute;
3837 bottom : 100% ;
39- font-size : 3 rem ;
38+ font-size : 2 rem ;
4039 animation : fall linear infinite;
4140 }
4241
5352 color : # 333 ;
5453 border-radius : 10px ;
5554 box-shadow : 0 5px 15px rgba (0 , 0 , 0 , .3 );
56- opacity : 98% ;
5755 margin-bottom : 30px ;
56+ opacity : 0.98 ; /* Adjust this value to change transparency */
5857 }
5958 h1 {
6059 color : # 556b2f ;
7776 animation : fadeInScale 1.5s ease forwards;
7877 color : # daa520 ;
7978 }
80- @keyframes spin {
81- 0% { transform : rotate (0deg ); }
82- 100% { transform : rotate (360deg ); }
83- }
84-
85- .spinning-book {
86- display : inline-block;
87- animation : spin 2s linear infinite;
88- }
8979 .section-title {
9080 color : # 41339c ;
9181 }
119109 </ script >
120110 < div class ="container ">
121111 < div class ="notebook-cover ">
122- < h1 > < span style ="color:#daa520; "> ✨ CML Polymath Notebooks ✨</ span > </ h1 >
112+ <!-- <h1><a href="https://github.com/cmlpolymath/Notebooks/tree/main" style="color:#daa520; text-decoration: none;">✨ CML Polymath Notebooks ✨</a></h1> -->
113+ < h1 > < span > < a href ="https://github.com/cmlpolymath/Notebooks/tree/main " style ="color:#daa520; text-decoration: none; "> ✨ CML Polymath Notebooks ✨</ a > </ span > </ h1 >
123114 < p > Welcome to this repository, which contains all the notebooks based on Data Science books I've read.
124115 The purpose of this repository is to show my journey through the field and, most importantly, < b > to share the knowledge.</ b >
125116 </ p >
You can’t perform that action at this time.
0 commit comments