Skip to content

Commit c1e175f

Browse files
author
1251911
committed
ASW
0 parents  commit c1e175f

File tree

149 files changed

+7838
-0
lines changed

Some content is hidden

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

149 files changed

+7838
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<link rel="stylesheet" href="style.css">
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;900&display=swap" rel="stylesheet">
10+
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
11+
<title>Document</title>
12+
</head>
13+
<body>
14+
<div class="menu">
15+
<h1>Hello World 💻</h1>
16+
<nav class="pages">
17+
<a href="#">Html/Css</a>
18+
<a href="index2.html">Bootstrap</a>
19+
<a href="#">Contacto</a>
20+
</nav>
21+
</div>
22+
<div class="container">
23+
<section class="welcome">
24+
<h1>Hello World</h1>
25+
26+
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Cumque quae tempora ullam minus enim laboriosam omnis quis est nihil molestiae magni iste quisquam iusto laborum, a iure ad eligendi fugiat?</p>
27+
<button id="w-btn">Click me!</button>
28+
</section>
29+
30+
<section class="multiple-elements">
31+
<div class="elements">
32+
<div class="elem" id="elem1">
33+
<h3>Elem 1</h3>
34+
35+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
36+
<button id="w-btn">Click me!</button>
37+
</div>
38+
<div class="elem" id="elem2">
39+
<h3>Elem 2</h3>
40+
41+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
42+
<button id="w-btn">Click me!</button>
43+
</div>
44+
<div class="elem" id="elem3">
45+
<h3>Elem 3</h3>
46+
47+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
48+
<button id="w-btn">Click me!</button>
49+
</div>
50+
</div>
51+
</section>
52+
</div>
53+
</body>
54+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<link rel="preconnect" href="https://fonts.googleapis.com">
7+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
8+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;900&display=swap" rel="stylesheet">
9+
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
10+
<!-- BOOTSTRAP-->
11+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
12+
<title>Document</title>
13+
</head>
14+
<body>
15+
<div class="bg-dark">
16+
<div class="container-sm d-flex flex-wrap align-items-center justify-content-between p-3">
17+
<h1 class="text-light">Hello World 💻</h1>
18+
<nav class="">
19+
<a class="text-light text-decoration-none" href="index.html">Html/Css</a>
20+
<a class="px-2 text-light text-decoration-none" href="#">Bootstrap</a>
21+
<a class="text-light text-decoration-none" href="#">Contacto</a>
22+
</nav>
23+
</div>
24+
</div>
25+
<div></div>
26+
27+
<section class="bg-light">
28+
<div class="container-sm py-5">
29+
<h1>Hello World</h1>
30+
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Cumque quae tempora ullam minus enim laboriosam omnis quis est nihil molestiae magni iste quisquam iusto laborum, a iure ad eligendi fugiat?</p>
31+
<button class="btn btn-primary">Learn more >></button>
32+
</div>
33+
</section>
34+
35+
<section class="container-sm py-5">
36+
<div class="row justify-content-between flex-wrap">
37+
<div class="col-lg-3 card p-4" id="elem1">
38+
<h3>Elem 1</h3>
39+
40+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
41+
<button class="btn btn-dark">Click me!</button>
42+
</div>
43+
<div class="col-lg-3 card p-4" id="elem2">
44+
<h3>Elem 2</h3>
45+
46+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
47+
<button class="btn btn-dark">Click me!</button>
48+
</div>
49+
<div class="col-lg-3 card p-4" id="elem3">
50+
<h3>Elem 3</h3>
51+
52+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
53+
<button class="btn btn-dark">Click me!</button>
54+
</div>
55+
</div>
56+
</section>
57+
</body>
58+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
*{
2+
padding: 0;
3+
margin: 0;
4+
box-sizing: border-box;
5+
}
6+
7+
:root{
8+
--light: #DFF6FF;
9+
--dark: #04192c;
10+
--med: #256D85;
11+
--accent:#47B5FF;
12+
13+
14+
--pd: 15%;
15+
}
16+
17+
html, body{
18+
height: 100%;
19+
width: 100%;
20+
font-family: Roboto;
21+
}
22+
23+
button{
24+
border-radius: 0.3rem;
25+
background-color: var(--accent);
26+
color: #fff;
27+
border:none;
28+
-webkit-box-shadow: 0px 0px 7px -5px #000000;
29+
box-shadow: 0px 0px 7px -5px #000000;
30+
padding: 0.5rem;
31+
font-weight: bold;
32+
}
33+
34+
#w-btn{
35+
margin-top: 1rem;
36+
}
37+
38+
#w-btn:hover{
39+
-webkit-box-shadow: 0px 0px 10px -5px #000000;
40+
box-shadow: 0px 0px 10px -5px #000000;
41+
transform: scale(1.03);
42+
}
43+
44+
.menu{
45+
background-color: var(--dark);
46+
color: #fff;
47+
display: flex;
48+
flex-flow: row wrap;
49+
padding: 1rem var(--pd);
50+
justify-content: space-between;
51+
}
52+
53+
.pages{
54+
height: fit-content;
55+
}
56+
57+
.menu > nav
58+
{
59+
padding: 1rem 0;
60+
}
61+
62+
63+
.menu > nav > a{
64+
color: #fff;
65+
text-decoration: none;
66+
padding: 0 1rem;
67+
68+
}
69+
70+
.menu > nav > a:first-child{
71+
padding: 0;
72+
}
73+
.menu > nav > a:last-child{
74+
padding: 0;
75+
}
76+
77+
.menu > nav > a:hover{
78+
color: var(--accent);
79+
}
80+
81+
.welcome{
82+
background-color: var(--light);
83+
padding: 6rem var(--pd);
84+
}
85+
86+
.welcome > p{
87+
font-weight: 500;
88+
}
89+
90+
.multiple-elements{
91+
padding: 4% var(--pd);
92+
}
93+
94+
.elements{
95+
display: flex;
96+
flex-flow: row wrap;
97+
}
98+
99+
.elem{
100+
background-color: #fff;
101+
border-radius: 0.5rem;
102+
padding: 2rem;
103+
flex-grow: 1;
104+
width: 10rem;
105+
min-width: 200px;
106+
margin: 0 0.5rem;
107+
margin-top: 1rem;
108+
-webkit-box-shadow: 0px 0px 10px -5px #00000074;
109+
box-shadow: 0px 0px 10px -5px #0000007a;
110+
}
111+
112+
.elem > p{
113+
114+
margin-top: 1rem;
115+
font-size: 0.9rem;
116+
}
117+
118+
.elem > button{
119+
background-color: var(--dark);
120+
color: #fff;
121+
width: 100%;
122+
}
123+
124+
@media only screen and (max-width: 1000px){
125+
126+
:root{
127+
--pd: 5%;
128+
}
129+
130+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<link rel="stylesheet" href="style.css">
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;900&display=swap" rel="stylesheet">
10+
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
11+
<title>Document</title>
12+
</head>
13+
<body>
14+
<div class="menu">
15+
<h1>Hello World 💻</h1>
16+
<nav class="pages">
17+
<a href="#">Html/Css</a>
18+
<a href="index2.html">Bootstrap</a>
19+
<a href="#">Contacto</a>
20+
</nav>
21+
</div>
22+
<div class="container">
23+
<section class="welcome">
24+
<h1>Hello World</h1>
25+
26+
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Cumque quae tempora ullam minus enim laboriosam omnis quis est nihil molestiae magni iste quisquam iusto laborum, a iure ad eligendi fugiat?</p>
27+
<button id="w-btn">Click me!</button>
28+
</section>
29+
30+
<section class="multiple-elements">
31+
<div class="elements">
32+
<div class="elem" id="elem1">
33+
<h3>Elem 1</h3>
34+
35+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
36+
<button id="w-btn">Click me!</button>
37+
</div>
38+
<div class="elem" id="elem2">
39+
<h3>Elem 2</h3>
40+
41+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
42+
<button id="w-btn">Click me!</button>
43+
</div>
44+
<div class="elem" id="elem3">
45+
<h3>Elem 3</h3>
46+
47+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
48+
<button id="w-btn">Click me!</button>
49+
</div>
50+
</div>
51+
</section>
52+
</div>
53+
</body>
54+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<link rel="preconnect" href="https://fonts.googleapis.com">
7+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
8+
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;900&display=swap" rel="stylesheet">
9+
<meta name="viewport" content="width=<device-width>, initial-scale=1.0">
10+
<!-- BOOTSTRAP-->
11+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
12+
<title>Document</title>
13+
</head>
14+
<body>
15+
<div class="bg-dark">
16+
<div class="container-sm d-flex flex-wrap align-items-center justify-content-between p-3">
17+
<h1 class="text-light">Hello World 💻</h1>
18+
<nav class="">
19+
<a class="text-light text-decoration-none" href="index.html">Html/Css</a>
20+
<a class="px-2 text-light text-decoration-none" href="#">Bootstrap</a>
21+
<a class="text-light text-decoration-none" href="#">Contacto</a>
22+
</nav>
23+
</div>
24+
</div>
25+
<div></div>
26+
27+
<section class="bg-light">
28+
<div class="container-sm py-5">
29+
<h1>Hello World</h1>
30+
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Cumque quae tempora ullam minus enim laboriosam omnis quis est nihil molestiae magni iste quisquam iusto laborum, a iure ad eligendi fugiat?</p>
31+
<button class="btn btn-primary">Learn more >></button>
32+
</div>
33+
</section>
34+
35+
<section class="container-sm py-5">
36+
<div class="row justify-content-between flex-wrap">
37+
<div class="col-lg-3 card p-4" id="elem1">
38+
<h3>Elem 1</h3>
39+
40+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
41+
<button class="btn btn-dark">Click me!</button>
42+
</div>
43+
<div class="col-lg-3 card p-4" id="elem2">
44+
<h3>Elem 2</h3>
45+
46+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
47+
<button class="btn btn-dark">Click me!</button>
48+
</div>
49+
<div class="col-lg-3 card p-4" id="elem3">
50+
<h3>Elem 3</h3>
51+
52+
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat praesentium deleniti esse provident totam sed qui!</p>
53+
<button class="btn btn-dark">Click me!</button>
54+
</div>
55+
</div>
56+
</section>
57+
</body>
58+
</html>

0 commit comments

Comments
 (0)