-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (93 loc) · 4.48 KB
/
index.html
File metadata and controls
102 lines (93 loc) · 4.48 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google</title>
<link rel="stylesheet" href="css/styles.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/6e442b1f94.js" crossorigin="anonymous"></script>
</head>
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<header>
<div class="container-fluid" style="margin: 10px;margin-right: 10px;">
<div class="row end-sm">
<div class="col-12 d-flex justify-content-end align-items-center">
<a href="#" class="ah">Gmail</a>
<a href="#" class="ah">imágenes</a>
<button class="b_apps">
<img src="multimedia/grid_x_icon_143582.png" alt="apps" width="28px" height="28px">
</button>
<button class="Login_b">Iniciar Sesión</button>
<span style="width: 15px;"></span>
</div>
</div>
</div>
</header>
<section class="container-fluid google_Area">
<div class="row">
<div class="col-1 col-sm-1"></div>
<div class="col-10 col-sm-10">
<div class="row">
<div class="col-12 text-center google_Img">
<img src="multimedia/google.png" alt="Google">
</div>
<div class="col-12 search_bar">
<div class="row search_bar_R">
<div class="col-1" style="z-index: 1;">
<i class="fa-solid fa-magnifying-glass" style="padding-left: 5px; padding-right: 5px;"></i>
</div>
<div class="col-8" style="z-index: 0;">
<form>
<textarea id="busqueda" placeholder="Prueba tu suerte hoy..." style="resize: none; border: none;
overflow: none;
outline: none;
height: 30px;
width: 100%;
padding-top: 5px;
font-size: 16px;
text-wrap: nowrap;
background-color: aliceblue;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;"></textarea>
</form>
</div>
<div class="col-3 d-flex justify-content-end" style="z-index: 1;">
<i class="fa-solid fa-microphone"></i>
<i class="fa-solid fa-camera-retro"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-1 col-sm-1"></div>
</div>
<div class="buttons_cont" style="margin-bottom: 25px;">
<button class="downsearch_b">Buscar con Google</button>
<button class="downsearch_b">Voy a tener suerte</button>
</div>
<!-- [Recent Apps section] -->
</section>
<footer>
<div class="p1">
<span>Colombia</span>
</div>
<div class="p2">
<div class="b1">
<a href="#">Sobre Google</a>
<a href="#">Publicidad</a>
<a href="#">Negocios</a>
<a href="#">Cómo funciona la Búsqueda</a>
</div>
<div class="b2">
<a href="#">Privacidad</a>
<a href="#">Condiciones</a>
<a href="#">Preferencias</a>
</div>
</div>
</footer>
</body>
</html>