"Humberto - Banco"
Bootstrap 3.0.0 Snippet by psd14t

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="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.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 ---------->
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Curso Bootstrap3 - Devmedia</title>
<!-- define a viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta charset="utf-8">
<!-- adicionar CSS Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="all">
<!-- css personalizado -->
<link href="css/site-banco.css" rel="stylesheet" media="all">
</head>
<body>
<input type="checkbox" id="chec">
<label for="chec">
<img src="https://cdn4.iconfinder.com/data/icons/thin-circle-ui/100/more-circle-512.png">
</label>
<nav>
<ul>
<li class="col-xs-12"><a href="">
<div class="row">
<div class="col-xs-4">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTtBxlK1K1AIuAxDzK7aP6fmn4DM3mUyld1uw&usqp=CAU"
class="img-circle img-responsive" />
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
* {
padding: 0px;
margin: 0px;
}
nav a {
text-decoration: none;
color: black;
display: block;
padding: 20px 5px;
color: white;
}
nav a:hover{
background-color: rgb(176, 224, 230);
color: black;
text-decoration: none;
}
body {
font-family: Arial, Helvetica, sans-serif;
background-color: #036564;
}
ul {
list-style: none;
text-align: center;
}
label img, .atalhos img{
width: 40px;
}
input[type="checkbox"] {
display: none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: