Skip to content

Commit c70f09b

Browse files
committed
class 6 update
1 parent cc23a1c commit c70f09b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+20983
-0
lines changed
Loading
Binary file not shown.

Practice/Class6/bootstrap/css/bootstrap-theme.css

+476
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Practice/Class6/bootstrap/css/bootstrap-theme.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Practice/Class6/bootstrap/css/bootstrap-theme.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Practice/Class6/bootstrap/css/bootstrap.css

+6,584
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Practice/Class6/bootstrap/css/bootstrap.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Practice/Class6/bootstrap/css/bootstrap.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
img {
2+
max-width: 100%;
3+
}
4+
5+
.col1{
6+
background: #5C7080;
7+
}
8+
.col2{
9+
background: #6BC0FF;
10+
}
11+
.col3{
12+
background: #E8AA4C;
13+
}
14+
.col4{
15+
background: #FF384E;
16+
}
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
video {
2+
position: fixed;
3+
z-index: -100;
4+
}
5+
6+
#jumbo {
7+
opacity: 0.7;
8+
}
9+
10+
.o2 {
11+
background-color: rgba(102, 153, 255, .1);
12+
}
Binary file not shown.

Practice/Class6/bootstrap/fonts/glyphicons-halflings-regular.svg

+288
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.12 KB
Binary file not shown.

Practice/Class6/bootstrap/index.html

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
9+
<title>Bootstrap 101 Template</title>
10+
<!-- Bootstrap -->
11+
<link href="css/bootstrap.min.css" rel="stylesheet">
12+
<link rel="stylesheet" href="css/mystyle.css">
13+
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
14+
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
15+
<!--[if lt IE 9]>
16+
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
17+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
18+
<![endif]-->
19+
</head>
20+
21+
<body>
22+
<div class="container">
23+
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum inventore, eveniet, itaque sequi repellat sunt maiores quia voluptatibus at alias quae similique sapiente quas, ipsa velit! Possimus laudantium odio, recusandae.
24+
</div>
25+
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
26+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
27+
<!-- Include all compiled plugins (below), or include individual files as needed -->
28+
<script src="js/bootstrap.min.js"></script>
29+
</body>
30+
31+
</html>

0 commit comments

Comments
 (0)