-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtutorialsfront.html
More file actions
38 lines (35 loc) · 1.46 KB
/
tutorialsfront.html
File metadata and controls
38 lines (35 loc) · 1.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<style>
body{
background-image:url(tutorails.jpg);
background-repeat: repeat-x;
}
a.btn{
background-color:rgb(224, 158, 35);
color: white;
padding: 14px 25px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 10px;
}
a:hover{
background-color: bisque;
}
</style>
</head>
<body>
<br><Br><br><br><br><br><Br><br><bR><Br> <br><Br><br><br><br><br><Br><br><bR><Br><br> <br>
<div style="height:200px;background-color:white;font-family: Georgia, 'Times New Roman', Times, serif;padding:20px;color: crimson;text-align:center" class="container-fluid"><b style="font-size:50px;">TUTORIALS</b><br><em style="font-size: 30px;color:darkslateblue;font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif">HTML , CSS , JAVASCRIPT , PHP</em> </div>
<center><a href="tutorials.html" class="btn a" ><b style="font-size:25px;">NEXT</b></a></center>
</body>
</html>