Skip to content

Commit b296201

Browse files
committed
update class8 practice
1 parent 2383fee commit b296201

Some content is hidden

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

50 files changed

+20635
-0
lines changed

Extracurricular/SectionLayout/css/bootstrap-theme.css

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

Extracurricular/SectionLayout/css/bootstrap-theme.css.map

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

Extracurricular/SectionLayout/css/bootstrap-theme.min.css

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

Extracurricular/SectionLayout/css/bootstrap.css

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

Extracurricular/SectionLayout/css/bootstrap.css.map

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

Extracurricular/SectionLayout/css/bootstrap.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
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+
}
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.

Extracurricular/SectionLayout/fonts/glyphicons-halflings-regular.svg

+288
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Section</title>
6+
<link href="css/main.css" rel="stylesheet">
7+
</head>
8+
<body>
9+
<div class="container-fluid">
10+
<section class="section section1">
11+
<div class="welcome">
12+
13+
</div>
14+
15+
</section>
16+
17+
</div>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)