-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc12m.html
47 lines (36 loc) · 1.41 KB
/
c12m.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<style>
button {
border: none;
padding: 30px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 10px 5px;
cursor: pointer;
transition: all .5s ease;
}
h1{
margin-top: 7%;
}
</style>
</head>
<body style="background-color:skyblue">
<center>
<h1><b>MATHS</b></h1><br><br>
<h3>Select from the below option which you want to get...</h3>
<div class="b1"style="margin-top: 10%;">
<a href="https://www.ncertbooks.guru/ncert-books-class-11-maths/amp/"><button > NCERT Books </button></a><br><br>
<a href="https://www.ncertbooks.guru/ncert-solutions-for-class-11-maths-pdf/"><button > NCERT Solutions </button></a><br><br>
<a href="https://www.learncbse.in/cbse-notes-class-11-maths/"><button > Notes </button></a><br><br>
</div>
<div class="b1">
<a href="https://www.selfstudys.com/books/cbse-sample-paper/state-books/class-11th/mathematics/25096"><button > Sample Paper </button></a><br><br>
<a href="https://www.youtube.com/watch?v=etykWjsMF7s&list=PLVLoWQFkZbhWF3ezaGYnkCKE0hHPaSbLO"><button > Videos </button></a><br><br>
</div>
</center>
</body>
</html>