-
Notifications
You must be signed in to change notification settings - Fork 0
/
practise(html5+css3).html
116 lines (110 loc) · 7.95 KB
/
practise(html5+css3).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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/usm/popper.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/@coreui/[email protected]/css/free.min.css">
<link rel="stylesheet" href="https://unpkg.com/@coreui/[email protected]/css/brand.min.css">
<link rel="stylesheet" href="https://unpkg.com/@coreui/[email protected]/css/flag.min.css">
<style>
a {
text-decoration: none;
background-color: transparent;
}
</style>
</head>
<body>
<header style="background-color:#7952b3" class="navbar navbar-expand navbar-dark flex-colimn flex-sm-row bd-navbar">
<a class="navbar-brand mr-0 mr-sm-2" href="#" aria-label="Bootstrap">
<svg width="36px" height="36px" color="rgba(255,255,255,0.6)" viewBox="0 0 16 16" class="bi bi-bootstrap-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-8zm1.06 12h3.475c1.804 0 2.888-.908 2.888-2.396 0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816 0-1.3-.955-2.11-2.542-2.11H5.062V12zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375v2.725z"/>
</svg>
<!--<svg style="rgba(0,0,0,0.9)" xmlns="http://www.w3.org/2000/svg" width="36" height="36" class="d-block" viewBox="0 0 612 612" role="img" focusable="false"><title>Bootstrap</title><path fill="currentColor" d="M510 8a94.3 94.3 0 0 1 94 94v408a94.3 94.3 0 0 1-94 94H102a94.3 94.3 0 0 1-94-94V102a94.3 94.3 0 0 1 94-94h408m0-8H102C45.9 0 0 45.9 0 102v408c0 56.1 45.9 102 102 102h408c56.1 0 102-45.9 102-102V102C612 45.9 566.1 0 510 0z"></path><path fill="currentColor" d="M196.77 471.5V154.43h124.15c54.27 0 91 31.64 91 79.1 0 33-24.17 63.72-54.71 69.21v1.76c43.07 5.49 70.75 35.82 70.75 78 0 55.81-40 89-107.45 89zm39.55-180.4h63.28c46.8 0 72.29-18.68 72.29-53 0-31.42-21.53-48.78-60-48.78h-75.57zm78.22 145.46c47.68 0 72.73-19.34 72.73-56s-25.93-55.37-76.46-55.37h-74.49v111.4z"></path></svg>-->
</a>
<div class="navbar-nav-scroll">
<ul class="navbar-nav bd-navbar-nav flex-row">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/doc/4.5/getting-started/introduction/" target="_blank">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/docs/4.5/examples/" target="_blank">Examples
</a>
</li>
<li class="nav-item">
<a class="nav-link" hrfe="https://icons.getbootstrap.com/" target="_blank">Icons</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://themes.getbootstrap.com/" target="_blank">Themes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://expo.getbootstrap.com/" target="_blank">Expo</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://blog.getsbootstrap.com/" target="_blank">Blog</a>
</li>
</ul>
</div>
<ul class="navbar-nav ml-sm-auto">
<li class="nav-item dropdown">
<a class="nav-item nav-link dropdown-toggle mr-sm-2" href="#" data-toggle="dropdown">
v4.5
</a>
<div class="dropdown-menu dropdown-menu-sm-right" aria-labelledby="bd-versions">
<a class="dropdown-item" href="https://getsbootstrap.com/docs/4.5/">V4.5.x</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://getsbootstrap.com/docs/3.4/">V3.4.1</a>
<a class="dropdown-item" href="https://getsbootstrap.com/2.3.2">v2.3.2</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="/docs/versions/">All versions</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link pl-2 pr-1 mx-1 py-3 my-n2" href="https://github.com/twbs" target="_blank" rel="noopener" aria-label="GitHub">
<i style="font-size:24px" class="fa"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/getbootstrap" target="_blank" aria-label="Twitter">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://bootstrap-slack.herokuapp.com/" target="_blank">
<i class="fa fa-slack" aria-hidden="true"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://opencollective.com/bootstrap/" target="_blanc">
<i class="cib-open-collective"></i>
</a>
</li>
</ul>
<a class="btn btn-bd-download d-none d-lg-inline-block mb-3 mb-sm-0 ml-sm-3" href="/docs/4.5/getting-started/dowload/" target="_blank" style="color:yellow;border:1px solid yellow">Download</a>
</header>
<div class="container-fluid">
<div class="row">
<div class="col-sm-8" style="padding:70px">
<h1 style="color:#212529;font-size:58,72px;margin:0px 0px 16px 0px;">Build fast, responsive <br> sites with Bootstrap</h1>
<div style="color:#495057;font-size:23.52px;margin:0px 0px 24px 0px;"> <p>Quickly design and customize responsive mobile-first sites with<br> Bootstrap, the world’s most popular front-end open source <br>toolkit, featuring Sass variables and mixins, responsive grid<br>system, extensive prebuilt components, and powerful JavaScript plugins.</p>
</div>
<div class="d-flex flex-column flex-sm-row">
<a href="/docs/4.5/getting-started/introduction/" class="btn btn-lg btn-bd-primary mb3 mr-sm-3" style="background-color:#7953b3;color:#fff;font-weight: bold;padding:0.8rem 2rem;margin-bottom:10px;">Get started</a>
<a href="docs/4.5/getting-started/download/" class="btn btn-lg btn-outline-secondary mb-3" style="padding:0.8rem 2rem;">Dowload</a>
</div>
<p class="text-muted mb-0">Currently v4.5.0</p>
</div>
<div class="col-sm-4" style="background-image: url('capt-bts.JPG');background-size: 80%;background-position: center;background-repeat: no-repeat; width:290px;height:200px;top:100px;">
</div>
</div>
</div>
</body>
</html>