"error by john niro yumang"
Bootstrap 4.0.0 Snippet by jeanyu23

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!---************* arrangement by john niro yumang b4.0 alpha project graduation ******************* -->
<!DOCTYPE html>
<html lang="en">
<title>index</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!------------start head scripts and link src------------>
<head>
<script src="js/jq.js"></script>
<!---- for moving objects make this first always after boootstrap.css ----->
<link rel="stylesheet" href="css/bootstrap.css">
<!---- Bootstrap.min link local project skeleton ----->
<link rel="stylesheet" href="css/w3.css">
<!--- This is the local w3css extended --->
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
<!---- my own link local for customizing ----->
<script src="js/bootstrap.min.js"></script>
<!---- Bootstrap js link local for well and modal + panels ----->
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body {
background-image: url("../images/.jpg");
background-color:white;
background-attachment:scroll;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
line-height:5px;
}
.display-1 {text-align:center;color:#e1b7b7;}
.display-1 .fa {animation:fa-spin 5s infinite linear;}
.display-3 {text-align:center;color:#df726a;}
.lower-case {text-align:center;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: